Seg fault in trans_layer.cpp:1314 IPv6 client and when SEMS initiates a BYE
Using SEMS with pin conference module, when handling AmSession::onAudioEvent() with AmAudioEvent::cleared event, the next AmSession processing cycle will DEBUG "[processingCycle, AmSession.cpp:413] DEBUG: app did not send BYE - do that for the app". Followed by DEBUG:[sendto, udp_trsp.cpp:179] ERROR: sendto(10;]:5060): Address family not supported by protocol DEBUG:[send_request, trans_layer.cpp:1308] ERROR: Error from transport layer Segmentation fault (core dumped) Steps to reproduce seg fault: 1. Clone https://github.com/sipwise/sems and build 1.a. git describe = upstream/1.6.0_20140819_0b6d12-58-g4a643f0 2. Configure sems.conf to load DSM, use test_conference.dsm 3. Client 3.a. Use sipp 3.a.i. sipp -sn uac -rtp_echo -r 1 -rp 10000 -d 100000 <ip_address_of_SEMS> 3.a.ii. After one call has connected, press "-" to stop any further calls 3.a.iii. Press Ctrl-C to abort sipp 4. From SEMS server, press Ctrl-C to signal SEMS shutdown 4.a. SEMS will seg fault at trans_layer.cpp:1314 4.b. Seg fault is because tt->_t is 0 (NULL) in line 1314 Kind Regards, Joseph Stusick _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
