Project

General

Profile

Actions

Debug » History » Revision 1

Revision 1/3 | Next »
Adrian Georgescu, 02/27/2013 02:25 PM


Debug

In case of crashes, to obtain a full backtrace, do the following:

# enable core files
ulimit -c unlimited

Run sylkserver in the foreground (--no-fork)

  1. when it crashes you see a file called 'core' in the current directory
    gdb python core
    set logging on
    thread apply all bt
    exit
    

You'll see a file called gdb.txt

Please make sure you gave the python-sipsimple-dbg package installed.

Updated by Adrian Georgescu almost 12 years ago · 1 revisions