Changes between Version 4 and Version 5 of DevWikiGettingABackTrace
- Timestamp:
- 12/10/09 21:30:12 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGettingABackTrace
v4 v5 16 16 This GDB was configured as "x86_64-linux-gnu". 17 17 }}} 18 19 20 = TIP = 21 The most meaningful backtrace can be achieved by working against a postgresql in debug mode. To build postgresql 22 in debug mode, use the below for configuring your postgresql source. 23 24 25 {{{ 26 "CFLAGS=-O0 ./configure --enable-debug" 27 }}} 28 29 18 30 19 31 = Getting the backtrace =