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

Re: Got unusable memory address 0x400cd008 (and libtermcap)



From: "Jouni.Ryno@fmi.fi" <ryno@katiska.fmi.fi>
> Would there be in simple reason, why the binary works in RedHat, but not
> in Debian?

If you have upgraded libc to 5.4.7, try this:

	LD_PRELOAD=/usr/lib/libgnumalloc.so.5
	export LD_PRELOAD

or if you use csh or tcsh:

	setenv LD_PRELOAD /usr/lib/libgnumalloc.so.5

If that fixes the problem, there's a malloc bug in the program and the
new allocator we're using makes the bug show up instead of being silent.

	Bruce
--
Bruce Perens K6BP   Bruce@Pixar.com
Finger Bruce@master.Debian.org for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: