Re: Segfault on exit



Hi,

GTK runs an "atexit" function which is what's happening at
exit-time. GTK 2 no longer does this, since it's a bit evil.

Anyhow, you can exit with _exit() to avoid calling the atexit
function. I'm not sure how atexit() interacts with threads.

Havoc




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