Subject: Re: lib/25869: resolver changes make bitkeeper crash
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 06/08/2004 20:18:54
On Jun 9,  8:32am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: lib/25869: resolver changes make bitkeeper crash

| > Tried this and it works for me:
| > 
| > [6:39pm] 73>objdump -x res | grep -w _res
| > 08049a00 g     O .bss   000001bc _res
| > [6:39pm] 74>objdump -x /lib/libc.so.12.120 | grep -w _res
| > 000b5240 g     O .bss   00000200 _res
| > [6:39pm] 75>./res
| 
| coredump or not is not important.
| you can see what's the problem, can't you?

that the libc version is 512 bytes and the program's version is 444. But
that should not matter since the first 440 bytes are the same.

christos