Re: BUG #6425: Bus error in slot_deform_tuple

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6425: Bus error in slot_deform_tuple
Дата
Msg-id 20740.1328285497@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #6425: Bus error in slot_deform_tuple  (Duncan Rance <postgres@dunquino.com>)
Ответы Re: BUG #6425: Bus error in slot_deform_tuple  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Duncan Rance <postgres@dunquino.com> writes:
> 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:

> Thank Tom! I've had this running for a few hours now without problems. Previously, on Sparc, the problem would occur
inless 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
timetaken to perform the Assert code is hiding the problem. 

My machine has been running the test case for twelve hours now with no
errors, whereas with the bug the MTTF seemed to be half an hour or so.
(Hm, I wonder whether turning off asserts would reduce the time to
failure?  Probably not worth the trouble to experiment now.)  So I think
we've got it, or at least we've found the problems this test case can
expose.  I'm still going to go read all the other WAL replay code...

> Now it's time to persuade the customer to use a patched version of pg ;)

FWIW, this bug might persuade us to do a set of releases pretty soon.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Duncan Rance
Дата:
Сообщение: Re: BUG #6425: Bus error in slot_deform_tuple
Следующее
От: Mark Phillips
Дата:
Сообщение: Re: BUG #6404: postgres account not created during unattended install