This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Random fork failures




Example 1: #!/usr/bin/perl use POSIX qw(getcwd); getcwd(); 1;

Example 2:
#!/usr/bin/perl
use Scalar::Util qw(looks_like_number);
looks_like_number("1");
1;

Both end up with:
Segmentation fault (core dumped)

Well, I tried these two examples on a clean cygwin installation, with new cygwin1.dll and they work.
There are still many problems. I am working on a small, self-contained example.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]