Thread: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

[pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

From
"pgAdmin Trac"
Date:
#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
----------------------+-----------------------------------------------------
 Version information:

 Version 1.10.0(Aug 07 2009, rev:8008)

 Platform:
 Solaris 09

 Description:

 An error occurred regarding "server does not support SSL, but SSL was
 required" if debug plpgsql function having return type character and click
 ok on particular pop up message pgAdmin III crashed.


 Step To Reproduce:-

 1. Launch pgAdmin
 2. create function
 CREATE OR REPLACE FUNCTION fun()
   RETURNS character AS
 $BODY$begin
 return 1;
 end;$BODY$
   LANGUAGE 'plpgsql' VOLATILE;

 3. Function created.
 4. Click on this function
 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.

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

Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

From
"pgAdmin Trac"
Date:
#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):

 Not reproducible on Solaris 10 on x86_64 or Sparc

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

Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

From
"pgAdmin Trac"
Date:
#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):

 There is another instance running before with 5444 but i am using 5445
 port and that is reproducible on Solaris 09 with 5445 port Otherwise its
 working fine on 5444.

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

Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

From
"pgAdmin Trac"
Date:
#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):

 If we create following function with 5444 pgAdmin III crashed as well:

 CREATE OR REPLACE FUNCTION fun()
   RETURNS character AS
 $BODY$begin
 return 1;
 end;$BODY$
   LANGUAGE 'plpgsql' VOLATILE;

 While for new procedure its working fine with 5444:

 create or replace procedure proc
 is
 begin
 null;
 end;

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

Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

From
"pgAdmin Trac"
Date:
#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):

 With two EDB-AS instances running on 5444 and 5445, tested with pgAdmin
 using 5445.
 Could not reproduce on Solaris 10 x86-64/Sparc.

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

Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

From
"pgAdmin Trac"
Date:
#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

Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

From
"pgAdmin Trac"
Date:
#69: pgAdminIII crashed when debugging procedure and function
------------------------+---------------------------------------------------
  Reporter:  dpage      |       Owner:  dpage 
      Type:  bug        |      Status:  closed
  Priority:  critical   |   Milestone:  1.10.1
 Component:  pgadmin    |     Version:  1.10  
Resolution:  not a bug  |    Keywords:        
  Platform:  solaris    |  
------------------------+---------------------------------------------------
Changes (by dpage):

  * status:  new => closed
  * resolution:  => not a bug


Comment:

 Problem not present when building wxWidgets against the latest version of
 GTK from Blastwave. Seems to be an issue with the version of GTK that
 ships with Solaris 9.

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