mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix problem preventing stack traces from being generated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27709 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
96748dc007
commit
2309fc7d1e
2 changed files with 6 additions and 1 deletions
|
@ -834,7 +834,7 @@ callUncaughtHandler(id value)
|
|||
}
|
||||
|
||||
if (_e_stack == nil
|
||||
&& GSPrivateEnvironmentFlag("GNUSTEP_STACK_TRACE", YES) == NO)
|
||||
&& GSPrivateEnvironmentFlag("GNUSTEP_STACK_TRACE", YES) == YES)
|
||||
{
|
||||
ASSIGN(_e_stack, GSPrivateStackAddresses());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue