From owner-freebsd-current Wed Feb 13 6:59:17 2002 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 98A5F37B41E; Wed, 13 Feb 2002 06:59:08 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id g1DEx3S20175; Wed, 13 Feb 2002 17:59:04 +0300 (MSK) (envelope-from ache) Date: Wed, 13 Feb 2002 17:59:02 +0300 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: "Vladimir B.Grebenschikov" Cc: FreeBSD-gnats-submit@FreeBSD.ORG, current@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: ports/34908: libpng port makes bad dynamic library on -CURRENT Message-ID: <20020213145902.GA20062@nagual.pp.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i 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 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. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message