Re: "Out of memory! Out of memory! Callback called exit at ..."

2010-08-12 Thread Peter J. Holzer
On 2010-08-12 10:19:37 -0700, Bob McGowan wrote: > On 08/12/2010 09:55 AM, Jared Still wrote: > > On Thu, Aug 12, 2010 at 12:50 AM, Ludwig, Michael < > > michael.lud...@delphi-mb.de> wrote: > > > >> Do you have a minimal example to reproduce the failure so people can > >> try this at home, or rath

Re: Problems building DBI::Ingres on Solaris 10

2010-08-12 Thread Michael Genrich
I'm also seeing the same error on a freshly-installed-from-source Perl. My Ingres knowledge is scant -- does anyone have any idea why this SQL statement is failing? On 7/30/10 11:32 AM, "Michael Genrich" wrote: > I'm running into an error very early in the build process for DBD::Ingres-0.53

Re: "Out of memory! Out of memory! Callback called exit at ..."

2010-08-12 Thread Michael Ludwig
Bob McGowan schrieb am 12.08.2010 um 10:19 (-0700): > I've debugged down to the point where the call is made to > 'selectall_arrayref()'. And what is the SQL? Maybe a Cartesian product has slipped in. > I have no desire at this point to step through the DBI code itself, as > I have no knowledge

Re: "Out of memory! Out of memory! Callback called exit at ..."

2010-08-12 Thread Bob McGowan
On 08/12/2010 09:55 AM, Jared Still wrote: > On Thu, Aug 12, 2010 at 12:50 AM, Ludwig, Michael < > michael.lud...@delphi-mb.de> wrote: > >> Do you have a minimal example to reproduce the failure so people can >> try this at home, or rather, inspect the code? >> >> > +1 > > Questions without a rep

Re: "Out of memory! Out of memory! Callback called exit at ..."

2010-08-12 Thread Jared Still
On Thu, Aug 12, 2010 at 12:50 AM, Ludwig, Michael < michael.lud...@delphi-mb.de> wrote: > Do you have a minimal example to reproduce the failure so people can > try this at home, or rather, inspect the code? > > +1 Questions without a reproducible example are usually a non-starter. It is at times

RE: "Out of memory! Out of memory! Callback called exit at ..."

2010-08-12 Thread Ludwig, Michael
> -Original Message- > From: Bob McGowan > Subject: "Out of memory! Out of memory! Callback called exit at ..." > I'm using DBI 1.611, DBD::mysql 4.013 and Perl 5.8.8 > > The error message in the subject is being generated when trying to > read mySQL data from a field of type "longblob".