Re: coredumps and/or CPU eating zombies after dlopen/fork

2022-11-25 Thread Takashi Yano
On Fri, 25 Nov 2022 14:22:15 +0100 Dmitry Karasik wrote: > Otherwise, to reproduce, download and unpack > http://karasik.eu.org/misc/cygwin/cygwin-gtk-dlopen-fork-bug.tar > and run ./try there. Why do you include windows.h in test.c? I encountered following error. /usr/include/w32api/processthre

Re: coredumps and/or CPU eating zombies after dlopen/fork

2022-11-25 Thread Thomas Wolff
Am 25/11/2022 um 14:22 schrieb Dmitry Karasik: URL: http://karasik.eu.org/misc/cygwin/ Dear all, Here's some exception that is caused if gtk_settings_get_default() is called from a dll and then later fork() call is made. The bug is not observed if the call is made in the main program, and