more backtraces - Mailing list pgsql-hackers

From Peter Eisentraut
Subject more backtraces
Date
Msg-id 73851414-b985-455c-249d-dcdf33551891@2ndquadrant.com
Whole thread Raw
Responses Re: more backtraces  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
In the previous discussions on backtrace support, some people asked for 
backtraces in more situations.  Here is a patch that prints backtraces 
on SIGABRT, SIGBUS, and SIGSEGV signals.  SIGABRT includes assertions 
and elog(PANIC).

Do signals work like this on Windows?  Do we need special EXEC_BACKEND 
support?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Why JIT speed improvement is so modest?
Next
From: Andres Freund
Date:
Subject: Re: more backtraces