[SIP Beyond VoIP] Sylk Respawn when RouteHeader is added for outgoing INVITE

Saúl Ibarra Corretgé saul at ag-projects.com
Wed Feb 27 14:23:10 CET 2013


On Feb 27, 2013, at 2:15 PM, Record Route wrote:

> Hi,
> 
> When I add RouteHeader with some private ip to outgoing INVITE, sylk respawns as printing below error
> 
> Feb 27 15:12:19 sylkserver kernel: sylk-server[2787] general protection ip:7f429e67c6c8 sp:7f429bb85fe0 error:0 in _core.so[7f429e578000+345000]
> Feb 27 15:12:19 sylkserver init: sylkserver main process (2773) killed by SEGV signal
> Feb 27 15:12:19 sylkserver init: sylkserver main process ended, respawning
> 

Please paste a full backtrace, you can get it as follows:

# enable core files
ulimit -c unlimited

# run sylkserver in the foreground (--no-fork)
...

# 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.


Regards,

--
Saúl Ibarra Corretgé
AG Projects





More information about the SIPBeyondVoIP mailing list