Re: [pgadmin-support] PgAdmin III 1.22 crashes, bug riport

2016-02-15 Thread Crain, Andrew
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

Re: [pgadmin-support] Debugger freeze

2016-02-15 Thread Korry Douglas
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.

Re: [pgadmin-support] PgAdmin III 1.22 crashes, bug riport

2016-02-15 Thread Dave Page
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

Re: [pgadmin-support] Debugger freeze

2016-02-15 Thread Dave Page
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,