Keep on hourglassing when dumping application space and UnixLib DA memory blocks to disc.

svn path=/trunk/netsurf/; revision=4817
This commit is contained in:
John Tytgat 2008-07-30 00:55:55 +00:00
parent 611b558d0e
commit fe6fce1d37

View File

@ -845,10 +845,6 @@ void ro_gui_signal(int sig)
}
options_dump();
/*rufl_dump_state();*/
xhourglass_colours(old_sand, old_glass, 0, 0);
xhourglass_off();
__write_backtrace(sig);
/* save WimpSlot and DA to files if NetSurf$CoreDump exists */
int used;
@ -876,6 +872,11 @@ void ro_gui_signal(int sig)
}
}
xhourglass_colours(old_sand, old_glass, 0, 0);
xhourglass_off();
__write_backtrace(sig);
abort();
}
/* If we reach here, previous handler was either SIG_IGN or