Status: Started
Owner: [email protected]
CC: [email protected], [email protected]
Labels: Type-Defect Priority-Medium Component-SS7 Roadmap-Fix
Version-2.1.0.BETA1
New issue 301 by [email protected]: Possible deadlock in TCAP stack
http://code.google.com/p/jss7/issues/detail?id=301
Possible deadlock when:
From the first thread:
- synchronized InvokeImpl.setState(...) ***
-> DialogImpl.operationEnded(InvokeImpl tcInvokeRequestImpl)
-> this.dialogLock.lock(); ***
From the second stack:
- DialogImpl.processEnd()
-> this.dialogLock.lock(); ***
-> DialogImpl.release()
-> synchronized InvokeImpl.setState(...) ***
So we have two lockers (this.dialogLock.lock() and synchronized
InvokeImpl.setState())
Let's remove the second one and
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.