You are not logged in.

#1 2018-09-13 01:02:08

revberaldo
Member
From: Campinas, Brazil
Registered: 2009-09-18
Posts: 49
Website

Segmentation fault when trying to run alisp (Allegro CL)

Hi, I downloaded Allegro CL from https://franz.com/downloads/clp/survey for a project I'm working on. After installing lib32-glibc, the bundled binary alisp worked fine on Arch. However, it intermittently stops working. I haven't been apple to pin down if an update has caused this issue. I have not updated lib32-glibc. This installation of Arch Linux isn't two weeks old yet, and the last update to the package was on August 10th.

Here is the output from trying to execute alisp:

$ ./alisp
Error: Received signal number 11 (Segmentation fault)
  [condition type: SYNCHRONOUS-OPERATING-SYSTEM-SIGNAL]
Evaluation stack:

 ->(EXCL::READ-EVAL-PRINT-LOOP :CONTINUE-ERROR-STRING NIL :CONDITION
                               #1=#<SYNCHRONOUS-OPERATING-SYSTEM-SIGNAL
                                    @
                                    #x207ea232>)
   (EXCL::INTERNAL-INVOKE-DEBUGGER "Error" #1# T)
   (ERROR SYNCHRONOUS-OPERATING-SYSTEM-SIGNAL :NAME
          #2="Segmentation fault" :NUMBER 11 :FORMAT-CONTROL
          "Received signal number ~s ~@[(~a)~]" :FORMAT-ARGUMENTS
          (11 #2#))
   (EXCL::HANDLE-SYNC-SIGNAL 11 T)
   #<Printer Error, obj=#x207ef402: Received signal number 11 (Segmentation fault)>
   #<Printer Error, obj=#x207ef492: Received signal number 11 (Segmentation fault)>
   (SYS::MACHINE-SERIAL-NUMBER)
   (EXCL::REBORN-INITIALIZATION-SYSCALL)
   (EXCL::REBORN-INITIALIZATION)
   (EXCL::START-REBORN-LISP)
   (EXCL::LISP-THREAD-START #<SYS::THREAD NIL @ #x3001c022> 1)
   #<Printer Error, obj=#x207ef7f2: Received signal number 11 (Segmentation fault)>
; Auto-exit
; Exiting

I know this is pretty arcane but maybe there is somebody else out there who has figured this out?

Last edited by revberaldo (2018-09-13 01:02:50)

Offline

#2 2018-09-13 16:02:49

revberaldo
Member
From: Campinas, Brazil
Registered: 2009-09-18
Posts: 49
Website

Re: Segmentation fault when trying to run alisp (Allegro CL)

Update: I didn't change *anything* in my system, just used it for a couple of hours. Put the computer to sleep, woke it up this morning and alisp is now starting. *makes wtf face*

Offline

Board footer

Powered by FluxBB