NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/47271: host (1) dumps core on latest netbsd-6
The following reply was made to PR bin/47271; it has been noted by GNATS.
From: Taylor R Campbell <campbell+netbsd%mumble.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/47271: host (1) dumps core on latest netbsd-6
Date: Sun, 2 Dec 2012 18:03:16 +0000
I suspect that netbsd-6 didn't take well to ~doubling sizeof(struct
__pthread_st) in christos's recent changes to pthread's thread-
specific data. On amd64, it formerly fit in a single page; now it
covers nearly two, and I expect it's similar on i386. The pthread
stack setup changed substantially from 6 to HEAD, so it's not
surprising that these changes might work in HEAD but not in 6.
Home |
Main Index |
Thread Index |
Old Index