Date: Fri, 09 May 1997 10:02:24 -0700 From: John Polstra <jdp@polstra.com> To: dufault@hda.com Cc: hackers@freebsd.org Subject: Re: g++ shared library segfaults Message-ID: <199705091702.KAA29357@austin.polstra.com> In-Reply-To: <199705062018.QAA13068@hda.hda.com> References: <199705062018.QAA13068@hda.hda.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199705062018.QAA13068@hda.hda.com>, Peter Dufault <dufault@hda.com> wrote: > Does anyone who uses g++ and shared libraries care to speculate > about this shared library crash in ptolemy? Does it use exceptions? Exceptions + PIC don't work right on any i386 platform. There is register corruption. I'm not sure whether an exception even has to be taken in order for the problem to appear. I contacted Mike Stump about it some time ago, and said, "I don't see a simple way to fix this, do you?" He said, "That's right. Wait for 2.8". -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705091702.KAA29357>