mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 13:06:49 +03:00
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:
parent
611b558d0e
commit
fe6fce1d37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user