[pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-19 Thread Wander Nauta
me problem. I hope this helps. Keep up the good work. Kind regards, Wander Nauta #0 0x7fbd83c87150 in __lll_unlock_elision () from /usr/lib/libpthread.so.0 #1 0x7fbd8560eaa9 in wxMutexInternal::Unlock() () from /usr/lib/libwx_baseu-2.8.so.0 #2 0x0065582e in frmMain::OnSel

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-19 Thread Wander Nauta
east on my end, but I couldn't say if it affects thread safety at all. Again, I hope this helps. Kind regards, Wander Nauta From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001 From: Wander Nauta Date: Sun, 19 Apr 2015 16:37:41 +0200 Subject: [PATCH] Move misp

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-20 Thread Wander Nauta
that `onSelRightClick` grabs the mutex, then calls `doPopup`. However, because doPopup (indirectly) causes execSelChange, that method is now being called with the mutex held. Regards, Wander On Mon, Apr 20, 2015 at 11:21 AM, Ashesh Vashi wrote: > Hi Wander Nauta, > > As per comment above the

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-22 Thread Wander Nauta
Hello Ashesh, Works great! Thank you taking the time to look at this. Regards, Wander On Wed, Apr 22, 2015 at 10:56 AM, Ashesh Vashi < ashesh.va...@enterprisedb.com> wrote: > On Mon, Apr 20, 2015 at 5:24 PM, Wander Nauta wrote: > >> Hello Ashesh, >> >> With that