Re: atomic pin/unpin causing errors - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: atomic pin/unpin causing errors
Date
Msg-id 572B1720.60808@sigaev.ru
Whole thread Raw
In response to Re: atomic pin/unpin causing errors  (Andres Freund <andres@anarazel.de>)
Responses Re: atomic pin/unpin causing errors  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
> Any chance you could package up that data directory for me to download?

Sent by personal email to Alexander, Andres and Jeff

In /var/log/message I found

May  4 22:04:07 xor kernel: pid 14010 (postgres), uid 1001: exited on signal 6 
(core dumped)
May  4 22:04:25 xor kernel: pid 14032 (postgres), uid 1001: exited on signal 11 
(core dumped)
May  4 22:04:52 xor kernel: pid 14037 (postgres), uid 1001: exited on signal 6 
(core dumped)


Sometimes postgres is crashed with SIGSEGV signal instead of SIGABRT (which 
comes form abort() in assert)

I'll try to get a coredump after SIGSEGV, but it could take a time.
-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 



pgsql-hackers by date:

Previous
From: Stas Kelvich
Date:
Subject: Re: Naming of new tsvector functions
Next
From: Dean Rasheed
Date:
Subject: Re: More inaccurate results from numeric pow()