Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2018-11-08 09:35:38 +0000
committerAndrey Loskutov2018-11-08 09:35:38 +0000
commit1134996d8fe85132f982e53c6d9de9435161443b (patch)
treed8f67e1e6bb8cbbd154f8abb7810419abfec29c1 /org.eclipse.debug.examples.ui
parent0f48910ff189c860599be29c65d86b20fc937597 (diff)
downloadeclipse.platform.debug-1134996d8fe85132f982e53c6d9de9435161443b.tar.gz
eclipse.platform.debug-1134996d8fe85132f982e53c6d9de9435161443b.tar.xz
eclipse.platform.debug-1134996d8fe85132f982e53c6d9de9435161443b.zip
Do not lock BreakpointManager in the call to enableTriggerPoints() - it will try to acquire workspace lock while modifying markers, and this can deadlock with other threads trying to access BreakpointManager while holding the workspace lock. Instead, lock on fTriggerPointDisabledList instance. Change-Id: I03c9fba2d8ec84dad0f7f1a598cbe8a908c9d94a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.debug.examples.ui')
0 files changed, 0 insertions, 0 deletions

Back to the top