Comment 6 for bug 998584

Revision history for this message
Pali (pali) wrote : Re: Segmentation Fault in Wartools

EliCoten, download source code of Wargus, compile it with debug symbols and run your compiled version. Binary version in PPA repository has stripped debug symbols, so backtrace from PPA version is useless.

Install build dependences:
$ sudo apt-get build-dep wargus

Download source code of Ubuntu version:
$ apt-get source wargus

Go to unpacked directory and compile debug version:
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/ ..
$ make

Run compiled wartool in gdb and send backtrace of crash
$ gdb -ex r -ex bt --args ./wartool -m -v -r /path/to/war2cd /path/to/extract