Re: CVS HEAD busted on Windows?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS HEAD busted on Windows?
Date: 2006-06-21 15:31:56
Message-ID: 10621.1150903916@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> writes:
>> Well, that's pretty clearly a null pointer dereference. Any chance of
>> mapping the instruction address back to something useful?

> Not sure how I would do that. Any hints?

gdb might produce something useful, with something like

x/32i 0xNNNN - 16

Failing that, see if you can get the linker to spit out a link map when
it builds psql.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2006-06-21 16:09:22 Re: CVS HEAD busted on Windows?
Previous Message Dave Page 2006-06-21 15:26:23 Re: CVS HEAD busted on Windows?