Re: There's some sort of race condition with the new FSM stuff

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: There's some sort of race condition with the new FSM stuff
Дата
Msg-id 48F4C437.7060909@sun.com
обсуждение исходный текст
Ответ на Re: There's some sort of race condition with the new FSM stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: There's some sort of race condition with the new FSM stuff  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
Tom Lane napsal(a):
> Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
>> I still wonder, though, why we're seeing the error consistently on kudu, 
>> and not on any other animal. Perhaps the forknum field that's left 
>> uninitialized gets a different value there than on other platforms.
> 
> Hmm ... AFAICS this mistake would mean that no forknum field of the
> requests[] array ever gets set at all, so they would stay at whatever
> the virgin value in the shmem segment had been.  Perhaps Solaris doesn't
> guarantee that a shared memory block starts out as zeroes?  

For security reason any OS should clean memory pages before process 
first touches them.
    Zdenek


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: patch: Allow the UUID type to accept non-standard formats
Следующее
От: "Robert Haas"
Дата:
Сообщение: Re: 8.3 .4 + Vista + MingW + initdb = ACCESS_DENIED