Subject: Re: 4.99.17 (-current) - now: Alignment error
To: Gert Doering <gert@greenie.muc.de>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 04/10/2007 14:32:23
On Tue, Apr 10, 2007 at 02:22:14PM +0200, Gert Doering wrote:
> I wouldn't mind if the kernel would actually just SIGSEGV/SIGBUS the 
> offending process that produced the alignment error (and have it core 
> dump, which is something I'm more familiar in debugging...)

It would, if the application wouldn't catch it. Find the signal/sigaction
call that masks it, comment that out and recompile the app.

Martin