[This is CC to the google group sage-devel]

Hello clisp folks,

the Sage people are currently trying to make Sage run on Solaris in 32 bit
mode. That involves a working clisp to make Maxima work.

We compile clisp without optimization and without libsigsev. Everything
builds fine, but lisp.run crashes immediately. Googling brought the
following refernce about a similar problem for Linux on Sparc (in 2000!)

http://osdir.com/ml/lisp.clisp.general/2000-03/msg00016.html

I got the following backtrace:

(gdb) file lisp.run
Reading symbols from
/extra/home/mabshoff/SAGE-build/sage-2.8/spkg/build/clisp-2.41.p7/src/src/lisp.run...done.
(gdb) r
Starting program:
/extra/home/mabshoff/SAGE-build/sage-2.8/spkg/build/clisp-2.41.p7/src/src/lisp.run
lisp.run

Program received signal SIGSEGV, Segmentation fault.
0x00028340 in gc_markphase ()
(gdb) bt
#0  0x00028340 in gc_markphase ()
#1  0x0002ec8c in gar_col_normal ()
#2  0x00032da8 in do_gar_col_simple ()
#3  0x0017cee4 in with_gc_statistics ()
#4  0x00032e24 in gar_col_simple ()
#5  0x000333ac in make_space_gc ()
#6  0x00033a60 in allocate_vector ()
#7  0x000391b0 in init_subr_tab_2 ()
#8  0x0003db6c in initmem ()
#9  0x00041f94 in init_memory ()
#10 0x0003fc20 in main ()

On a hunch I did "grep cl_cv_address_ config.cache"

cl_cv_address_code=${cl_cv_address_code=0x00000000}
cl_cv_address_malloc=${cl_cv_address_malloc=0x00000000}
cl_cv_address_shlib=${cl_cv_address_shlib=}
cl_cv_address_stack=${cl_cv_address_stack=0xFF000000}

since it was requested in the mail quoted above.

We couldn't find any binaries for Sparc.

Let me know if you need any more info. We are currently building the cvs
checkout of clisp to see if the problem goes away.

Cheers,

Michael



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to