eclipse-platform / eclipse.platform.swt

Eclipse SWT
https://www.eclipse.org/swt/
Eclipse Public License 2.0
101 stars 123 forks source link

Fix for #1288: No exception when creating GC with image from another thread #1289

Closed akoch-yatta closed 1 week ago

akoch-yatta commented 1 week ago

This commit fixes an issue when creating a GC from an Image using a device bound to another thread as the GC is currently created in.

github-actions[bot] commented 1 week ago

Test Results

   450 files  ±0     450 suites  ±0   7m 23s :stopwatch: +37s  4 128 tests +1   4 120 :white_check_mark: +1   8 :zzz: ±0  0 :x: ±0  16 323 runs  +4  16 231 :white_check_mark: +4  92 :zzz: ±0  0 :x: ±0 

Results for commit bd624f82. ± Comparison against base commit f708ac39.

:recycle: This comment has been updated with latest results.

ddscharfe commented 1 week ago

Tested under Windows 11, I don't get an exception anymore