From: | Duncan Rance <postgres(at)dunquino(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-bugs(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>, Bridget Frey <bridget(dot)frey(at)redfin(dot)com> |
Subject: | Re: BUG #6425: Bus error in slot_deform_tuple |
Date: | 2012-02-03 15:24:50 |
Message-ID: | 7F89C398-A270-45C4-893C-23AB24A81CFC@dunquino.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
On 3 Feb 2012, at 06:45, Tom Lane wrote:
>
> I probably ought to let the test case run overnight before concluding
> anything, but at this point it's run for two-plus hours with no errors
> after applying this patch:
>
> diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
Thank Tom! I've had this running for a few hours now without problems. Previously, on Sparc, the problem would occur in less than a minute.
I did try a build with --enable-cassert and it didn't actually cause the problem. I think I left it for about an hour. Although a a relatively modern machine, this Sparc box I am using is painfully slow. My guess is that the extra time taken to perform the Assert code is hiding the problem.
Now it's time to persuade the customer to use a patched version of pg ;)
Cheers,
Duncan
P.S. I've been looking for an OS project to contribute to, and I think I'll see if I can help with pg. Time to look a the TODO list :)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2012-02-03 16:11:37 | Re: BUG #6425: Bus error in slot_deform_tuple |
Previous Message | Bruce Momjian | 2012-02-03 14:59:07 | Re: BUG #6347: Reopening bug #6085 |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2012-02-03 15:28:05 | Re: Should I implement DROP INDEX CONCURRENTLY? |
Previous Message | Robert Haas | 2012-02-03 14:35:11 | Re: [v9.2] sepgsql's DROP Permission checks |