NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-arm/50087: all threaded programs crash on arm
The following reply was made to PR port-arm/50087; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: joerg%NetBSD.org@localhost, christos%NetBSD.org@localhost
Subject: Re: port-arm/50087: all threaded programs crash on arm
Date: Sat, 25 Jul 2015 21:09:13 +0200
On Sat, Jul 25, 2015 at 04:30:33PM +0200, Martin Husemann wrote:
> Copying over libc.so.12.197 from july 20 fixes the issue.
Jared pointed out the only possible change:
Modified Files:
src/share/mk: bsd.lib.mk
Log Message:
Simplify the build of library archives by no longer doing a topological
sort.
To generate a diff of this commit:
cvs rdiff -u -r1.358 -r1.359 src/share/mk/bsd.lib.mk
... and indeed reverting this makes libc work again.
Constructor order interfering with the fragile libc/libpthread startup?
Martin
Home |
Main Index |
Thread Index |
Old Index