Re: Gnome segfault crash window



> If the "Gnome segfault crash window" arrives no coredump file
> is created. :-(
> That's very bad for developing my own Applications.
> 
> How can I disable the crash window, or enable coredump file creation?


After the gnome initialization:
signal(SIGSEGV, SIG_DFL);
This restores the normal behaviour of a segfault.

	Jean-Marc

-- 
Jean-Marc Valin
Universite de Sherbrooke - Genie Electrique
valj01@gel.usherb.ca



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]