Print stack trace when execting due to fatal problem or bug

darcs-hash:20070121150341-ac50b-66b86014963568bf402a76d5beb7c1d4e188c5f7.gz
This commit is contained in:
axel
2007-01-22 01:03:41 +10:00
parent 66c045c439
commit 98a6c491b1
5 changed files with 19 additions and 12 deletions

View File

@@ -2588,7 +2588,7 @@ int eval( const wchar_t *cmd, io_data_t *io, int block_type )
debug( 0,
_(L"End of block mismatch. Program terminating.") );
bugreport();
exit(1);
FATAL_EXIT();
break;
}