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

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

segmentation violation while building emacs


From: Frederic Goudal
Subject: segmentation violation while building emacs
Date: Fri, 1 Dec 2006 15:26:20 +0100 (MET)

Hello,

I have a segmentation violation while building emacs. It occurs when running 
emacs to compile the .el files.
It occurs whem the emacs binary built in src exit :

The back trace is the following :

Program received signal SIGSEGV, Segmentation fault.
0x00041d50 in __do_global_dtors_aux ()
(gdb) bt
#0  0x00041d50 in __do_global_dtors_aux ()
#1  0x0018f8dc in _fini ()
#2  0xfec40804 in _exithandle () from /lib/libc.so.1
#3  0xfec2f128 in exit () from /lib/libc.so.1
#4  0x000d681c in Fkill_emacs (arg=271236100) at emacs.c:1830
#5  0x0013c408 in Ffuncall (nargs=0, args=0xffbff208) at eval.c:2659
#6  0x0016d314 in Fbyte_code (bytestr=-4197736, vector=1076030100, maxdepth=0) 
at bytecode.c:716
#7  0x0013be3c in funcall_lambda (fun=1076029928, nargs=1, 
arg_vector=0xffbff46c) at eval.c:2851
#8  0x0013c1f0 in Ffuncall (nargs=1, args=0xffbff468) at eval.c:2716
#9  0x00138ea4 in Fcall_interactively (function=271508508, 
record_flag=271236100, keys=1076621312) at callint.c:797
#10 0x000dccd0 in Fcommand_execute (cmd=271508508, record_flag=271236100, 
keys=271236100, special=1076029928) at keyboard.c:9250
#11 0x000e5a90 in command_loop_1 () at keyboard.c:1661
#12 0x0013a1f4 in internal_condition_case (bfun=0xe55e4 <command_loop_1>, 
handlers=271358172, hfun=0xdd9a8 <cmd_error>) at eval.c:1267
#13 0x000d8b28 in command_loop_2 () at keyboard.c:1245
#14 0x0013a0ec in internal_catch (tag=271310500, func=0xd8b04 <command_loop_2>, 
arg=271236100) at eval.c:1030
#15 0x000d8858 in command_loop () at keyboard.c:1224
#16 0x000d89a8 in recursive_edit_1 () at keyboard.c:950
#17 0x000d8ab0 in Frecursive_edit () at keyboard.c:1006
#18 0x000d8314 in main (argc=3, argv=0xffbffbcc, envp=0xffbffbdc) at 
emacs.c:1547
(gdb) 



This happens with gcc-3.4.6 (build with the Sun gcc-3.4.3) on solaris10.

f.g.





reply via email to

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