bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Attempting to )load a )dump file causes segfault


From: David B. Lamkins
Subject: [Bug-apl] Attempting to )load a )dump file causes segfault
Date: Sun, 20 Apr 2014 14:09:26 -0700

Here's another )load crash, this time with dump files. I'm running svn
218, clean build with a default ./configure.

This crash is trivial to reproduce. Create a dump file with only the
header line, i.e.:

-- begin test.apl --
#!/usr/local/bin/apl --script --
--  end  test.apl --

... then:
      )load test.apl
loading )DUMP file /home/dlamkins/workspaces/test.apl...


====================================================
SEGMENTATION FAULT

Process apl segmentation fault (core dumped)

The problem seems to occur at the end of the file; any APL expressions
after the header seem to be executed correctly.





reply via email to

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