From owner-freebsd-current Wed Feb 13 7: 3:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 9C6F937B402; Wed, 13 Feb 2002 07:03:17 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id g1DF2qN05418; Wed, 13 Feb 2002 07:02:52 -0800 (PST) (envelope-from obrien) Date: Wed, 13 Feb 2002 07:02:51 -0800 From: "David O'Brien" To: Andrej Cernov Cc: "Vladimir B.Grebenschikov" , FreeBSD-gnats-submit@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: ports/34908: libpng port makes bad dynamic library on -CURRENT Message-ID: <20020213070251.A5321@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20020213145902.GA20062@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020213145902.GA20062@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Feb 13, 2002 at 05:59:02PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Feb 13, 2002 at 05:59:02PM +0300, Andrej Cernov wrote: > On Wed, Feb 13, 2002 at 17:35:27 +0300, Vladimir B.Grebenschikov wrote: > > > > Programm linked against libpng.so on -CURRNET causes SIGBUS on startup > > > > >How-To-Repeat: > > > > % cat > trypng.c > > #include > > > > main(int ac, char ** av) > > { > > printf("Hello World\n"); > > } > > ^D > > % gcc -o trypng trypng.c -L/usr/local/lib -lpng > > % ./trypng > > Bus error (core dumped) > > It looks like problem with new GNU binutils (I suspect ASM code). Try to > contact David on this subj. This is not much of a bug report. Was libpng compiled with new binuils or old? Someone that is having problems (which I am not), needs to compile things with -g, not strip them, use gdb and provide a REAL bug report. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message