Changes between Initial Version and Version 2 of Ticket #1034


Ignore:
Timestamp:
Feb 9, 2010 11:28:31 AM (14 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1034 – Description

    initial v2  
    44 3. caller makes call 
    55 4. callee accepts the call 
     6 5. callee will crash with stack trace similar to the following: 
     7 
     8{{{ 
     9 pjsua-i386-Win32-vc8-Debug.exe!reset_pool(pj_pool_t * pool=0x0255a208)  Line 249 + 0x3 bytes   C 
     10 pjsua-i386-Win32-vc8-Debug.exe!pj_pool_reset(pj_pool_t * pool=0x0255a208)  Line 276 + 0x9 bytes        C 
     11 pjsua-i386-Win32-vc8-Debug.exe!inv_negotiate_sdp(pjsip_inv_session * inv=0x02559fdc)  Line 1507 + 0xc bytes    C 
     12 pjsua-i386-Win32-vc8-Debug.exe!process_answer(pjsip_inv_session * inv=0x02559fdc, int st_code=200, pjsip_tx_data * tdata=0x0255bdac, const pjmedia_sdp_session * local_sdp=0x00000000)  Line 1764 + 0x9 bytes  C 
     13 pjsua-i386-Win32-vc8-Debug.exe!pjsip_inv_answer(pjsip_inv_session * inv=0x02559fdc, int st_code=200, const pj_str_t * st_text=0x00000000, const pjmedia_sdp_session * local_sdp=0x00000000, pjsip_tx_data * * p_tdata=0x0018c3cc)  Line 1904 + 0x15 bytes      C 
     14 pjsua-i386-Win32-vc8-Debug.exe!pjsua_call_answer(int call_id=0, unsigned int code=200, const pj_str_t * reason=0x00000000, const pjsua_msg_data * msg_data=0x0018eca0)  Line 1393 + 0x1a bytes C 
     15 pjsua-i386-Win32-vc8-Debug.exe!console_app_main(const pj_str_t * uri_to_call=0x0070e908)  Line 3511 + 0x1c bytes       C 
     16 pjsua-i386-Win32-vc8-Debug.exe!app_main()  Line 4733 + 0xa bytes       C 
     17 pjsua-i386-Win32-vc8-Debug.exe!main(int argc=1, char * * argv=0x022520e8)  Line 88     C 
     18}}}