Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Paul] Debug Hanging: Edit Log

Here is the list of edits for this post
Re: [Paul] Debug Hanging
Finally found (at least one) reason of perl.exe hang under Windows.

Try out following tests separately:
1) print STDERR "aaa"; # Works
2) print STDERR "a"x10000; # Hangs Perl.exe
3) print STDERR "a"x4096; # Works
4) print STDERR "a"x4097; # Hangs Perl.exe

This means that there was some buffering problem.

In ActiveState Perl v5.6.1 build 633, this causes perl.exe hang.
I asked somebody to try these tests under build 635 and reported it works.
So if the info is correct, installing latest perl version is the solution.

Paul, what's your exact perl version (build)?
Could you try out a newer one?

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...

Last edited by:

webmaster33: Mar 23, 2003, 4:45 PM

Edit Log: