Changes between Initial Version and Version 2 of Ticket #1459


Ignore:
Timestamp:
Mar 6, 2012 7:47:14 AM (12 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1459

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1459 – Description

    initial v2  
    11The original report can be found [http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2012-February/014214.html here]. 
     2{{{ 
     3When I make a call to a SIPS URI with a host part that resolves to an 
     4IP address, albeit one with nobody listening for SIP connections on it, 
     5the program fails in the appropriate manner. However, when I make a call 
     6with a SIPS URI that does not resolve in DNS (i.e., there's no A or any 
     7other type of record for it), the program instead dies due to an ABRT 
     8(6) signal, which appears to be due to the following assertion failure: 
     9 
     10 ../src/pj/os_core_unix.c:1201: pj_mutex_lock: Assertion `mutex' failed. 
     11}}} 
    212 
    313Easily reproduced by making a call to any unresolved destination or via unresolved proxy without specifying DNS server and without STUN/ICE (synchronous media channel init).