From owner-freebsd-current Thu Apr 8 22:23:45 1999 Delivered-To: freebsd-current@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id A4A6B14FAD for ; Thu, 8 Apr 1999 22:23:40 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.56.167]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA36BB; Fri, 9 Apr 1999 07:21:38 +0200 Received: from daemon.ninth-circle.org (abaddon@daemon [192.168.0.1]) by daemon.ninth-circle.org (8.9.3/8.9.3) with ESMTP id HAA65708; Fri, 9 Apr 1999 07:21:55 +0200 (CEST) (envelope-from asmodai@wxs.nl) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990408164830.C20453@nuxi.com> Date: Fri, 09 Apr 1999 07:21:54 +0200 (CEST) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: "David O'Brien" Subject: Re: EGCS troubles Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Apr-99 David O'Brien wrote: >> > 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. [asmodai@daemon] (163) $ ldd /usr/local/bin/jade /usr/local/bin/jade: libstyle.so.1 => /usr/local/lib/libstyle.so.1 (0x280b6000) libspgrove.so.1 => /usr/local/lib/libspgrove.so.1 (0x282ac000) libgrove.so.1 => /usr/local/lib/libgrove.so.1 (0x282ef000) libsp.so.1 => /usr/local/lib/libsp.so.1 (0x282f7000) libintl.so.1 => /usr/local/lib/libintl.so.1 (0x284ce000) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x284d2000) libm.so.2 => /usr/lib/libm.so.2 (0x2850d000) libc.so.3 => /usr/lib/libc.so.3 (0x28527000) I know for certain that libintl is gcc. Will go and do recompilations of all stuff this weekend *sigh* ;) --- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The idea does not replace the work... Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message