Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: emacs core dump: getenv problem?
On Mon, May 20, 2013 at 00:33:01 +0200, Thomas Klausner wrote:
> (gdb) p environ[0]
> $4 = 0xb <Address 0xb out of bounds>
> (gdb) p environ[1]
> $5 = 0x0
>
> Any ideas how this can happen?
emacs has a symbol named "environ" and something in ld.so broke
recently to make _env.c access emacs symbol instead of ours?
-uwe
Home |
Main Index |
Thread Index |
Old Index