Re: Large data field causes a backend crash.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bruc(at)stone(dot)congen(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Large data field causes a backend crash.
Date: 2001-02-06 01:49:40
Message-ID: 22297.981424180@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> Large data field causes a backend crash.

> test=# copy test from '/stf/bruc/RnD/genscan/foo.test';
> TRAP: Too Large Allocation Request("!(0 < (size) && (size) <= ((Size) 0xfffffff)):size=268435456 [0x10000000]", File: "mcxt.c", Line: 478)
> !(0 < (size) && (size) <= ((Size) 0xfffffff)) (0) [No such file or directory]

Yeah, this should probably be treated as a plain elog(ERROR) now,
instead of an Assert failure ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2001-02-06 02:10:17 Re: Large data field causes a backend crash.
Previous Message Nic Ferrier 2001-02-06 00:58:07 Re: [HACKERS] Re: syslog logging setup broken?