here's error: The program 'pgadmin3' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 67193 error_code 3 request_code 158 minor_code 3) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Reproducible: Always Steps to Reproduce: - open PgAdmin3 - goto File/Options then Query Tools tab - change font size for example and click OK - click OK to close options dialog and you'll see crash It also happens every time you open a dialog to alter table/column property and click OK or Cancel Actual Results: Pgadmin close I also have same issue as bug 297536, and it is very very similar to it
@Marco, many thanks ! Sadly I still can't reproduce here. What's your pgadmin version ? Mine is 1.14.1
This bug has been fixed since 1.2.2-1. Please install latest oxygen-gtk version from source or bug your distro package maintainer to ship more recent versions (here's a bug report for Ubuntu: https://bugs.launchpad.net/ubuntu/+source/oxygen-gtk3/+bug/991891 ).
*** Bug 299633 has been marked as a duplicate of this bug. ***