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: David Ayers
Subject: [bug #24239] _NS_COUNT_HACK causes SIGBUS on NetBSD/AMD64
Date: Thu, 11 Sep 2008 09:19:48 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071618 Iceweasel/3.0.1 (Debian-3.0.1-1)

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

>From NSException -raise:
#if     defined(DEBUG)
  if (_e_stack == nil)
    {
      ASSIGN(_e_stack, GSPrivateStackAddresses());
    }
#endif

Would you accept another define/configure option to turn this part off for
NetBSD/AMD64?  Or probably even better in GSPrivatStackAdresses itself to
return nil...

It seems that the error is triggerd by unnecessary (albeit very usefull if it
works) functionality.  The effect here is that the uncought exception is not
logged anymore so a developer could be mislead to believe that there is a bug
in -base rather than in his code.

It will be be quite a while before NetBSD will have a new system compiler.


    _______________________________________________________

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]