Re: BUG #14413: pgadmin3 crashes on start

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #14413: pgadmin3 crashes on start
Дата
Msg-id 3efb1736-f764-25a0-4069-e901bcb903b8@hogranch.com
обсуждение исходный текст
Ответ на BUG #14413: pgadmin3 crashes on start  (bernhard.rieder@eguana.at)
Список pgsql-bugs
On 11/4/2016 4:56 PM, bernhard.rieder@eguana.at wrote:
> The following bug has been logged on the website:
>
> Bug reference:      14413
> Logged by:          Bernhard Rieder
> Email address:      bernhard.rieder@eguana.at
> PostgreSQL version: Unsupported/Unknown
> Operating system:   linux
> Description:
>
> pgadmin crashes on plugin.cc:383 when obj->GetConnection() returns 0
>
> instead of:
> if (!obj || !(obj->GetConnection()->GetStatus() == PGCONN_OK))
>
> it should read:
> if (!obj || !obj->GetConnection() || !(obj->GetConnection()->GetStatus() ==
> PGCONN_OK))
>
>
>

this bug report is for the postgresql core system, pgadmin is not part
of that, I believe they have their own bug reporting mechanisms.

you probably should include a little more information, like what
specific 'linux' you're on, what distributiuon of pgadmin, what version
of it.

it appears pgadmin3 is deprecated and no longer supported, pgadmin4 is
all they are interested in. https://www.pgadmin.org/support/



--
john r pierce, recycling bits in santa cruz

В списке pgsql-bugs по дате отправления:

Предыдущее
От: bernhard.rieder@eguana.at
Дата:
Сообщение: BUG #14413: pgadmin3 crashes on start
Следующее
От: marcos.castedo@anachronics.com
Дата:
Сообщение: BUG #14414: SPI_ERROR_CONNECT on stable plpgsql function used for domain check