Re: pgAdmin crashing on db connection attempt

From: "Alan Edel" <a_edel(at)audiblemagic(dot)com>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgAdmin crashing on db connection attempt
Date: 2003-05-07 21:49:28
Message-ID: NDBBIAKLJMHMIEHBIDMFIEMCCGAA.a_edel@audiblemagic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Turns out that we had two PostgreSQL installations on the linux box,
one was the RedHat RPM and one was a src compile. I deleted the
RPM version and recompiled the src version, and now I can connect
with no problems.

Alan

> -----Original Message-----
> From: Alan Edel [mailto:a_edel(at)audiblemagic(dot)com]
> Sent: Wednesday, May 07, 2003 12:38 PM
> To: pgadmin-support(at)postgresql(dot)org
> Subject: pgAdmin crashing on db connection attempt
>
>
> pgAdmin is crashing when I attempt to connect to a PostgreSQL v7.3
> database on RedHat Linux v9. The error message displayed is:
>
> pgAdmin2.exe - Application Error
> The instruction at "0x20302e38" referenced memory at "0x20302e38".
> The memory could not be "read".
>
> On the server side, the postmaster.log file contains the message:
>
> pq_recvbuf: recv() failed: Connection reset by peer
>
> postgresql.conf contains the following:
>
> tcpip_socket = true
> LC_MESSAGES = 'en_US.UTF-8'
> LC_MONETARY = 'en_US.UTF-8'
> LC_NUMERIC = 'en_US.UTF-8'
> LC_TIME = 'en_US.UTF-8'
>
> pg_hba.conf contains:
>
> local all all ident sameuser
> host all all 192.168.1.0 255.255.255.0 trust
> host all postgres 123.123.123.0
> 255.255.255.0 trust
>
> (where 123.123.123.0 is substituted for my actual ip)
>
> With full debug enabled in pgAdmin, I get three output files,
> which are attached:
> mylog_9216.log
> psqlodbc_9216.log
> pgAdmin II_8212.Log
>
> Thanks for any suggestions,
>
> Alan Edel
>

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-05-08 07:44:34 Re: DB Migration Wizard error opening MDB file
Previous Message Scott Chapman 2003-05-07 21:10:04 Re: DB Migration Wizard error opening MDB file