Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 16:48:30 -0700
From:      "David O'Brien" <obrien@NUXI.com>
To:        Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Cc:        current@FreeBSD.ORG
Subject:   Re: EGCS troubles
Message-ID:  <19990408164830.C20453@nuxi.com>
In-Reply-To: <XFMail.990408192303.asmodai@wxs.nl>; from Jeroen Ruigrok/Asmodai on Thu, Apr 08, 1999 at 07:23:03PM %2B0200
References:  <370C9920.962266C4@altavista.net> <XFMail.990408192303.asmodai@wxs.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990408164830.C20453>