From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: 21.2 startup crash on Irix Date: 12 Apr 2002 19:02:14 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1018634607 22193 127.0.0.1 (12 Apr 2002 18:03:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 12 Apr 2002 18:03:27 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16w5OQ-0005lq-00 for ; Fri, 12 Apr 2002 20:03:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16w5OQ-0008N3-00; Fri, 12 Apr 2002 14:03:26 -0400 Original-Received: from djlvig.dl.ac.uk ([148.79.112.146]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16w5NM-0008Jp-00 for ; Fri, 12 Apr 2002 14:02:20 -0400 Original-Received: from fx by djlvig.dl.ac.uk with local (Exim 3.12 #1 (Debian)) id 16w5NJ-0000Tk-00 for ; Fri, 12 Apr 2002 19:02:17 +0100 X-Face: "_!nmR@11ZNuumt0oqG"Y3Hfy|;FGz)`"ul[G?ah6k-oNyDW?3/Nq3Qab$kUnUQ_d4};kPl R=}-Vqfo|S5mThi-kaBR=>%g5a3-OvnEhdHu{^APIaP:b}0m!$bDC>SX zz'r)e?`at?tpD*+~b+pf Original-To: bug-gnu-emacs@gnu.org Original-Lines: 79 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.95 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:613 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)