From: <cod...@go...> - 2009-08-20 22:05:06
|
Status: Accepted Owner: wolfgang...@gmx.net Labels: Type-Defect Priority-Medium OpSys-Linux Component-Core New issue 19 by wolfgang...@gmx.net: GNUstep's NSException segfaults when generating stack trace http://code.google.com/p/hoc/issues/detail?id=19 GNUstep's NSException class uses various GNU C built-in functions to generate a stack trace whenever an exception is thrown. These built-ins rely on a proper chain of %ebp-based stack frames (on i386, that is). GHC just leaves a bogus value in %ebp when it calls out from Haskell land. A segfault results. This will require either a hack to prevent GNUstep from walking the stack or a hack to "fix" the stack frame chain. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings |