bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #24239] _NS_COUNT_HACK causes SIGBUS on NetBSD/AMD64


From: Richard Frith-Macdonald
Subject: [bug #24239] _NS_COUNT_HACK causes SIGBUS on NetBSD/AMD64
Date: Thu, 11 Sep 2008 09:39:34 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1

Follow-up Comment #3, bug #24239 (project gnustep):

Are you by some chance using an old version of the base library?

You say 'The effect here is that the uncought exception is not logged' ...
but that's not how it should be working.

The effect you should be seeing is:

1. exception is raised and NSCountFrames() is called
2. NSCountFrames sets signal handler
3. stack frames are counted to the point where SIGBUS is sent
4. signal handler catches signal and terminates frame count
5. NSCountFrames returns to the exception code
6. The exception is caught, or NSUncaughtExceptionhander is called.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24239>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]