[Crash] when holding (tested with lastest revision)

CG
Cyril GY
Mon, Oct 18, 2010 11:08 AM

I just try with the lastest revision (3348) and the same problem occurs when i hold the call (H):

2010-10-18 13:04:57.617 ipjsua[3038:6703]  13:04:57.616    pjsua_app.c  Call 1 state changed to CONFIRMED
[Switching to thread 13059]
Program received signal:  “EXC_BAD_ACCESS”.
[Switching to thread 13059]

Hi Cyril,

Could you describe the steps to reproduce this using pjsua or other
provided sample app?

Thanks,
nanang

On Thu, Oct 14, 2010 at 3:42 PM, Cyril GY cyril.gy@ovh.net wrote:

Hi,
I am developing a VOIP iphone application, ad I use the release #3336.
When I hold a call (i am the caller) the application crashes. I think it is
the same problem as the ticket #1143.
These are some logs from my device logs:
Exception Type:? EXC_CRASH (SIGABRT)
Exception Codes: 0x00000000, 0x00000000
Crashed Thread:? 0
Thread 0 Crashed:
0 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078ac8 __kill + 8
1 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078ab8 kill + 4
2 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078aaa raise + 10
3 ? libSystem.B.dylib ? ? ? ? ? ? 0x0008d03a abort + 50
4 ? libSystem.B.dylib ? ? ? ? ? ? 0x0007b13c _assert_rtn + 152
5 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0002e8c4 pj_throw_exception
+ 100
6 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0007f1f4 pool_callback + 8
7 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0002ff18 pj_pool_allocate_find + 288
8 ??MySipIphone? ? ? ? ? ? ? ? ? 0x00032dd8 pj_strdup + 44
9 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0004cfe8
pjmedia_sdp_neg_modify_local_offer + 212
10??MySipIphone? ? ? ? ? ? ? ? ? 0x0009eb6c pjsip_inv_reinvite + 424
11??MySipIphone? ? ? ? ? ? ? ? ? 0x000abcf0 pjsua_call_set_hold + 220

Exception Type:? EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffd
Crashed Thread:? 0
Thread 0 Crashed:
0 ? libSystem.B.dylib ? ? ? ? ? ? 0x00001406 memcpy + 262
1 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0004cfe8
pjmedia_sdp_neg_modify_local_offer + 212
2 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0009eb6c pjsip_inv_reinvite + 424
3 ??MySipIphone? ? ? ? ? ? ? ? ? 0x000abcf0 pjsua_call_set_hold + 220

I hope it will help.
Cyril.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

I just try with the lastest revision (3348) and the same problem occurs when i hold the call (H): 2010-10-18 13:04:57.617 ipjsua[3038:6703] 13:04:57.616 pjsua_app.c Call 1 state changed to CONFIRMED [Switching to thread 13059] Program received signal: “EXC_BAD_ACCESS”. [Switching to thread 13059] > Hi Cyril, > > Could you describe the steps to reproduce this using pjsua or other > provided sample app? > > Thanks, > nanang > > > On Thu, Oct 14, 2010 at 3:42 PM, Cyril GY <cyril.gy@ovh.net> wrote: >> Hi, >> I am developing a VOIP iphone application, ad I use the release #3336. >> When I hold a call (i am the caller) the application crashes. I think it is >> the same problem as the ticket #1143. >> These are some logs from my device logs: >> Exception Type:? EXC_CRASH (SIGABRT) >> Exception Codes: 0x00000000, 0x00000000 >> Crashed Thread:? 0 >> Thread 0 Crashed: >> 0 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078ac8 __kill + 8 >> 1 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078ab8 kill + 4 >> 2 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078aaa raise + 10 >> 3 ? libSystem.B.dylib ? ? ? ? ? ? 0x0008d03a abort + 50 >> 4 ? libSystem.B.dylib ? ? ? ? ? ? 0x0007b13c __assert_rtn + 152 >> 5 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0002e8c4 pj_throw_exception_ + 100 >> 6 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0007f1f4 pool_callback + 8 >> 7 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0002ff18 pj_pool_allocate_find + 288 >> 8 ??MySipIphone? ? ? ? ? ? ? ? ? 0x00032dd8 pj_strdup + 44 >> 9 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0004cfe8 >> pjmedia_sdp_neg_modify_local_offer + 212 >> 10??MySipIphone? ? ? ? ? ? ? ? ? 0x0009eb6c pjsip_inv_reinvite + 424 >> 11??MySipIphone? ? ? ? ? ? ? ? ? 0x000abcf0 pjsua_call_set_hold + 220 >> >> >> Exception Type:? EXC_BAD_ACCESS (SIGSEGV) >> Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffd >> Crashed Thread:? 0 >> Thread 0 Crashed: >> 0 ? libSystem.B.dylib ? ? ? ? ? ? 0x00001406 memcpy + 262 >> 1 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0004cfe8 >> pjmedia_sdp_neg_modify_local_offer + 212 >> 2 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0009eb6c pjsip_inv_reinvite + 424 >> 3 ??MySipIphone? ? ? ? ? ? ? ? ? 0x000abcf0 pjsua_call_set_hold + 220 >> >> >> I hope it will help. >> Cyril. >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >
SH
Stefan Hobbel
Mon, Oct 18, 2010 2:57 PM

