bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

src/emacs -q cores on Solaris 9


From: Jeff A. Earickson
Subject: src/emacs -q cores on Solaris 9
Date: Thu, 25 Aug 2005 08:59:25 -0400 (EDT)

Dear GNU,

  Emacs 21.4.1 (sparc-sun-solaris9, Xtoolkit) fails to correctly
build.  I am using gcc 4.0.1 to build emacs:

gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.9
Configured with: /usr/local/src/gnu/gcc-4.0.1/configure Thread model: posix
gcc version 4.0.1

Emacs was configured simply with "configure", no options.
leim-21.4 was added to the build tree. The output of "configure" is attached as well as the output of make
(using GNU make 3.80)

Executing "src/emacs -q" causes a core dump.  Gdb output
of "gdb src/emacs core" looks like so:

gdb src/emacs core
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.9"...
Core was generated by `src/emacs -q'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/openwin/lib/libXaw.so.5...done.
Loaded symbols for /usr/openwin/lib/libXaw.so.5
Reading symbols from /usr/openwin/lib/libXmu.so.4...done.
Loaded symbols for /usr/openwin/lib/libXmu.so.4
Reading symbols from /usr/openwin/lib/libXt.so.4...done.
Loaded symbols for /usr/openwin/lib/libXt.so.4
Reading symbols from /usr/openwin/lib/libSM.so.6...done.
Loaded symbols for /usr/openwin/lib/libSM.so.6
Reading symbols from /usr/openwin/lib/libICE.so.6...done.
Loaded symbols for /usr/openwin/lib/libICE.so.6
Reading symbols from /usr/openwin/lib/libXext.so.0...done.
Loaded symbols for /usr/openwin/lib/libXext.so.0
Reading symbols from /usr/local/lib/libpng.so.3...done.
Loaded symbols for /usr/local/lib/libpng.so.3
Reading symbols from /usr/lib/libz.so...done.
Loaded symbols for /usr/lib/libz.so
Reading symbols from /usr/lib/libm.so.1...done.
Loaded symbols for /usr/lib/libm.so.1
Reading symbols from /usr/openwin/lib/libXpm.so.4...done.
Loaded symbols for /usr/openwin/lib/libXpm.so.4
Reading symbols from /usr/openwin/lib/libX11.so.4...done.
Loaded symbols for /usr/openwin/lib/libX11.so.4
Reading symbols from /usr/lib/libsocket.so.1...done.
Loaded symbols for /usr/lib/libsocket.so.1
Reading symbols from /usr/lib/libnsl.so.1...done.
Loaded symbols for /usr/lib/libnsl.so.1
Reading symbols from /usr/lib/libkstat.so.1...done.
Loaded symbols for /usr/lib/libkstat.so.1
Reading symbols from /usr/lib/libcurses.so.1...done.
Loaded symbols for /usr/lib/libcurses.so.1
Reading symbols from /usr/lib/libc.so.1...done.
Loaded symbols for /usr/lib/libc.so.1
Reading symbols from /usr/lib/libdl.so.1...done.
Loaded symbols for /usr/lib/libdl.so.1
Reading symbols from /usr/lib/libmp.so.2...done.
Loaded symbols for /usr/lib/libmp.so.2
Reading symbols from /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1...done.
Loaded symbols for /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
Reading symbols from /usr/lib/nss_files.so.1...done.
Loaded symbols for /usr/lib/nss_files.so.1
Reading symbols from /usr/lib/nss_dns.so.1...done.
Loaded symbols for /usr/lib/nss_dns.so.1
Reading symbols from /usr/lib/libresolv.so.2...done.
Loaded symbols for /usr/lib/libresolv.so.2
#0  0xfee201a0 in _libc_kill () from /usr/lib/libc.so.1
(gdb) backtrace
#0  0xfee201a0 in _libc_kill () from /usr/lib/libc.so.1
#1  0x000d7e84 in fatal_error_signal (sig=11) at emacs.c:354
#2  <signal handler called>
#3  0x0004199c in __do_global_dtors_aux ()
#4  0x0018f8f4 in _fini ()
#5  0xfed9cbb0 in _exithandle () from /usr/lib/libc.so.1
#6  0xfee20144 in exit () from /usr/lib/libc.so.1
#7  0x000d7db0 in Fkill_emacs (arg=271236100) at emacs.c:1830
#8  0x0013d7dc in Ffuncall (nargs=Variable "nargs" is not available.
) at eval.c:2659
#9  0x0016e3ac in Fbyte_code (bytestr=Variable "bytestr" is not available.
) at bytecode.c:716
#10 0x0013d160 in funcall_lambda (fun=1076029296, nargs=Variable "nargs" is not 
available.
) at eval.c:2851
#11 0x0013d6b0 in Ffuncall (nargs=Variable "nargs" is not available.
) at eval.c:2716
#12 0x0013a20c in Fcall_interactively (function=271613916,
    record_flag=271236100, keys=1076621312) at callint.c:797
#13 0x000de488 in Fcommand_execute (cmd=271613916, record_flag=271236100,
    keys=271236100, special=Variable "special" is not available.
) at keyboard.c:9250
#14 0x000e8518 in command_loop_1 () at keyboard.c:1661
#15 0x0013b668 in internal_condition_case (bfun=0xe80c4 <command_loop_1>,
    handlers=271358172, hfun=0xdf124 <cmd_error>) at eval.c:1267
#16 0x000da060 in command_loop_2 () at keyboard.c:1245
#17 0x0013b55c in internal_catch (tag=271310500,
    func=0xda03c <command_loop_2>, arg=271236100) at eval.c:1030
#18 0x000d9db8 in command_loop () at keyboard.c:1224
#19 0x000d9edc in recursive_edit_1 () at keyboard.c:950
#20 0x000d9fe4 in Frecursive_edit () at keyboard.c:1006
#21 0x000d8e3c in main (argc=Variable "argc" is not available.
) at emacs.c:1547
(gdb) up 7
#7  0x000d7db0 in Fkill_emacs (arg=271236100) at emacs.c:1830
1830      exit (INTEGERP (arg) ? XINT (arg)
(gdb) print arg
$1 = 271236100
(gdb) print *arg
Cannot access memory at address 0x102abc04
(gdb) print &arg
$2 = (int *) 0xffbfecbc

Thank you,

Jeff Earickson
Colby College

Attachment: configure.out
Description: Text document

Attachment: make.out
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]