Re: [pgadmin-support] Drop schema/Create new schema SIGSEGV - pgadmin3 git version

2012-01-23 Thread Guillaume Lelarge
On Thu, 2012-01-12 at 23:35 +0100, Guillaume Lelarge wrote: > On Thu, 2012-01-12 at 18:29 +0100, Vladimir Kokovic wrote: > > Hi, > > > > If I try to drop or create new schema 'Program received signal > > SIGSEGV, Segmentation fault' happened. > > > > Problem is in the line 51 of > > pgadmin3/pga

Re: [pgadmin-support] Drop schema/Create new schema SIGSEGV - pgadmin3 git version

2012-01-12 Thread Guillaume Lelarge
On Thu, 2012-01-12 at 18:29 +0100, Vladimir Kokovic wrote: > Hi, > > If I try to drop or create new schema 'Program received signal > SIGSEGV, Segmentation fault' happened. > > Problem is in the line 51 of pgadmin3/pgadmin/ctl/ctlDefaultSecurityPanel.cpp. > > Should be: if (conn && conn->Backend

[pgadmin-support] Drop schema/Create new schema SIGSEGV - pgadmin3 git version

2012-01-12 Thread Vladimir Kokovic
Hi, If I try to drop or create new schema 'Program received signal SIGSEGV, Segmentation fault' happened. Problem is in the line 51 of pgadmin3/pgadmin/ctl/ctlDefaultSecurityPanel.cpp. Should be: if (conn && conn->BackendMinimumVersion(9, 2)) root@vlD-kuci:/tmp# gdb --args /media/sda5/tmp/pgad