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

From pgAdmin Trac
Subject [pgAdmin III] #177: Crash on F5 after "ALTER FUNCTION test() SET SCHEMA foo; "
Date
Msg-id 045.cb157bbb3565891610bc7c5bafe14e96@code.pgadmin.org
Whole thread Raw
Responses Re: [pgAdmin III] #177: Crash on F5 after "ALTER FUNCTION test() SET SCHEMA foo; "  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Re: [pgAdmin III] #177: Crash on F5 after "ALTER FUNCTION test() SET SCHEMA foo; "  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Re: [pgAdmin III] #177: Crash on F5 after "ALTER FUNCTION test() SET SCHEMA foo; "  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List 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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r8325 - tags/REL-1_12_0-BETA1
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r8326 - tags/REL-1_12_0-BETA1