-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forking problems on Cygwin #71
Comments
From: @Perlover Hi, I noticed that some tests hangs up in Test::More::ok subroutine |
From: @Perlover And here may be useful info: http://stackoverflow.com/questions/3250749/using-windows-python-from-cygwin |
From: @Perlover Sorry, i think i make mistake |
From: @Perlover And i wrote to here because i have problems with Test::SharedFork module I researched near problem with forking under Cygwin https://rt.cpan.org/Ticket/Display.html?id=79226#txn-1222540 Best regards |
From: @schwern
Date: Monday May 06, 2013 at 22:50 GMT
Orig: Test-More/test-more#379
I tried out the forking code on Cygwin and there's a problem. It will work with a parent and child, but throw a grand child process into the mix (as t/fork/events.t does) and they will hang trying to get a lock.
We need someone who understands Cygwin and fork to have a look at this problem. I've made a special branch for it, bug/fork-cygwin. It annotates the locking and forking process to make debugging easier. Any insight would be appreciated.
This is blocking 1.5.0 alpha 7.
The text was updated successfully, but these errors were encountered: