Re: Stack trace

From: Emmanuel Cecchet <manu(at)frogthinker(dot)org>
To: Bramandia Ramadhana <bramandia(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Stack trace
Date: 2008-11-04 04:26:09
Message-ID: 490FCEE1.9050401@frogthinker.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bramandia Ramadhana wrote:
> Is there any way to print out the stack trace of the current location?
Not sure if Postgres has something in the utils for that.
You can use backtrace() in glibc. Solaris 9 libc has printstack(). Not
sure what's available for Windows.
> I am looking for something like print_stack_trace(); that I can insert
> in arbitrary location in the code.
Some references:
http://www.tlug.org.za/wiki/index.php/Obtaining_a_stack_trace_in_C_upon_SIGSEGV
http://www.delorie.com/gnu/docs/glibc/libc_665.html

manu

--
Emmanuel Cecchet
FTO @ Frog Thinker
Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: manu(at)frogthinker(dot)org
Skype: emmanuel_cecchet

In response to

  • Stack trace at 2008-11-04 04:11:28 from Bramandia Ramadhana

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2008-11-04 05:22:44 Re: Patch for SQL-Standard Interval output and decoupling DateStyle from IntervalStyle
Previous Message Bramandia Ramadhana 2008-11-04 04:11:28 Stack trace