Date: Mon, 18 Mar 2002 11:26:59 -0800 (PST) From: John Polstra <jdp@polstra.com> To: current@freebsd.org Cc: mark@grondar.za Subject: Re: rtld messing up? Message-ID: <200203181926.g2IJQxW01655@vashon.polstra.com> In-Reply-To: <200203112131.g2BLVtDN043534@grimreaper.grondar.org> References: <200203112131.g2BLVtDN043534@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <200203112131.g2BLVtDN043534@grimreaper.grondar.org>, Mark Murray <mark@grondar.za> wrote: > > Here is kaffe (from ports) post mortem after an at-load blowup. > > #0 0x280520ee in reloc_non_plt (obj=0x28064500, obj_rtld=0x280604a0) > at /usr/src/libexec/rtld-elf/i386/reloc.c:196 > 196 *where += (Elf_Addr) obj->relocbase; > (gdb) where > #0 0x280520ee in reloc_non_plt (obj=0x28064500, obj_rtld=0x280604a0) > at /usr/src/libexec/rtld-elf/i386/reloc.c:196 > #1 0x2804fb30 in relocate_objects (first=0x28064000, bind_now=0 '\000') > at /usr/src/libexec/rtld-elf/rtld.c:1398 > #2 0x2804e663 in _rtld (sp=0xbfbffa58, exit_proc=0xbfbffa50, objp=0xbfbffa54) > at /usr/src/libexec/rtld-elf/rtld.c:380 > > Other ports (like QT2) are also doing this. > > Any ideas? All I know is this: The dynamic linker was working just fine for years. Then we got a new version of binutils, and lots of problems started happening. The dynamic linker wasn't changed -- binutils was. I have no idea what got broken, but I kind of doubt that the bug is in the dynamic linker. John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203181926.g2IJQxW01655>