pgAdmin 4 commit: Sporadically crashes on Windows when exit. Fixes #317

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Sporadically crashes on Windows when exit. Fixes #317
Date: 2018-03-15 07:57:10
Message-ID: E1ewNl8-0002lW-Hv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Sporadically crashes on Windows when exit. Fixes #3177
1) Shutdown the python server properly.
2) Disabled "Shutdown server" menu till server is not successfully started.

Initial patch sent by Maxim, modified by Akshay Joshi.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54b1a79cb6f90ac9b26db57e616dc750fb2c6b54
Author: Maxim Zakharov <dp(dot)maxime(at)gmail(dot)com>

Modified Files
--------------
runtime/Server.cpp | 11 +++++++++++
runtime/Server.h | 3 +++
runtime/TrayIcon.cpp | 11 +++++++++++
runtime/TrayIcon.h | 4 ++++
runtime/pgAdmin4.cpp | 46 ++++++++++++++++++++++++++++++++++++++++++++
runtime/pgAdmin4.h | 1 +
web/pgadmin/misc/__init__.py | 16 ++++++++++++++-
7 files changed, 91 insertions(+), 1 deletion(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message fred.escallier 2018-03-15 10:08:22 French translation
Previous Message Khushboo Vashi 2018-03-15 04:55:16 Re: [pgadmin4][Patch]: RM #3122 - Backup not working on certificate (SSL) protected servers