From owner-freebsd-current Thu Apr 8 16:50:34 1999 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8CFE314DDE for ; Thu, 8 Apr 1999 16:50:32 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id QAA20552; Thu, 8 Apr 1999 16:48:30 -0700 (PDT) (envelope-from obrien) Message-ID: <19990408164830.C20453@nuxi.com> Date: Thu, 8 Apr 1999 16:48:30 -0700 From: "David O'Brien" To: Jeroen Ruigrok/Asmodai Cc: current@FreeBSD.ORG Subject: Re: EGCS troubles Reply-To: obrien@NUXI.com References: <370C9920.962266C4@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Jeroen Ruigrok/Asmodai on Thu, Apr 08, 1999 at 07:23:03PM +0200 X-Operating-System: FreeBSD 3.1-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Something broken in new egcs c++ compiler - jade doesn't work with > > following symptoms (checked on two machines). > > Apr 7 20:26:04 daemon /kernel: pid 61135 (jade), uid 0: exited on signal > 11 (core dumped) > > Verified... > > David, might this be due to the compiler itself of the libraries? > Any way of making certain? Compile Jade with "-g" and see where in the coredump the signal 11 is occuring. What does ``ldd jade'' show? You might be mixing shared libs, that doesn't work for C++. Could also be an exceptions problem. Try compiling with -fnoexpcetions. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message