Re: Latest cygwin always crashing with Postgres

From: Jason Tishler <jason(at)tishler(dot)net>
To: Seth Rubin <srubin(at)thoughtprocess(dot)com>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Latest cygwin always crashing with Postgres
Date: 2003-02-12 12:38:11
Message-ID: 20030212123811.GE2160@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Steve_Miller 2003-02-12 14:31:43 Re: [NOVICE] Problems installing CygIPC for PostgreSQL
Previous Message Jason Tishler 2003-02-12 12:22:46 Re: Write to transaction logs, Permission Denied