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

2012-11-29 Thread André Warnier
will print blank lines 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

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

2012-11-29 Thread Dave Morgan
; However, it seems $@ is always empty. So, I no longer have connection aborted errors Now I know I'm easily confused but I don't understand :) However, as it does appear I have fixed the issue I am quite happy. I just wish I knew why it works. Discovered along the way was do not write

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, chunk 1.\n The code here is (edited for b

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 kn

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 is

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 -M

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 PERL5