From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: 21.2 startup crash on Irix Date: Sat, 13 Apr 2002 10:58:57 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <8361-Sat13Apr2002105856+0300-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018685176 17913 127.0.0.1 (13 Apr 2002 08:06:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 13 Apr 2002 08:06:16 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16wIY4-0004eo-00 for ; Sat, 13 Apr 2002 10:06:16 +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 16wIY5-0007wZ-00; Sat, 13 Apr 2002 04:06:17 -0400 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16wIW7-0007s2-00 for ; Sat, 13 Apr 2002 04:04:15 -0400 Original-Received: from zaretsky (diup-219-187.inter.net.il [213.8.219.187]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id BIE76963; Sat, 13 Apr 2002 11:03:48 +0300 (IDT) Original-To: d.love@dl.ac.uk X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Dave Love on 12 Apr 2002 19:02:14 +0100) 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:632 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:632 > From: Dave Love > Date: 12 Apr 2002 19:02:14 +0100 > > #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" Does this problem go away if you set the environment variable LD_BIND_NOW to 1 before starting Emacs? If this helps, please try the change suggested yesterday by Robert A Basch in the thread "Emacs 21 mmap problem" in this group. Thanks.