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

2015-04-19 Thread Wander Nauta
Hello all, I did some more digging and it seems frmMain::OnSelRightClick is trying to unlock a mutex it doesn't own, which can result in undefined behaviour in POSIX. I've attached a patch that moves the unlock inside the if where the mutex is locked. This seems to fix the crash, at least on my e

[pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-19 Thread Wander Nauta
Hello all, pgAdmin consistently crashes with a segmentation fault for me after leaving the right-click menu in the object browser. Either selecting an option or clicking elsewhere to close it will cause a crash. pgAdmin version: 1.20.0 wxgtk version: 2.8.12.1-2 gtk2 version: 2.24.27-1 OS: Arch Li