Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Date
Msg-id 055.3e6b38cb5caa0ac52ac1fa7e23fee034@code.pgadmin.org
Whole thread Raw
In response to [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List pgadmin-hackers
#69: pgAdminIII crashed when debugging procedure and function
----------------------+-----------------------------------------------------
 Reporter:  dpage     |       Owner:  dpage  
     Type:  bug       |      Status:  new    
 Priority:  critical  |   Milestone:  1.10.1 
Component:  pgadmin   |     Version:  1.10   
 Keywords:            |    Platform:  solaris
----------------------+-----------------------------------------------------

Comment(by dpage):

 This issue is reproducible on Solaris sparc 10 as well with 5446 port as
 well.

 Step To Reproduce:-

 1. Launch pgAdmin
 2. create procedure

 CREATE OR REPLACE PROCEDURE fooproc IS begin perform 1;
  perform 2;
  perform 3;
 END;
 3. procedure created.
 4. Click on this procedure
 5. select debugging
 6. select Debug
 7. pop up error occurred regarding "server does not support SSL, but SSL
 was required"
 8. Click OK.
 9. pgAdmin III crashed.

 Please try these exact steps and i noticed that after this crash if we
 launches the pgAdmin and apply same steps, pgadmin III does not crash.

 Issue occurring when creating procedure first time and try to debug it.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/69#comment:5>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Next
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #70: pgAdmin III crashed if select Add a New join in joins section of GQB