Changes between Version 4 and Version 5 of DevWikiGettingABackTrace


Ignore:
Timestamp:
Dec 10, 2009, 9:30:12 PM (14 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGettingABackTrace

    v4 v5  
    1616This GDB was configured as "x86_64-linux-gnu".
    1717}}}
     18
     19
     20= TIP =
     21The most meaningful backtrace can be achieved by working against a postgresql in debug mode.  To build postgresql
     22in debug mode, use the below for configuring your postgresql source.
     23
     24
     25{{{
     26"CFLAGS=-O0 ./configure --enable-debug"
     27}}}
     28
     29
    1830
    1931= Getting the backtrace =