| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Brendan Jurd <direvus(at)gmail(dot)com> |
| Cc: | pgsql-bugs(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Failed assert ((data - start) == data_size) in heaptuple.c |
| Date: | 2011-04-07 06:56:34 |
| Message-ID: | 6902.1302159394@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
Brendan Jurd <direvus(at)gmail(dot)com> writes:
> TRAP: FailedAssertion("!((data - start) == data_size)", File:
> "heaptuple.c", Line: 255)
[ scratches head ... ] That implies that heap_fill_tuple came to a
different conclusion about a tuple's data size than the immediately
preceding heap_compute_data_size. Which I would sure want to believe
is impossible. Have you checked for flaky memory on this machine?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brendan Jurd | 2011-04-07 07:07:55 | Re: Failed assert ((data - start) == data_size) in heaptuple.c |
| Previous Message | Brendan Jurd | 2011-04-07 06:07:32 | Failed assert ((data - start) == data_size) in heaptuple.c |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brendan Jurd | 2011-04-07 07:07:55 | Re: Failed assert ((data - start) == data_size) in heaptuple.c |
| Previous Message | Vladimir Kokovic | 2011-04-07 06:44:44 | Re: too many dotted names |