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

2012-11-29 Thread André Warnier
Dave Morgan wrote: Hi All, Short summary, original problem ModPerl::Util::exit: (12) exit was called at /usr/share/perl5/CGI/Carp.pm line 590 after hacking out Carp "Software caused connection abort." at 3 different places in our code The code in question is essentially p

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

2012-11-29 Thread Dave Morgan
Hi All, Short summary, original problem ModPerl::Util::exit: (12) exit was called at /usr/share/perl5/CGI/Carp.pm line 590 after hacking out Carp "Software caused connection abort." at 3 different places in our code The code in question is essentially print $CGI-

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