pgAdmin III commit: Fix crashes by limiting the size of explainPopup

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix crashes by limiting the size of explainPopup
Date: 2012-05-07 20:16:55
Message-ID: E1SRUMZ-00060C-UZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix crashes by limiting the size of explainPopup

For very long queries, pgAdmin tries to create windows greater than
65536 pixels, which is not supported by X11 and therefor leads to
XErrors, which in turn cause pgadmin3 to close because of assertions.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c60ecb0238c93ce85be791186e45506d99e4bb31
Author: Clemens Eisserer <linuxhippy(at)gmail(dot)com>

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/ctl/explainCanvas.cpp | 8 +++++++-
2 files changed, 9 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-05-07 20:22:02 pgAdmin III commit: Fix crashes by limiting the size of explainPopup
Previous Message Guillaume Lelarge 2012-05-07 20:07:00 Re: 1.16 beta 1 ?