Menu

#64 mac osx 'make test' segfault

segfault
closed-works-for-me
clisp (524)
5
2001-09-03
2001-08-23
No

I built CLISP v2.27 by using:

./configure --prefix=/usr/local --build cc-20010822

and when the make check test is reached the output is the following:

... (cut off ascii art) ...
;; Loading file defseq.lisp ...
;; Loading of file defseq.lisp is finished.
;; Loading file backquote.lisp ...
;; Loading of file backquote.lisp is finished.
;; Loading file defmacro.lisp ...
;; Loading of file defmacro.lisp is finished.
;; Loading file macros1.lisp ...
;; Loading of file macros1.lisp is finished.
;; Loading file macros2.lisp ...
;; Loading of file macros2.lisp is finished.
;; Loading file defs1.lisp ...
;; Loading of file defs1.lisp is finished.
;; Loading file places.lisp ...make: *** [interpreted.mem] Segmentation fault

Discussion

  • Sam Steingold

    Sam Steingold - 2001-08-23

    Logged In: YES
    user_id=5735

    I do not have access to a mac.
    please edit cc-20010822/Makefile and remove all
    optimizations from CFLAGS and add -DSAFETY=3 -g -DSPVW_DEBUG
    then do `make clean` and `make`thanks.

     
  • Sam Steingold

    Sam Steingold - 2001-09-03
    • status: open --> closed-works-for-me
     
  • Sam Steingold

    Sam Steingold - 2001-09-03

    Logged In: YES
    user_id=5735

    please see the binary on ftp://clisp.sf.net
    clisp-2.27-PowerMacintosh-powerpc-Darwin-1.3.7.tar.gz
    for MacOS/X, built by Josh Flowers <jflowers@codefab.com>
    <http://oz.codefab.com/~jflowers/>
    it appears that he does not experience your problem.
    if you cannot use his binary or still have the problem, please
    write to him and to <clisp-list> and we will try to figure
    out what differences between your setups could cause the
    problem.

     

Log in to post a comment.