A bit more info about this:
 
- the crash happens when a conversation has been started, and I'm asking 
sipxtapi to play a file. The request goes all the way down to 
MprFromFile::playFile without any problems, which calls postMessage. That 
message never gets processed.
- before this happens, both hard limit and soft limit are exceeded: 
 
"2007-06-29T14:47:14.031000Z":424:KERNEL:WARNING:dabslapp::00000000:sipXtapi:"OsMsgPool::FindFreeMsg
 'MediaSignals' queue size (64) exceeds soft limit 
(32)\n""2007-06-29T14:47:14.031000Z":425:KERNEL:CRIT:dabslapp::00000000:sipXtapi:"OsMsgPool::FindFreeMsg
 'MediaSignals' queue size (64) exceeds hard limit (64)\n"
What could possibly be the cause of this? Note, this only happens in release 
mode. I've tried disabling optimizations in release mode, with no luck. Is 
anyone else experiencing problems with the release version of sipxtapi?
 
Regards,
Daníel


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Fri, 29 Jun 2007 
14:17:28 +0000CC: [EMAIL PROTECTED]: Re: [sipxtapi-dev] OsMsgPool::FindFreeMsg 
'MediaSignals' queue size (33) exceeds soft limit (32)


I'm also getting these log messages, followed by a crash. But then again, it 
only happens in Release mode. Regards,Daníel

> Date: Fri, 29 Jun 2007 11:28:24 +0200> From: [EMAIL PROTECTED]> To: [EMAIL 
> PROTECTED]> CC: [email protected]> Subject: Re: [sipxtapi-dev] 
> OsMsgPool::FindFreeMsg 'MediaSignals' queue size (33) exceeds soft limit 
> (32)> > Alexey Trizno wrote:> > Hello!> > > > May be I must try refactored 
> version?> > After call destroyed, debug log looks like this:> > > > 
> [2007-06-29T07:21:37.003000Z] [75] [SIPXTAPI] [INFO] [xpgwpc] [Call-22] 
> [00000768] [sipXtapi] sipxFireCallEvent Src=014EF028 
> CallId=s_2402_e4e04b815cae RemoteAddress=<sip:[EMAIL 
> PROTECTED]>;tag=as59079467 Event=DESTROYED:CAUSE_NORMAL> > 
> [2007-06-29T07:23:53.513000Z] [76] [KERNEL] [WARNING] [xpgwpc] [] [00000000] 
> [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size (33) exceeds soft 
> limit (32)> > [2007-06-29T07:23:53.513000Z] [77] [KERNEL] [WARNING] [xpgwpc] 
> [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size 
> (34) exceeds soft limit (32)> > [2007-06-29T07:23:53.513000Z] [78] [KERNEL] 
> [WARNING] [xpgwpc] [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 
> 'MediaSignals' queue size (35) exceeds soft limit (32)> > 
> [2007-06-29T07:23:53.513000Z] [79] [KERNEL] [WARNING] [xpgwpc] [] [00000000] 
> [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size (36) exceeds soft 
> limit (32)> > [2007-06-29T07:23:53.513000Z] [80] [KERNEL] [WARNING] [xpgwpc] 
> [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size 
> (37) exceeds soft limit (32)> > [2007-06-29T07:23:53.513000Z] [81] [KERNEL] 
> [WARNING] [xpgwpc] [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 
> 'MediaSignals' queue size (38) exceeds soft limit (32)> > 
> [2007-06-29T07:23:53.513000Z] [82] [KERNEL] [WARNING] [xpgwpc] [] [00000000] 
> [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size (39) exceeds soft 
> limit (32)> > [2007-06-29T07:23:53.513000Z] [83] [KERNEL] [WARNING] [xpgwpc] 
> [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size 
> (40) exceeds soft limit (32)> > [2007-06-29T07:23:53.513000Z] [84] [KERNEL] 
> [WARNING] [xpgwpc] [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 
> 'MediaSignals' queue size (41) exceeds soft limit (32)> > 
> [2007-06-29T07:23:53.513000Z] [85] [KERNEL] [WARNING] [xpgwpc] [] [00000000] 
> [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size (42) exceeds soft 
> limit (32)> > [2007-06-29T07:23:53.513000Z] [86] [KERNEL] [WARNING] [xpgwpc] 
> [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size 
> (43) exceeds soft limit (32)> > [2007-06-29T07:23:53.513000Z] [87] [KERNEL] 
> [WARNING] [xpgwpc] [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 
> 'MediaSignals' queue size (44) exceeds soft limit (32)> > 
> [2007-06-29T07:23:53.513000Z] [88] [KERNEL] [WARNING] [xpgwpc] [] [00000000] 
> [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size (45) exceeds soft 
> limit (32)> > [2007-06-29T07:23:53.513000Z] [89] [KERNEL] [WARNING] [xpgwpc] 
> [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size 
> (46) exceeds soft limit (32)> > [2007-06-29T07:23:53.513000Z] [90] [KERNEL] 
> [WARNING] [xpgwpc] [] [00000000] [sipXtapi] OsMsgPool::FindFreeMsg 
> 'MediaSignals' queue size (47) exceeds soft limit (32)> > 
> [2007-06-29T07:23:53.513000Z] [91] [KERNEL] [WARNING] [xpgwpc] [] [00000000] 
> [sipXtapi] OsMsgPool::FindFreeMsg 'MediaSignals' queue size (48) exceeds soft 
> limit (32)> > > > Refactored version wont help you with this, as this problem 
> is in> medialib as Alexander said.> > Btw. the refactored version on the web 
> is already obsolete, I wouldn't> recommend using it unless you really want 
> to. I'm working on it daily,> so it gets obsolete pretty fast.> > Jaro> 
> _______________________________________________> sipxtapi-dev mailing list> 
> [email protected]> List Archive: 
> http://list.sipfoundry.org/archive/sipxtapi-dev/

Play free games, earn tickets, get cool prizes! Join Live Search Club.   Join 
Live Search Club! 
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to