Dave,
I’ve been using the test build for several hours, longer than the typical
interval between crashes, and have had no problems, including upon returning to
the UI after a connection has become stale, which is when the problem typically
occurs.
Thanks!
Andy
From: Dave Page mailto:dp...@pgadm
As Dave mentioned, the interesting error message is probably this one:
could not find block containing chunk 01176B70
That error occurs when the database server is trying to free a chunk of
memory from a MemoryContext, but can't find the chunk within the context
that owns the chunk.
Hi
On Fri, Feb 12, 2016 at 9:47 PM, Strauch, Sheldon
wrote:
> Hello again Dave,
>
> PFA a seg fault dump from pgadmin III 1.22.0 RC 1 debug build.
>
> This occurred while resizing a SQL window that had a small explain query
> in the query edit control and the resulting small explain text result
The intriguing error message here is "could not find block containing chunk
01176B70", which is coming from either the server or more likely,
the debugger plugin.
Korry - you're far more familiar with that code than me; any idea what
could be causing this?
On Sat, Feb 13, 2016 at 2:13 PM,