From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4454 invoked by alias); 8 Apr 2006 00:14:19 -0000 Received: (qmail 4446 invoked by uid 22791); 8 Apr 2006 00:14:18 -0000 X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 08 Apr 2006 00:14:16 +0000 Received: (qmail invoked by alias); 08 Apr 2006 00:14:13 -0000 Received: from p548D7FA6.dip.t-dialin.net (EHLO crunch2) [84.141.127.166] by mail.gmx.net (mp040) with SMTP; 08 Apr 2006 02:14:13 +0200 X-Authenticated: #482760 From: Onno Kortmann To: sid@sourceware.org Subject: Re: Bugreport: Latest CVS checkout of sid: segfault with empty file w/o configuration(?) Date: Sat, 08 Apr 2006 00:14:00 -0000 User-Agent: KMail/1.8.3 References: <200603312010.33935.onno@gmx.net> <200603312210.16824.onno@gmx.net> <20060406143358.GE16498@redhat.com> In-Reply-To: <20060406143358.GE16498@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604080214.12020.onno@gmx.net> X-Y-GMX-Trusted: 0 X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00004.txt.bz2 Hi, > > // Try ordinary dynamic linking > > dl_handle = lt_dlopen(dso_name.c_str()); <-------- > > Try recompiling the whole thing with "CFLAGS=-g CXXFLAGS=-g". It may > help explain why lt_dlopen failed, if perhaps something is wrong with > dso_open. I did that already... I have a configurerc that is activated for all my own autotools projects. This was enabled for my build but I remembered this only now as I looked at the compiler flags... I did compile it with '-g -Wall', but I'm sure the -Wall didn't hurt :-) > Another fall-back option is to configure with "--disable-shared", > which will link in component libraries right into the sid binary. Well, this is one of the things which I tried already, but it did not change the behaviour. Do you have any other ideas? Best regards, Onno