--
You received this message because you are subscribed to the Google Groups "sipxcom-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sipxcom-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sipxcom-users/6e1d8562-74a6-4144-8df2-a2905a3fa7den%40googlegroups.com.
<sipxproxy_debug.log>
To view this discussion visit https://groups.google.com/d/msgid/sipxcom-users/3b51bec3-4162-405f-9a2b-badefa3837a1n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sipxcom-users/834f18fd-9eec-4ee0-893e-a2020debfb5an%40googlegroups.com.
"2026-08-21T18:34:31.283000Z":395386:SIP:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"SipProtocolServerBase[SipTcpServer-6]::removeOldClients deleting 3 of 6 SipClients""2026-08-21T18:34:31.283009Z":395387:KERNEL:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"OsTaskBase::requestShutdown on task 'SipClientTcp-589', transition RUNNING -> SHUTTING_DOWN""2026-08-21T18:34:31.283196Z":395396:SIP:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"SipClient[SipClientTcp-589]::~ called""2026-08-21T18:34:31.283206Z":395397:SIP:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"SipClient[SipClientTcp-589]::~ 0x7f079001ff80 socket 0x7f079000cac0 closing TCP socket""2026-08-21T18:34:31.283250Z":395398:KERNEL:INFO:***removed sip domain***::7f07c2b42640:sipxproxy:"OsConnectionSocket::~""2026-08-21T18:34:31.283275Z":395400:KERNEL:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"OsSocket::~ close socket 27""2026-08-21T18:34:31.283289Z":395402:KERNEL:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"OsServerTaskWaitable::~ closed 30 -> 29""2026-08-21T18:34:31.283302Z":395403:KERNEL:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"OsServerTask::~ 'SipClientTcp-589' TERMINATED""2026-08-21T18:34:31.283314Z":395404:KERNEL:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"OsTaskBase::requestShutdown on task 'SipClientTcp-590', transition RUNNING -> SHUTTING_DOWN""2026-08-21T18:34:31.283521Z":395409:SIP:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"SipClient[SipClientTcp-590]::~ called""2026-08-21T18:34:31.283532Z":395410:SIP:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"SipClient[SipClientTcp-590]::~ 0x7f0784020c30 socket 0x5565709f1180 closing TCP socket""2026-08-21T18:34:31.283538Z":395411:KERNEL:INFO:***removed sip domain***::7f07c2b42640:sipxproxy:"OsConnectionSocket::~""2026-08-21T18:34:31.283550Z":395412:KERNEL:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"OsSocket::~ close socket 11""2026-08-21T18:34:31.283560Z":395413:KERNEL:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"OsServerTaskWaitable::~ closed 33 -> 32""2026-08-21T18:34:31.283578Z":395414:KERNEL:DEBUG:***removed sip domain***::7f07c2b42640:sipxproxy:"OsServerTask::~ 'SipClientTcp-590' TERMINATED"
<sipXproxy-debug.log>
On Aug 26, 2026, at 2:33 PM, Support <sup...@onrelay.net> wrote:
Thanks. We use TLS towards external SIP extensions, but internally between services all connections are UDP or TCP. And the SipClientTcp destructor doesn’t cause any similar problems here.So the difference is likely just related to timing on the different HW platforms, where yours is either slower or faster than what we use and test on. It is a typical C++ issue where there is too much going on and too many dependencies between different threads in the destructor logic, and if things get a bit out of sequence something may get accessed after it has been deleted or forever hang on an old lock. So it is likely timing dependent, which is also why you hit the landmine only after a few hours and we don't.As mentioned we already fixed a couple of other similar issues with SipClientTCP that we were able to reproduce consistently, and it is just a matter of time before we get to this one as well. It certainly complicates things that we are not able to reproduce here, as if so it is very straightforward to resolve these type errors.So we will just keep at it as it is an important issue. We may need to add some more logging in a next upgrade to see if we can catch it that way, notwithstanding we hate adding such debug info on production releases.
To view this discussion visit https://groups.google.com/d/msgid/sipxcom-users/78d80a14-2298-4f63-bdd9-3fc3b5a6625en%40googlegroups.com.
<sipxproxy-debug.log>
To view this discussion visit https://groups.google.com/d/msgid/sipxcom-users/b697901d-b049-4d94-b93c-bc2e277b0fddn%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "sipxcom-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sipxcom-users/A824eQKDpiQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sipxcom-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sipxcom-users/1046acb5-6ef5-45fb-a80c-316abcd6b381n%40googlegroups.com.