Re: PgAdmin4 crashing on Windows 10

From: Shira Bezalel <shira(at)sfei(dot)org>
To: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: PgAdmin4 crashing on Windows 10
Date: 2017-01-05 00:03:55
Message-ID: CAE0KEwHVebimm0zGD2Eb8MbLo=RE2p-0HWDaUO4zUpN05M1e4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, Dec 23, 2016 at 2:31 PM, Shira Bezalel <shira(at)sfei(dot)org> wrote:

> Hello,
>
> I installed the PgAdmin4 Version1.1 client yesterday on my Windows 10
> machine. It is connecting to a single 9.6.1 Postgres server on a remote
> machine. In the last 24 hours, the client has shutdown unexpectedly three
> times with the message 'PgAdmin
> ​​
> stopped working'. The latter two times, I wasn't actually using the tool
> -- it was just running, while I was doing other things. It sounds like the
> problem in this thread, but Nigel reported it was fixed after installing
> 1.1:
>
> http://postgresql.nabble.com/PgAdmin-4-not-working-in-Window
> s-10-td5924099.html
>
> Is there anything you recommend I could do to troubleshoot this issue? I
> looked in the log file, but didn't see anything hugely revealing. Happy to
> provide any other information you may suggest.
>
> Thank you,
> Shira
>
> --
> Shira Bezalel
> San Francisco Estuary Institute
> www.sfei.org
> ​
>
>

Hi. The pgAdmin 4 crashes I wrote about last week are continuing to happen.
There were about about 8 crashes today. I'm not noticing a particular
consistency as to what precipitates the crash. I might be writing in the
Query Tool, I might be reviewing the SQL tab of a table, or I might be
doing nothing at all with pgAdmin 4. It's crashed under all these
circumstances and more. If it helps, I am not doing anything in pgAdmin 4
to maintain the server, like backups or restores. I'm simply using it to
write SQL and review existing database functions, tables and views.

Does anyone have any suggestions for troubleshooting? Is there any other
info I can provide that could shed light on the issue?

From my About pgAdmin 4:

Version
​ ​
1.1
Copyright
​ ​
Copyright 2013 - 2016, The pgAdmin Development Team
Python Version
​ 2
.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit
(Intel)]
Flask Version
​ ​
0.11.1
Application Mode
​ ​
Desktop
Current User
​ ​
pgadmin4(at)pgadmin(dot)org

​Just before the crash in the pgAdmin 4 log file there is this, but not
sure it offers any useful info:

SELECT
(SELECT sum(blks_read) FROM pg_stat_database WHERE datname = (SELECT
datname FROM pg_database WHERE oid = 3560733)) AS "Reads",
(SELECT sum(blks_hit) FROM pg_stat_database WHERE datname = (SELECT
datname FROM pg_database WHERE oid = 3560733)) AS "Hits"
2017-01-04 15:40:44,819: INFO werkzeug: 127.0.0.1 - - [04/Jan/2017
15:40:44] "GET /dashboard/bio_stats/3/3560733 HTTP/1.1" 200 -​

Thanks in advance for any help you can offer.
Shira​

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2017-01-05 09:17:30 Re: PgAdmin4 crashing on Windows 10
Previous Message mickaelmas 2017-01-04 06:20:39 Re: pgadmin4: enhancement request to remember column size rerunning a query