bug-apl
[Top][All Lists]
Advanced

[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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]