bugGNU Common Lisp - Bugs: bug #25812, segfault when trying to load code...

 
 

bug #25812: segfault when trying to load code for "Paradigms of AI Programming"

Submitter:  Miki Tebeka <tebeka>
Submitted:  Tue 10 Mar 2009 05:25:23 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 19 Nov 2013 03:59:48 PM UTC, comment #1: 

Greetings, and thanks for your report!  Your code makes use of level 2 ansi functions, and must run in the ansi image.  If building from source, add --enable-ansi to the configure line.  If using Debian/Ubuntu packages, do GCL_ANSI=t gcl.

Camm Maguire <camm>
Group administrator
Tue 10 Mar 2009 05:25:23 PM UTC, original submission:  

Download examples from http://norvig.com/paip/paip.zip
Extract them somewhere, then:

[10:21] paip $gcl
GCL (GNU Common Lisp)  2.6.8 CLtL1    May  5 2008 02:39:45
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/

>(load "auxfns.lisp")

Loading auxfns.lisp
Finished loading auxfns.lisp
T

>(requires "examples")

Loading /home/mtebeka/src/paip/examples.lisp
Loading /home/mtebeka/src/paip/tutor.lisp
Loading /home/mtebeka/src/paip/auxfns.lisp
Segmentation fault
[10:21] paip $


Miki Tebeka <tebeka>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  • -email is unavailable- added by tebeka (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-19 camm StatusNone Invalid
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code