GNOME Bugzilla – Bug 138425
[cygwin] tests/child-test fails.
Last modified: 2011-02-18 16:09:12 UTC
tests/child-test fails on Cygwin. It appears to be stuck in KERNEL32!GetPrivateProfileStructW(), called from cygwin1 getprogname(). Using ps, I see that 3 children are created, then after a few seconds, one child disappears, followed by another a few seconds later. However, one child never terminates, and the test runs indefinitely. I got the above information with gdb, but it wouldn't give me a full backtrace like under Linux. I'll see if I can get some further with this, but otherwise I'm stuck. Regards, Roger
This is still a problem with the current glib CVS. I'm going to have to see if some Cygwin folks can help with this one.
*** Bug 143938 has been marked as a duplicate of this bug. ***
Does this still occur with GLib 2.4.8/2.5.6 ?
There is no 2.4.8 release yet. Is there a patch available which I should apply to 2.4.7 and run the tests then?
You can either look at http://cvs.gnome.org/viewcvs/glib/glib/gmain.c?r1=1.118.2.2&r2=1.118.2.3&diff_format=c or wait until 2.4.8 gets released (which should be around end of november)
Seems to be resolved with 2.4.8 on Cygwin 1.5.12
I can confirm it's fixed in glib 2.6.0 as well.
If this is fixed, let's resolve the bug then.