What steps will reproduce the problem?
1. Enter any number to dial
2. Click the Dial button
3.
What is the expected output? What do you see instead?
- The application crash instead of dial the number.
What version of the product are you using? On what operating system?
- I'm using SDK 3.1.2 with gcc 4.0.1.
Please provide any additional information below.
- I've compiled PJLIB 1.5.5 in debug mode and this is the last logs and
back trace:
21:31:44.151 call.m Calling URI "sip:*0@myuri.com".
21:31:44.152 pjsua_media.c Opening sound device PCM@8000/1/20ms
21:31:44.607 tsx0x865c64 Timeout timer event
21:31:44.607 tsx0x865c64 State changed from Completed to Terminated,
event=TIMER
21:31:44.640 tsx0x865c64 Timeout timer event
21:31:44.640 tsx0x865c64 State changed from Terminated to Destroyed,
event=TIMER
21:31:44.640 tsx0x865c64 Transaction destroyed!
21:31:44.859 tsx0x872a64 Timeout timer event
21:31:44.861 tsx0x872a64 State changed from Completed to Terminated,
event=TIMER
21:31:44.900 tsx0x872a64 Timeout timer event
21:31:44.900 tsx0x872a64 State changed from Terminated to Destroyed,
event=TIMER
21:31:44.900 tdta0x86f400 Destroying txdata Request msg
REGISTER/cseq=47562 (tdta0x86f400)
21:31:44.901 tsx0x872a64 Transaction destroyed!
Program received signal: “EXC_BAD_ACCESS”.
(gdb) bt
#0 0x000b8c58 in factory_create_stream ()
#1 0x000b854c in pjmedia_aud_stream_create ()
#2 0x00068bc0 in pjmedia_snd_port_create2 ()
#3 0x000ab910 in open_snd_dev ()
#4 0x000abec0 in pjsua_set_snd_dev ()
#5 0x000a5cec in pjsua_call_make_call ()
#6 0x000137bc in sip_dial_with_uri.....
Original issue reported on code.google.com by domingo....@gmail.com on 1 Mar 2010 at 8:40
Original issue reported on code.google.com by
domingo....@gmail.com
on 1 Mar 2010 at 8:40