Subject: Re: bin/34269: named crash
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 08/30/2006 16:30:08
The following reply was made to PR bin/34269; it has been noted by GNATS.
From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, gnats-admin@netbsd.org,
netbsd-bugs@netbsd.org, efnbp06@bn2.maus.net
Cc:
Subject: Re: bin/34269: named crash
Date: Wed, 30 Aug 2006 12:26:30 -0400
On Aug 30, 4:25pm, Edgar.Fuss@bn2.maus.net (Edgar =?iso-8859-1?B?RnXf?=) wrote:
-- Subject: Re: bin/34269: named crash
| The following reply was made to PR bin/34269; it has been noted by GNATS.
|
| From: Edgar =?iso-8859-1?B?RnXf?= <Edgar.Fuss@bn2.maus.net>
| To: gnats-bugs@NetBSD.org
| Cc:
| Subject: Re: bin/34269: named crash
| Date: Wed, 30 Aug 2006 17:17:48 +0200
|
| > Can you try a `make cleandir` instead of a `make clean`?
| OK, That did it.
|
| > probably somewhere related to trap handling or register saving/restoring
| Ah, SPARCian Roulette aka Register Windows.
|
It is indeed related to register windows; having to take a fault while context
switching to bring in registers from the stack is a no-no. How to fix it is
a different story.
christos