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

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Дата
Msg-id 055.3e6b38cb5caa0ac52ac1fa7e23fee034@code.pgadmin.org
обсуждение исходный текст
Ответ на [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #70: pgAdmin III crashed if select Add a New join in joins section of GQB