Re: pgadmin3 crash report

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Willy-Bas Loos <willybas(at)gmail(dot)com>
Cc: r d <rd0002(at)gmail(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: pgadmin3 crash report
Date: 2011-10-04 08:06:39
Message-ID: 1317715599.2046.12.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Mon, 2011-09-26 at 12:02 +0200, Willy-Bas Loos wrote:
> On Fri, Sep 23, 2011 at 10:07 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
> Also, pgAdmin crashes (no, stalls) on the deafult ubuntu server
> configuration with the adminpack installed, unless you make the
> symlink (which was an educated guess). I think that that should at
> least be fixed.
>

It didn't happen to me.

Here is what I did:
* download ubuntu 11.04, 64 bits
* install it
* launch it, and connect it as single user
* sudo apt-get install aptitude
* sudo aptitude install postgresql-8.4 postgresql-client-8.4
* sudo aptitude install postgresql-contrib-8.4
* sudo aptitude install postgresql-server-dev-8.4 libpq-dev
* sudo aptitude install libwxgtk2.8-dbg libwxgtk2.8-dev
* sudo aptitude install libxml2-dev libxslt1-dev
* download pgadmin3 1.14 source package
* tar xvfz Downloads.pgadmin3-1.14.0.tar.gz
* cd pgadmin3-1.14.0
* ./configure --enable-debug
* sudo make
* sudo make install
* vim /etc/postgresql/8.4/main/postgresql.conf
listen_addresses = '*'
* vim /etc/postgresql/8.4/main/pg_hba.conf
(change the authentification method to trust... yeah, I know, that's
bad :) )
* sudo /etc/init.d/postgresql restart
* psql -U postgres -f /usr/share/postgresql/8.4/contrib/adminpack.sql
postgres
* /usr/local/pgadmin3/bin/pgadmin3
* add new server
* connection to new server
* launch server status
... and no crash
... just a single message telling me "could not read directory
pg_log"

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message pradeepkamald 2011-10-05 13:49:34 SQL Editor not in a separate window?
Previous Message Francisco Leovey 2011-09-29 17:06:37 Re: pgadmin3 -- adding CHECK constraint