Re: Out of memory errors with mod_perl

From: "Mitch Vincent" <mitch(at)venux(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Out of memory errors with mod_perl
Date: 2000-10-20 15:46:31
Message-ID: 005401c03aac$eb0dccf0$0200000a@doot
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

And of course you could have just run out of memory! Storing really large
result sets is a good way to do that... :-)

-Mitch

----- Original Message -----
From: "Alex Pilosov" <alex(at)pilosoft(dot)com>
To: "Steve Heaven" <steve(at)thornet(dot)co(dot)uk>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Friday, October 20, 2000 7:28 AM
Subject: Re: [GENERAL] Out of memory errors with mod_perl

> See mod_perl guide for debugging apache, such as getting a traceback at
> the time of crash, and using strace to see what the script was doing
> before dying.
>
> Also, upgrade to latest DBD::Pg, there were a few small crashes which got
> fixed.
>
> -alex
>
> On Fri, 20 Oct 2000, Steve Heaven wrote:
>
> > If we try to run a perl script which accesses a Postgres dB using
mod_perl
> > with Apache we get:
> > "child pid 25144 exit signal Segmentation fault (11)
> > Out of memory!"
> >
> > The scripts work fine when used w/o mod_perl, and other non-Postgres
> > scripts wotk OK with mod_perl.
> >
> > What are we doing wrong?
> >
> > Thanks
> >
> > Steve
> >
> >
>
>

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Steve Heaven 2000-10-20 16:00:00 Re: Out of memory errors with mod_perl
Previous Message Alex Pilosov 2000-10-20 14:28:00 Re: Out of memory errors with mod_perl

Browse pgsql-general by date

  From Date Subject
Next Message Steve Heaven 2000-10-20 16:00:00 Re: Out of memory errors with mod_perl
Previous Message KuroiNeko 2000-10-20 15:14:53 Re: MySQL -> pgsql