Skip to content

Commit

Permalink
Disable gdb backtracing until mono#2548 has been fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored and Alex Corrado committed Dec 19, 2011
1 parent 44983be commit ee240bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mono/mini/mini-darwin.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ mono_runtime_syscall_fork ()
gboolean
mono_gdb_render_native_backtraces (pid_t crashed_pid)
{
return FALSE; // disable for now due to #2548.
const char *argv [5];
char gdb_template [] = "/tmp/mono-gdb-commands.XXXXXX";

Expand Down

0 comments on commit ee240bb

Please sign in to comment.