Обсуждение: Debian Testing and PLPG-Debugger error. My fault or something else?

Поиск
Список
Период
Сортировка

Debian Testing and PLPG-Debugger error. My fault or something else?

От
TimeTravelDuck
Дата:
Hello everybody.
On a Debian testing 32 bit with PostgreSQL 9.5 installed from the
PostgreSQL "Jessie" official repository I have installed the debugger
for debugging Pl/PGSql functions.

Same thing with PgAdminIII 1.22 installed from the same repository.

Everything is fine but when I click "debug" on any function i receive
the error I link here: http://pasted.co/dd8efb22

The problem is not urgent and I am not blocked because I can click
"continue" and the debugger works flawlessly.

It's only pure curiosity.

Thank you.


Re: Debian Testing and PLPG-Debugger error. My fault or something else?

От
Dave Page
Дата:
Hi

On Tue, Feb 16, 2016 at 10:11 PM, TimeTravelDuck <timetravelduck@gmail.com> wrote:
Hello everybody.
On a Debian testing 32 bit with PostgreSQL 9.5 installed from the
PostgreSQL "Jessie" official repository I have installed the debugger
for debugging Pl/PGSql functions.

Same thing with PgAdminIII 1.22 installed from the same repository.

Everything is fine but when I click "debug" on any function i receive
the error I link here: http://pasted.co/dd8efb22

The problem is not urgent and I am not blocked because I can click
"continue" and the debugger works flawlessly.

It's only pure curiosity.

You shouldn't see assertions in a non-debug build, so I suspect the package you have is not a release build. I believe the Jessie packages also use wxWidgets 3, which we don't fully support yet. 

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: Debian Testing and PLPG-Debugger error. My fault or something else?

От
Max Retronaut
Дата:
Thank you for the answer.

If I compile pgAdminIII from the source using wxWidgets2 headers, could this fix this problem? Since I noticed same problems with other part of PgAdminIII (like the visual plan analyzer)

2016-02-17 13:14 GMT+01:00 Dave Page <dpage@pgadmin.org>:
Hi

On Tue, Feb 16, 2016 at 10:11 PM, TimeTravelDuck <timetravelduck@gmail.com> wrote:
Hello everybody.
On a Debian testing 32 bit with PostgreSQL 9.5 installed from the
PostgreSQL "Jessie" official repository I have installed the debugger
for debugging Pl/PGSql functions.

Same thing with PgAdminIII 1.22 installed from the same repository.

Everything is fine but when I click "debug" on any function i receive
the error I link here: http://pasted.co/dd8efb22

The problem is not urgent and I am not blocked because I can click
"continue" and the debugger works flawlessly.

It's only pure curiosity.

You shouldn't see assertions in a non-debug build, so I suspect the package you have is not a release build. I believe the Jessie packages also use wxWidgets 3, which we don't fully support yet. 

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: Debian Testing and PLPG-Debugger error. My fault or something else?

От
Dave Page
Дата:


On Wed, Feb 17, 2016 at 5:30 PM, Max Retronaut <timetravelduck@gmail.com> wrote:
Thank you for the answer.

If I compile pgAdminIII from the source using wxWidgets2 headers, could this fix this problem? Since I noticed same problems with other part of PgAdminIII (like the visual plan analyzer)

Quite possibly. You'd need more than just the headers though - the libraries and utilities as well. They normally install side-by-side with wx3, so you shouldn't have any issues (though I can't speak to Jessie packaging). On the one Jessie system I have, I manually built wx2 in /usr/local/.
 

2016-02-17 13:14 GMT+01:00 Dave Page <dpage@pgadmin.org>:
Hi

On Tue, Feb 16, 2016 at 10:11 PM, TimeTravelDuck <timetravelduck@gmail.com> wrote:
Hello everybody.
On a Debian testing 32 bit with PostgreSQL 9.5 installed from the
PostgreSQL "Jessie" official repository I have installed the debugger
for debugging Pl/PGSql functions.

Same thing with PgAdminIII 1.22 installed from the same repository.

Everything is fine but when I click "debug" on any function i receive
the error I link here: http://pasted.co/dd8efb22

The problem is not urgent and I am not blocked because I can click
"continue" and the debugger works flawlessly.

It's only pure curiosity.

You shouldn't see assertions in a non-debug build, so I suspect the package you have is not a release build. I believe the Jessie packages also use wxWidgets 3, which we don't fully support yet. 

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company




--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company