Skip to content

Conversation

@akurtakov
Copy link
Member

Table/Tree.remove method ends up firing Gtk signal(s) that cause cellDataProc to start. Make cellDataProc explicitly check whether item is disposed to prevent operating on disposed item. Fixes #1606

Table/Tree.remove method ends up firing Gtk signal(s) that cause
cellDataProc to start. Make cellDataProc explicitly check whether item
is disposed to prevent operating on disposed item.
Fixes eclipse-platform#1606
@akurtakov akurtakov self-assigned this Sep 1, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2025

Test Results

   546 files  ±0     546 suites  ±0   33m 3s ⏱️ -7s
 4 426 tests ±0   4 409 ✅ ±0   17 💤 ±0  0 ❌ ±0 
16 750 runs  ±0  16 623 ✅ ±0  127 💤 ±0  0 ❌ ±0 

Results for commit 0f657c9. ± Comparison against base commit cde95ee.

@akurtakov
Copy link
Member Author

Merging as even if a "better" fix could be done, this kind of "safety" in signal handlers is nice to always have.

@akurtakov akurtakov merged commit 3bcbb47 into eclipse-platform:master Sep 1, 2025
17 checks passed
@github-project-automation github-project-automation bot moved this to Done in SWT work Sep 1, 2025
akurtakov added a commit to akurtakov/eclipse.platform.swt that referenced this pull request Sep 1, 2025
akurtakov added a commit to akurtakov/eclipse.platform.swt that referenced this pull request Sep 1, 2025
akurtakov added a commit that referenced this pull request Sep 1, 2025
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.

[Gtk3] Bug: SWTException on Table.remove(...) for a row with focus

2 participants