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

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Date: 2009-09-04 16:05:12
Message-ID: 055.3e6b38cb5caa0ac52ac1fa7e23fee034@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2009-09-04 16:06:03 [pgAdmin III] #70: pgAdmin III crashed if select Add a New join in joins section of GQB
Previous Message pgAdmin Trac 2009-09-04 16:04:39 Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function