Re: [gtk-list] Dumping core on SIGSEGV



beach@ataman.com writes:

>Why doesn't Gtk catch SIGSEGV instead of allowing a core dump?  This
>is making it difficult to use in development at times (e.g. no
>coredump files to work with means nothing to give to the debugger.)

You can catch any signal yourself if you like, just install the signal handler
after you call gtk_init(), to override gtk's handlers.

--
James Bailie

http://www.wwdc.com/~jbailie



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