Re: interesting thread issue at exit()

2002-02-22 Thread Havoc Pennington
Paul Davis <[EMAIL PROTECTED]> writes: > GDK registers an exit function to be called on normal process > termination. This function will be called from whatever thread calls > exit(2). However, the function is not thread safe, and if the thread > calling exit(2) is not the "main GUI thread", many

interesting thread issue at exit()

2002-02-22 Thread Paul Davis
GDK registers an exit function to be called on normal process termination. This function will be called from whatever thread calls exit(2). However, the function is not thread safe, and if the thread calling exit(2) is not the "main GUI thread", many nasty things can happen. This is not fixed in