Re: Soulution maybe? for Re: Connection aborted was ModPerl::Util::exit: (120000) at Carp.pm line 590

2012-11-29 Thread André Warnier
if there was no error. Maybe you should do this : print STDERR $@ . \n\n if $@; However, it seems $@ is always empty. So, I no longer have connection aborted errors You still have the errors. You just don't see them in the logs anymore. But that is probably a benefit, because there is nothing much

Re: Connection aborted (blank line after headers?)

2012-11-16 Thread Dave Morgan
On 15/11/12 11:40 AM, Randolf Richardson wrote: Snip. Pretty well, we also get a similar problem when some IE clients download pictures (jpg's). Software caused connection abort at /home/apache/metapoint/trunk/Metadot/UploadsManager.pm line 216,OUT chunk 1.\n The code here is (edited

Re: Connection aborted

2012-11-15 Thread Dave Morgan
Thanks Andre. On 14/11/12 12:33 PM, André Warnier wrote: Dave Morgan wrote: Snip. We did find the use statement and removed it. We now get Software caused connection abort at /home/apache/metapoint/trunk/Utility.pm line 231. Ok, so now you know at which line of which module this

Re: Connection aborted (blank line after headers?)

2012-11-15 Thread Randolf Richardson
Thanks Andre. On 14/11/12 12:33 PM, André Warnier wrote: Dave Morgan wrote: Snip. We did find the use statement and removed it. We now get Software caused connection abort at /home/apache/metapoint/trunk/Utility.pm line 231. Ok, so now you know at which line of which

Connection aborted was ModPerl::Util::exit: (120000) exit was called at /usr/share/perl5/CGI/Carp.pm line 590

2012-11-14 Thread Dave Morgan
Original Message Thank you Andre, On 31/10/12 01:58 PM, André Warnier wrote: Dave Morgan wrote: How do I find out where the following call(s) are made from? See http://search.cpan.org/~dom/perl-5.14.3/lib/Carp.pm or by including the string -MCarp=verbose in the PERL5OPT

Re: Connection aborted was ModPerl::Util::exit: (120000) exit was called at /usr/share/perl5/CGI/Carp.pm line 590

2012-11-14 Thread André Warnier
Dave Morgan wrote: Original Message Thank you Andre, On 31/10/12 01:58 PM, André Warnier wrote: Dave Morgan wrote: How do I find out where the following call(s) are made from? See http://search.cpan.org/~dom/perl-5.14.3/lib/Carp.pm or by including the string