Re: Segfault on exit
- From: Havoc Pennington <hp redhat com>
- To: Black <cpa ece cmu edu>
- Cc: GTK-Devel Mailing List <gtk-app-devel-list gnome org>
- Subject: Re: Segfault on exit
- Date: 25 Jun 2001 16:26:38 -0400
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]