Hello,

I made a little GUI app using PJSIP 1.8. I am using the PJSUA API.
I am connection to a SIP doorphone unit, which works fine. It set's up
the audio conversation as expected.
However, on my laptop, I receive the sound from the doorphone just fine
(although the volume is a little low), but from my laptop to the
doorphone, the sound get's distorted.
Like, robotalk ;)

What steps should I take to find out what is going on and to improve the
audio quality?

Thanks!

Hello, I made a little GUI app using PJSIP 1.8. I am using the PJSUA API. I am connection to a SIP doorphone unit, which works fine. It set's up the audio conversation as expected. However, on my laptop, I receive the sound from the doorphone just fine (although the volume is a little low), but from my laptop to the doorphone, the sound get's distorted. Like, robotalk ;) What steps should I take to find out what is going on and to improve the audio quality? Thanks!
BP
Benny Prijono
Wed, Oct 20, 2010 5:35 AM

FYI I created https://trac.pjsip.org/repos/ticket/1149 for this, and a
fix has been committed and subsequently this ticket has been closed.

Best regards,
 Benny

On Mon, Oct 18, 2010 at 6:08 PM, Cyril GY cyril.gy@ovh.net wrote:

I just try with the lastest revision (3348) and the same problem occurs when
i hold the call (H):

2010-10-18 13:04:57.617 ipjsua[3038:6703]  13:04:57.616    pjsua_app.c  Call
1 state changed to CONFIRMED
[Switching to thread 13059]
Program received signal:  “EXC_BAD_ACCESS”.
[Switching to thread 13059]

Hi Cyril,

Could you describe the steps to reproduce this using pjsua or other
provided sample app?

Thanks,
nanang

On Thu, Oct 14, 2010 at 3:42 PM, Cyril GY cyril.gy@ovh.net wrote:

Hi,

I am developing a VOIP iphone application, ad I use the release #3336.

When I hold a call (i am the caller) the application crashes. I think it is

the same problem as the ticket #1143.

These are some logs from my device logs:

Exception Type:? EXC_CRASH (SIGABRT)

Exception Codes: 0x00000000, 0x00000000

Crashed Thread:? 0

Thread 0 Crashed:

0 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078ac8 __kill + 8

1 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078ab8 kill + 4

2 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078aaa raise + 10

3 ? libSystem.B.dylib ? ? ? ? ? ? 0x0008d03a abort + 50

4 ? libSystem.B.dylib ? ? ? ? ? ? 0x0007b13c __assert_rtn + 152

5 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0002e8c4 pj_throw_exception_ + 100

6 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0007f1f4 pool_callback + 8

7 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0002ff18 pj_pool_allocate_find + 288

8 ??MySipIphone? ? ? ? ? ? ? ? ? 0x00032dd8 pj_strdup + 44

9 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0004cfe8

pjmedia_sdp_neg_modify_local_offer + 212

10??MySipIphone? ? ? ? ? ? ? ? ? 0x0009eb6c pjsip_inv_reinvite + 424

11??MySipIphone? ? ? ? ? ? ? ? ? 0x000abcf0 pjsua_call_set_hold + 220

Exception Type:? EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffd

Crashed Thread:? 0

Thread 0 Crashed:

0 ? libSystem.B.dylib ? ? ? ? ? ? 0x00001406 memcpy + 262

1 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0004cfe8

pjmedia_sdp_neg_modify_local_offer + 212

2 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0009eb6c pjsip_inv_reinvite + 424

3 ??MySipIphone? ? ? ? ? ? ? ? ? 0x000abcf0 pjsua_call_set_hold + 220

I hope it will help.

Cyril.


Visit our blog: http://blog.pjsip.org

pjsip mailing list

pjsip@lists.pjsip.org

http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

