[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 21.2 startup crash on Irix
From: |
Eli Zaretskii |
Subject: |
Re: 21.2 startup crash on Irix |
Date: |
Sat, 13 Apr 2002 10:58:57 +0300 |
> From: Dave Love <d.love@dl.ac.uk>
> 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 <rbasch@MIT.EDU> in the thread "Emacs 21 mmap problem" in this
group.
Thanks.