Re: pgadmin 1.8.4 freeze ?

From: Levente Torok <toroklev(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgadmin 1.8.4 freeze ?
Date: 2009-03-12 15:24:42
Message-ID: 200903121624.42921.TorokLev@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

This is the first step you suggested:
LogLevel=4 helped:

EDB pg_restore:
2009-03-12 16:19:56 INFO : Using embedded XRC data.
2009-03-12 16:19:58 ERROR : can't open file '/home/lev/.local/share/applications/Scilab 5.0.desktop' (error 13: Permission denied)

-rw------- 1 root root 293 2008-09-30 16:05 Scilab 5.0.desktop

But is it reasonable that is wanted to open it?
(I changed the owner and solved the problem)
It was just a misconfigured another application installation.
In general I woudl expect pgadmin not depend on it...

L

> On Thu, Mar 12, 2009 at 3:12 PM, Levente Torok <toroklev(at)gmail(dot)com> wrote:
>
> > I was just assuming that pgmin is checking if servers are alive at the startup
> > but since it didn't start up in reasonable time I haven't  use it forawhile so I forget
> > that it is not likely doing anything since additional click is needed.
> >
> > So. yess the splashscreen is on forever. How should I debug the case?
>
> Couple of things to try:
>
> - Add something like the following to the top of ~/.pgadmin3 (or edit
> the existing values)
>
> LogFile=/home/levente/pgadmin.log
> LogLevel=4
>
> Then try to start pgAdmin. See if there are any clues in the logfile.
>
> - Start a debug build of pgAdmin in your debugger, and break it when
> it hangs. Get a backtrace that we can then examine.
>

--
Blogger of http://fapuma.blogspot.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2009-03-12 15:26:06 pgAdminIII 1.10 Visual Tour
Previous Message Dave Page 2009-03-12 15:17:10 Re: pgadmin 1.8.4 freeze ?