[Openmcl-devel] Newest lx86cl64 crashes on newest RedHat

Paul Meurer paul.meurer at uni.no
Wed Apr 6 02:02:27 PDT 2011


The newest (rev. 14705) lx86cl64 crashes on a recent RedHat installation on startup at create_stack().

Has anybody else seen that, or does it work for somebody with the same versions?

Here is the RedHat version:

Linux version 2.6.18-238.5.1.el5 (mockbuild at x86-002.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Mon Feb 21 05:52:39 EST 2011

And here is the gdb output:

Revision 14705.
lisp at gandalf:~/lisp/ccl-1.7> gdb
GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-32.el5_6.2)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) file lx86cl64
Reading symbols from /sandisk/home/lisp/lisp/ccl-1.7/lx86cl64...done.
(gdb) run
Starting program: /sandisk/home/lisp/lisp/ccl-1.7/lx86cl64 
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x2aaaaaaab000
[Thread debugging using libthread_db enabled]

Program received signal SIGBUS, Bus error.
create_stack (size=<value optimized out>) at ../thread_manager.c:1575
1575        *((size_t *)p) = size;
(gdb) bt
#0  create_stack (size=<value optimized out>) at ../thread_manager.c:1575
#1  0x0000000000413ba5 in allocate_lisp_stack (useable=<value optimized out>, softsize=2412544, hardsize=7, softkind=4294967295, hardkind=4294967295, h_p=0x0, 
   base_p=0x7fffffffe2d0, softp=0x7fffffffe2c0, hardp=0x7fffffffe2b8) at ../pmcl-kernel.c:226
#2  0x0000000000413da9 in allocate_lisp_stack_area (stack_type=AREA_VSTACK, usable=0, softsize=102400, hardsize=4096, softkind=4294967295, hardkind=4294967295)
   at ../pmcl-kernel.c:282
#3  0x000000000041e523 in new_tcr (vstack_size=2301952, tstack_size=262144) at ../thread_manager.c:1341
#4  0x000000000041395b in main (argc=<value optimized out>, argv=0x300040000000, envp=<value optimized out>, aux=<value optimized out>) at ../pmcl-kernel.c:1907
(gdb) 

Regards,
Paul




More information about the Openmcl-devel mailing list