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

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

21.2 startup crash on Irix


From: Dave Love
Subject: 21.2 startup crash on Irix
Date: 12 Apr 2002 19:02:14 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.95

This crash happens reading my .emacs with both a cc and gcc build of
Emacs 21.2 on Irix 6.5.15m + development utilities 7.3.  It doesn't
happen if I isolate the code fragment that triggers it, and I guess
it's just a symptom of lossage elsewhere that I can't track down
immediately.  It doesn't happen with 21.1 newly built in the same
circumstances.

[Reverting the dubious-looking changes to unexelf.c for .got sections
doesn't help, but I don't see how that would be correct and it's not
necessary on any of the versions I've tested Emacs on for several
years.]


Program received signal SIGSEGV, Segmentation fault.
0xfab0a0c in atoi () at clnt_udp.c:629
629     clnt_udp.c: No such file or directory.
(gdb) bt 9
#0  0xfab0a0c in atoi () at clnt_udp.c:629
#1  0x1018c458 in Fformat (nargs=2, args=0x7fff1044)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/editfns.c:3339
#2  0x1018b8e8 in Fmessage (nargs=2, args=0xaa254)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/editfns.c:2960
#3  0x101969b8 in Ffuncall (nargs=2, args=0x10349f68)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/eval.c:2640
#4  0x101d31e4 in Fbyte_code (bytestr=808141312, vector=2, maxdepth=2147422272)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/bytecode.c:716
#5  0x10196de8 in funcall_lambda (fun=1076576700, nargs=4, 
    arg_vector=0x7fff1264)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/eval.c:2851
#6  0x10196674 in Ffuncall (nargs=2, args=0x7fff1260)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/eval.c:2707
#7  0x101961f8 in call4 (fn=696916, arg1=34, arg2=115, arg3=67240924, 
    arg4=274645648) at /home/fx/packages/emacs-21.2-21.2.orig/src/eval.c:2521
#8  0x101b2aa8 in Fload (file=811744212, noerror=272194564, 
    nomessage=272194564, nosuffix=272194612, must_suffix=272194564)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/lread.c:789
(More stack frames follow...)
(gdb) up
#1  0x1018c458 in Fformat (nargs=2, args=0x7fff1044)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/editfns.c:3339
3339              minlen = atoi (format);
(gdb) p format
$13 = (unsigned char *) 0x102b44cd "s (source)...done"
(gdb) p *args
$14 = 808142004
(gdb) pr
"Loading %s (source)...done"
(gdb) f 8
#8  0x101b2aa8 in Fload (file=811744212, noerror=272194564, 
    nomessage=272194564, nosuffix=272194612, must_suffix=272194564)
    at /home/fx/packages/emacs-21.2-21.2.orig/src/lread.c:789
789               val = call4 (Vload_source_file_function, found, file,
(gdb) p Vload_source_file_function
$15 = 272626788
(gdb) pr
load-with-code-conversion
(gdb) p found
$16 = 811744228
(gdb) pr
"/dl/sr/projects/px/scr1/fx/lib-src/fns-21.2.3.el"
(gdb) p file
$17 = 811744212
(gdb) pr
"/dl/sr/projects/px/scr1/fx/lib-src/fns-21.2.3.el"
(gdb) xback
0x102a2990 "message"
0x102b40e8 "load-with-code-conversion"
0x1029de14 "load"
0x102acf94 "load-symbol-file-load-history"
0x102acf44 "eval-after-load"
0x1029de2c "eval-buffer"
0x102b40e8 "load-with-code-conversion"
0x1029de14 "load"
0x4032f528 2048
0x102a0d10 "byte-code"
0x1032e8b8 "command-line"
0x1032d1d0 "normal-top-level"
(gdb) 




reply via email to

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