Re: Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views - Mailing list pgadmin-support

From Dave Page
Subject Re: Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views
Date
Msg-id 937d27e10803070412y49f1a702m6dad1339bf56790d@mail.gmail.com
Whole thread Raw
In response to Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views  (Michael Eschweiler <Michael.Eschweiler@t-online.de>)
Responses Re: Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views  (Michael Eschweiler <Michael.Eschweiler@t-online.de>)
List pgadmin-support
On Fri, Mar 7, 2008 at 11:14 AM, Michael Eschweiler
<Michael.Eschweiler@t-online.de> wrote:
> Hi there,
> On opensuse 10.2 I installed postgresql and pgadmin from the distribution.
> Postgresql 8.1.11
> pgadmin3  1.6.3
> Recently I found that pgadmin didn't work properly: It opened the connection
> to the server and to a particular database, I can see the data of the tables
> and views but when I tried to modify for example a view pgadmin shut
> completely. So I downloaded and installed the last version of pgadmin for my
> distribution but it's all the same. In order to be sure that there is no
> problem with the older configuration of pgadmin I moved the .pgadmin file so
> that pgadmin could create a new one. But with this pgadmin doesn't even
> connect to the server, the program shuts down directly.
> Starting pgadmin as a normal user in a console  I get the error message:
> Speicherzugriffsfehler (Segmentation fault)
> Doing the same as root I got the following messages:
>
> *** glibc detected *** pgadmin3: munmap_chunk(): invalid pointer: 0x0906a270

There were some changes made in GTK which are incompatible with builds
of pgAdmin against earlier versions. It sounds like you hit this bug
(which is currently known to affect Suse and Ubuntu). Try one of the
following to fix it:

- Run pgAdmin from the command line, with a command like:
G_SLICE=always-malloc pgadmin3 &

If that works, you can write a small shell script to do it, and point
your desktop shortcuts at that.

- Recompile pgAdmin.

-- 
Dave Page
EnterpriseDB UK Ltd: http://www.enterprisedb.com
PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk


pgadmin-support by date:

Previous
From: Michael Eschweiler
Date:
Subject: Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views
Next
From: Tino Wildenhain
Date:
Subject: Re: Adding columns NOT NULL