NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/42105: PT_NOTE - section .note.netbsd.ident missing => crash
The following reply was made to PR kern/42105; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/42105: PT_NOTE - section .note.netbsd.ident missing => crash
Date: Mon, 21 Sep 2009 11:10:02 +0200
On Mon, Sep 21, 2009 at 08:30:01AM +0000, las_skov%yahoo.dk@localhost wrote:
> Elf binary without the note section crashes kern
You are creating a binary for some other OS ABI then, in your case
probably SVR4 - and that is executed with the coresponding emulation, which
seems to not properly handle error checking.
Can you get a backtrace from the kernel crash? If you have DDB enabled
(check sysctl ddb.onpanic) you can do "tr" at the db> prompt. This should
directly point to the real problem.
Martin
Home |
Main Index |
Thread Index |
Old Index