From owner-cvs-all Mon Jun 10 15: 4:22 2002 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 1AF0C37B404; Mon, 10 Jun 2002 15:04:17 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g5AM4GCV010824; Mon, 10 Jun 2002 15:04:16 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g5AM4GMZ010823; Mon, 10 Jun 2002 15:04:16 -0700 (PDT) (envelope-from dillon) Date: Mon, 10 Jun 2002 15:04:16 -0700 (PDT) From: Matthew Dillon Message-Id: <200206102204.g5AM4GMZ010823@apollo.backplane.com> To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/rtld-elf/i386 reloc.c References: <200206101852.g5AIqWd98998@freefall.freebsd.org> <1023745407.46871.2.camel@gyros.marcuscom.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> applications that load modules from threads. The bug is almost certainly :> responsible for some of the instabilities found in konqueror, for example, :> and possibly netscape too. : :This may also fix the seg fault encountered while building Mozilla. :I'll investigate. : :Joe I'm very interested in any other bugs that come out of the woodwork from this. Martin also just mentioned to me that Alexander Kabaev (on the ports mailing list) is investigating a possible RTLD_GLOBAL symbol issue that kills openoffice reliably for him when running with GCC2 (-stable's standard compiler). The stack issue was incredibly odd. It corrupted the 'make install' sequence for openoffice without faulting it out, resulting in a seemingly good install which actually wound up being totally corrupt when one tried to run the setup program. Fixing the rtld bug did not solve the setup program's woes, one actually had to 'make deinstall; make install' openoffice again, with the fixed rtld, for setup to then work properly. That's a very, very odd effect and I'm amazed that Martin was able to track it down to rtld-elf. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message