FYI I created https://trac.pjsip.org/repos/ticket/1149 for this, and a fix has been committed and subsequently this ticket has been closed. Best regards,  Benny On Mon, Oct 18, 2010 at 6:08 PM, Cyril GY <cyril.gy@ovh.net> wrote: > I just try with the lastest revision (3348) and the same problem occurs when > i hold the call (H): > > 2010-10-18 13:04:57.617 ipjsua[3038:6703]  13:04:57.616    pjsua_app.c  Call > 1 state changed to CONFIRMED > [Switching to thread 13059] > Program received signal:  “EXC_BAD_ACCESS”. > [Switching to thread 13059] > > Hi Cyril, > > Could you describe the steps to reproduce this using pjsua or other > provided sample app? > > Thanks, > nanang > > > On Thu, Oct 14, 2010 at 3:42 PM, Cyril GY <cyril.gy@ovh.net> wrote: > > Hi, > > I am developing a VOIP iphone application, ad I use the release #3336. > > When I hold a call (i am the caller) the application crashes. I think it is > > the same problem as the ticket #1143. > > These are some logs from my device logs: > > Exception Type:? EXC_CRASH (SIGABRT) > > Exception Codes: 0x00000000, 0x00000000 > > Crashed Thread:? 0 > > Thread 0 Crashed: > > 0 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078ac8 __kill + 8 > > 1 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078ab8 kill + 4 > > 2 ? libSystem.B.dylib ? ? ? ? ? ? 0x00078aaa raise + 10 > > 3 ? libSystem.B.dylib ? ? ? ? ? ? 0x0008d03a abort + 50 > > 4 ? libSystem.B.dylib ? ? ? ? ? ? 0x0007b13c __assert_rtn + 152 > > 5 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0002e8c4 pj_throw_exception_ + 100 > > 6 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0007f1f4 pool_callback + 8 > > 7 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0002ff18 pj_pool_allocate_find + 288 > > 8 ??MySipIphone? ? ? ? ? ? ? ? ? 0x00032dd8 pj_strdup + 44 > > 9 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0004cfe8 > > pjmedia_sdp_neg_modify_local_offer + 212 > > 10??MySipIphone? ? ? ? ? ? ? ? ? 0x0009eb6c pjsip_inv_reinvite + 424 > > 11??MySipIphone? ? ? ? ? ? ? ? ? 0x000abcf0 pjsua_call_set_hold + 220 > > > Exception Type:? EXC_BAD_ACCESS (SIGSEGV) > > Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffd > > Crashed Thread:? 0 > > Thread 0 Crashed: > > 0 ? libSystem.B.dylib ? ? ? ? ? ? 0x00001406 memcpy + 262 > > 1 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0004cfe8 > > pjmedia_sdp_neg_modify_local_offer + 212 > > 2 ??MySipIphone? ? ? ? ? ? ? ? ? 0x0009eb6c pjsip_inv_reinvite + 424 > > 3 ??MySipIphone? ? ? ? ? ? ? ? ? 0x000abcf0 pjsua_call_set_hold + 220 > > > I hope it will help. > > Cyril. > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
NI
Nanang Izzuddin
Thu, Oct 21, 2010 8:13 AM

Hi,

Not really understand about SIP doorphone unit, however you can start
with audio problem wiki:
https://trac.pjsip.org/repos/wiki/sound-problems

BR,
nanang

On Mon, Oct 18, 2010 at 9:57 PM, Stefan Hobbel
stefanhobbel@abstraxxion.com wrote:

Hello,

I made a little GUI app using PJSIP 1.8. I am using the PJSUA API.
I am connection to a SIP doorphone unit, which works fine. It set's up the
audio conversation as expected.
However, on my laptop, I receive the sound from the doorphone just fine
(although the volume is a little low), but from my laptop to the doorphone,
the sound get's distorted.
Like, robotalk ;)

What steps should I take to find out what is going on and to improve the
audio quality?

Thanks!


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, Not really understand about SIP doorphone unit, however you can start with audio problem wiki: https://trac.pjsip.org/repos/wiki/sound-problems BR, nanang On Mon, Oct 18, 2010 at 9:57 PM, Stefan Hobbel <stefanhobbel@abstraxxion.com> wrote: > Hello, > > I made a little GUI app using PJSIP 1.8. I am using the PJSUA API. > I am connection to a SIP doorphone unit, which works fine. It set's up the > audio conversation as expected. > However, on my laptop, I receive the sound from the doorphone just fine > (although the volume is a little low), but from my laptop to the doorphone, > the sound get's distorted. > Like, robotalk ;) > > What steps should I take to find out what is going on and to improve the > audio quality? > > Thanks! > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >