Re: Latest cygwin always crashing with Postgres - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: Latest cygwin always crashing with Postgres
Date
Msg-id 20030212123811.GE2160@tishler.net
Whole thread Raw
In response to Latest cygwin always crashing with Postgres  (Seth Rubin <srubin@thoughtprocess.com>)
List pgsql-cygwin
Seth,

On Tue, Feb 11, 2003 at 06:11:43PM -0500, Seth Rubin wrote:
> Also, when not running in debug, postmaster crashes after reporting
> the error.  Sadly, the crash does not occur when running within gdb.

If you build a debug-able postgres.exe, then you can you addr2line on the
first function address in the stackdump file to see where you are
crashing.  For example (using your posted stackdump):

    $ addr2line -e /usr/bin/postgres.exe 008A316D

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

pgsql-cygwin by date:

Previous
From: Jason Tishler
Date:
Subject: Re: Write to transaction logs, Permission Denied
Next
From: Steve_Miller@sil.org
Date:
Subject: Re: [NOVICE] Problems installing CygIPC for PostgreSQL