fixme:pthread_kill_other_threads

2001-09-27 Thread Uwe Bonnes
Hallo, I don't understand why pthread_kill_other_threads ist called when a programm creates a new process. With the pthread_kill_other_threads call, the starting process dies. This is a +relay,+server,+... log: trace:dosfs:DOSFS_GetFullName returning /home/dosd/cae/ql82/scs/TKWDOG.EXE =

Re: fixme:pthread_kill_other_threads

2001-09-27 Thread Dan Kegel
Uwe Bonnes wrote: I don't understand why pthread_kill_other_threads ist called when a programm creates a new process. With the pthread_kill_other_threads call, the starting process dies. ... What can happen between chdir() and execve() to trigger the pthread_kill_other_threads() call? This

Re: _NET_WM_NAME support patch

2001-09-27 Thread Dmitry Timoshkov
Ilya Konstantinov [EMAIL PROTECTED] wrote: This patch adds a _NET_WM_NAME(UTF8_STRING) property to every window, storing it's title in non-ambigous UTF8 encoding. This is a part of the NET_WM standard. The UTF8 title feature is currently implemented only by KWin (KDE's window manager), but