Fix deadlock in TmfUml2SDSyncLoader
authorPatrick Tasse <patrick.tasse@gmail.com>
Thu, 17 Jan 2013 21:14:44 +0000 (16:14 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Thu, 17 Jan 2013 22:11:10 +0000 (17:11 -0500)
commitd10e93a29dcd9a7b613b847247ae574cc1c502d1
tree3903022fe11c0ad3eee28bd55dfa4127fa59a279
parentac44ef715fd4a6f200b650e91d4f012a327ca4ca
Fix deadlock in TmfUml2SDSyncLoader

Prevent deadlock in TmfUml2SDSyncLoader between the object's
reentrant lock and request synchronization by moving request
cancellations outside of the reentrant lock's scope.

Change-Id: Idc04b4f1a56904e718841db5a33eafb2970cea8a
Reviewed-on: https://git.eclipse.org/r/9744
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/TmfUml2SDSyncLoader.java
This page took 0.026067 seconds and 5 git commands to generate.