ccutebenbi / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

Crash after dialing #373

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed. I made a mistake patching one file. Its working fine.

Original comment by domingo....@gmail.com on 2 Mar 2010 at 8:54

GoogleCodeExporter commented 8 years ago

Original comment by samuelv0...@gmail.com on 3 Mar 2010 at 6:03