[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] )IN crashes
From: |
David B. Lamkins |
Subject: |
Re: [Bug-apl] )IN crashes |
Date: |
Sat, 14 Jun 2014 11:16:13 -0700 |
Here's the minimal test case to tickle the `)IN crashes` bug:
---- file: foo.apl ----
⍝!
'lib_file_io' ⎕fx 'pkg⍙fileio'
---- end file ----
In GNU APL:
)load foo
loading )DUMP file /home/dlamkins/APL/workspaces/foo.apl...
WAS CLEAR WS
pkg⍙fileio
)out foo
)in foo
DOMAIN ERROR+
immediate_execution() caught APL error 0x50004 (DOMAIN ERROR)
====================================================
SEGMENTATION FAULT
----------------------------------------
-- Stack trace at main.cc:121
----------------------------------------
0x7f79b8733d65 __libc_start_main
0x435645 main
0x5294ba Workspace::immediate_execution(bool)
0x5009ae TestFiles::apl_error(char const*)
0x7f79ba404750
0x4859aa
========================================
====================================================
Process apl exited abnormally with code 3
- [Bug-apl] )IN crashes, David Lamkins, 2014/06/12
- Re: [Bug-apl] )IN crashes, David Lamkins, 2014/06/12
- Re: [Bug-apl] )IN crashes,
David B. Lamkins <=
- Re: [Bug-apl] )IN crashes, Juergen Sauermann, 2014/06/15
- Re: [Bug-apl] )IN crashes, David B. Lamkins, 2014/06/15
- Re: [Bug-apl] )IN crashes, Juergen Sauermann, 2014/06/16
- Re: [Bug-apl] )IN crashes, David B. Lamkins, 2014/06/16
- Re: [Bug-apl] )IN crashes, Juergen Sauermann, 2014/06/17