Skip to content

Commit

Permalink
disable traceback for Fedora 16 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
billroy committed May 18, 2012
1 parent 3153fb8 commit 5cfc04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitlash-error.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void fatal2(char msg1, char msg2) {
#endif
#endif

traceback();
//traceback();

// Here we punt back to the setjmp in doCommand (bitlash.c)
longjmp(env, X_EXIT);
Expand Down

0 comments on commit 5cfc04b

Please sign in to comment.