Skip to content

Fix Invalid thread access in ConsoleZoomHandler during shutdown - #2912

Merged
iloveeclipse merged 2 commits into
eclipse-platform:masterfrom
SougandhS:swtfix
Sep 7, 2026
Merged

Fix Invalid thread access in ConsoleZoomHandler during shutdown#2912
iloveeclipse merged 2 commits into
eclipse-platform:masterfrom
SougandhS:swtfix

Conversation

@SougandhS

Copy link
Copy Markdown
Contributor

Display.getDefault() could be called from a non-UI thread when console add/remove notifications fire during workbench shutdown, throwing SWTException.

Fixes : #2911

SougandhS and others added 2 commits September 7, 2026 14:12
Display.getDefault() could be called from a non-UI thread when console
add/remove notifications fire during workbench shutdown, throwing
SWTException.

Fixes : eclipse-platform#2911
@eclipse-platform-bot

Copy link
Copy Markdown
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

debug/org.eclipse.ui.console/META-INF/MANIFEST.MF

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From 9c3c74e75216212e79a1a6bb314b64d7f4e76fb8 Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <platform-bot@eclipse.org>
Date: Mon, 7 Sep 2026 08:49:46 +0000
Subject: [PATCH] Version bump(s) for 4.42 stream


diff --git a/debug/org.eclipse.ui.console/META-INF/MANIFEST.MF b/debug/org.eclipse.ui.console/META-INF/MANIFEST.MF
index 1d3ddc37dd..000b0c4d9b 100644
--- a/debug/org.eclipse.ui.console/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.ui.console/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.ui.console; singleton:=true
-Bundle-Version: 3.17.100.qualifier
+Bundle-Version: 3.17.200.qualifier
 Bundle-Activator: org.eclipse.ui.console.ConsolePlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-- 
2.55.0

Further information are available in Common Build Issues - Missing version increments.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Test Results

    54 files  ±0      54 suites  ±0   57m 57s ⏱️ -45s
 4 767 tests ±0   4 745 ✅ ±0   22 💤 ±0  0 ❌ ±0 
12 192 runs  ±0  12 039 ✅ ±0  153 💤 ±0  0 ❌ ±0 

Results for commit 49589da. ± Comparison against base commit 3574692.

@iloveeclipse
iloveeclipse merged commit a68c37a into eclipse-platform:master Sep 7, 2026
18 checks passed
@iloveeclipse

Copy link
Copy Markdown
Member

Thanks!

@SougandhS

Copy link
Copy Markdown
Contributor Author

Thanks @iloveeclipse !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid thread access in ConsoleZoomHandler during shutdown

3 participants