CSipSimple (trunk) crushes Asterisk 1.8.8.1 (openSuse)

I’m trying to setup Asterisk to listen over sips/srtp.
The setup seems OK because I can use Blink to make calls and everything is working.
Same thing with CSipSimple crusher Asterisk. I am able to register, but when placing a call Asterisk is restarted.

Has anybody run into this and is there a workaround?

Regards,
Catalin

Below is part of the backtrace:

Core was generated by `/usr/sbin/asterisk -f -vvvg -c’.
Program terminated with signal 11, Segmentation fault.
#0 0x000000000051c750 in ast_rtp_instance_get_stats ()
#0 0x000000000051c750 in ast_rtp_instance_get_stats ()
No symbol table info available.
#1 0x00007f1b32681b53 in sdp_crypto_process () from /usr/lib64/asterisk/modules/chan_sip.so
No symbol table info available.
#2 0x00007f1b3261b045 in process_crypto.clone.37 () from /usr/lib64/asterisk/modules/chan_sip.so
No symbol table info available.
#3 0x00007f1b32620287 in process_sdp () from /usr/lib64/asterisk/modules/chan_sip.so
No symbol table info available.
#4 0x00007f1b32664ac4 in handle_request_invite () from /usr/lib64/asterisk/modules/chan_sip.so
No symbol table info available.
#5 0x00007f1b3267ce19 in handle_incoming () from /usr/lib64/asterisk/modules/chan_sip.so
No symbol table info available.
#6 0x00007f1b3267ed9a in handle_request_do () from /usr/lib64/asterisk/modules/chan_sip.so
No symbol table info available.
#7 0x00007f1b3267fdd5 in _sip_tcp_helper_thread.clone.62 () from /usr/lib64/asterisk/modules/chan_sip.so
No symbol table info available.
#8 0x0000000000542f4d in handle_tcptls_connection ()
No symbol table info available.
#9 0x000000000054ddfa in dummy_start ()
No symbol table info available.
#10 0x00007f1b4d469a3f in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#11 0x00007f1b4df0471d in clone () from /lib64/libc.so.6
No symbol table info available.
#12 0x0000000000000000 in ?? ()
No symbol table info available.

You need to reproduce this with unstripped modules, built with optimisation disabled (Google “asterisk wiki backtrace” for details, then report it on issues.asterisk.org/jira/

You may need to ask the packager to provide you with debug versions of the package, if you are not prepared to build from source.

[quote] [color=#ececec]Law of Attraction[/color]
I’m trying to setup Asterisk to listen over sips/srtp.
The setup seems OK because I can use Blink to make calls and everything is working.
Same thing with CSipSimple crusher Asterisk. I am able to register, but when placing a call Asterisk is restarted.

Has anybody run into this and is there a workaround?

Regards,
Catalin
[/quote]
@Catalin, i have run into the same issue. Best is to follow what david has suggested, regenerate the backtrace with the unstripped modules, and ofcourse with optimisation disabled.