On Fri, May 15, 2009 at 3:23 PM, Tom Lane <t...@sss.pgh.pa.us> wrote:

> Ho, that's pretty curious.  The first two messages are the trace of the
> atexit hook I recently installed, which means something called exit()
> or the moral equivalent thereof.  I wouldn't really expect that to
> happen in a crash situation ... is Windows dumb enough to try to run
> the atexit hooks of a crashed process?

Hmm, the MSDN docs don't say whether or not it will. A quick test,
forcing a crash by writing beyond the end of a char array shows that
it does follow spec and doesn't call the hooks.

-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to