[pgAdmin III] #177: Crash on F5 after "ALTER FUNCTION test() SET SCHEMA foo; "

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #177: Crash on F5 after "ALTER FUNCTION test() SET SCHEMA foo; "
Date: 2010-04-30 16:08:18
Message-ID: 045.cb157bbb3565891610bc7c5bafe14e96@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#177: Crash on F5 after "ALTER FUNCTION test() SET SCHEMA foo;"
---------------------+------------------------------------------------------
Reporter: brsa | Owner: dpage
Type: bug | Status: new
Priority: major | Milestone: 1.10.3
Component: pgadmin | Version: 1.10
Keywords: browser | Platform: windows
---------------------+------------------------------------------------------
Testing Guillaume's new version of pgadmin3.exe from Apr. 30 in a v.1.10.2
environment on Win XP Home.

I found a way to crash pgAdmin. Tried this with various functions, crashed
every time. Steps to reproduce are below.

Only tested under Windows, but I suspect it might be a problem on all
plattforms.
I could not trigger the crash with ALTER TABLE or ALTER VIEW.

Demo:

-- Display existing function of a schema in the browser.
-- Move a selected function to another schema:
ALTER FUNCTION test() SET SCHEMA foo;
-- Press F5 to refresh the browser, while the function in question is
selected in the browser in its old location. -> Crash.
--If the function is not selected before F5, pgAdmin won't crash.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/177>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2010-04-30 18:52:22 SVN Commit by dpage: r8326 - tags/REL-1_12_0-BETA1
Previous Message svn 2010-04-30 08:36:26 SVN Commit by dpage: r8325 - tags/REL-1_12_0-BETA1