Add support for backtraces - if the compiler and libc version supports it (probably only glibc/gcc) then a stack trace is printed on serious bugs

darcs-hash:20070120023649-ac50b-5efa310bea0deddfa1d8dfca1000163eee89c7cb.gz
This commit is contained in:
axel
2007-01-20 12:36:49 +10:00
parent 1a76f2ecb9
commit 1300e68fa5
6 changed files with 66 additions and 16 deletions

2
env.c
View File

@@ -665,7 +665,7 @@ int env_set( const wchar_t *key,
event_t ev;
int is_universal = 0;
CHECK( key, ENV_INVALID );
if( (var_mode & ENV_USER ) &&