castoroides spinlock failure on test_shm_mq

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема castoroides spinlock failure on test_shm_mq
Дата
Msg-id 20150620042441.GV133018@postgresql.org
обсуждение исходный текст
Ответы Re: castoroides spinlock failure on test_shm_mq
Список pgsql-hackers
Has anybody noticed the way castoroides is randomly failing?
 SELECT test_shm_mq_pipelined(16384, (select string_agg(chr(32+(random()*95)::int), '') from
generate_series(1,270000)),200, 3);
 
! PANIC:  stuck spinlock (100cb92f4) detected at atomics.c:30
! server closed the connection unexpectedly
!     This probably means the server terminated abnormally
!     before or while processing the request.
! connection to server was lost


-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: pretty bad n_distinct estimate, causing HashAgg OOM on TPC-H
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: anole: assorted stability problems