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