From: | Julien Rouhaud <julien(dot)rouhaud(at)dalibo(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, amdecreme(at)airfrance(dot)fr |
Cc: | pgsql-bugs(at)postgresql(dot)org, Ronan Dunklau <ronan(dot)dunklau(at)dalibo(dot)com> |
Subject: | Re: BUG #14261: Hanged randomly in hash_seq_search |
Date: | 2016-07-19 18:00:14 |
Message-ID: | 578E6AAE.50308@dalibo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 19/07/2016 18:58, Tom Lane wrote:
> amdecreme(at)airfrance(dot)fr writes:
>> The process can be found stuck in the hash_seq_search().
>
>> Call stack:
>> #0 0x000000000075e919 in hash_seq_search ()
>> #1 0x00007fd0af74fb2b in pgqs_entry_dealloc ()
>> from /tech/postgres/9.4.1/server/lib/pg_qualstats.so
>> #2 0x00007fd0af750a15 in pgqs_ExecutorEnd ()
>> from /tech/postgres/9.4.1/server/lib/pg_qualstats.so
>> #3 0x000000000055dade in PortalCleanup ()
>> #4 0x000000000077438a in PortalDrop ()
>> #5 0x000000000077472a in PreCommit_Portals ()
>> #6 0x00000000004b36ec in CommitTransaction ()
>
> I do not know what pg_qualstats.so is, but it's certainly not part of the
> PG core distribution. I suggest asking its author(s) about known bugs
> in their code ...
>
Culprit here, and unfortunately that's not a bug that've already been
reported.
Amaury, could you instead send a bug report on
https://github.com/dalibo/pg_qualstats/issues ?
--
Julien Rouhaud
http://dalibo.com - http://dalibo.org
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2016-07-19 23:54:47 | Re: [BUGS] BUG #14260: psqlODBC does not support sslXXXXX variables |
Previous Message | Tom Lane | 2016-07-19 16:58:51 | Re: BUG #14261: Hanged randomly in hash_seq_search |