8000 Fix segmentation fault when executing CustomizeTest on Linux by ptziegler · Pull Request #947 · eclipse-windowbuilder/windowbuilder · GitHub
[go: up one dir, main page]

Skip to content

Fix segmentation fault when executing CustomizeTest on Linux#947

Merged
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:customizer-segfault
Dec 17, 2024
Merged

Fix segmentation fault when executing CustomizeTest on Linux#947
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:customizer-segfault

Conversation

@ptziegler
Copy link
Contributor

The Swing Frame inside the AwtComponentDialog is not disposed by the time the containing shell is disposed. Use the utility methods of SwingUtils to block, rather than simply waiting an arbitrary number of seconds.

Fixes #946

The Swing Frame inside the AwtComponentDialog is not disposed by the
time the containing shell is disposed. Use the utility methods of
SwingUtils to block, rather than simply waiting an arbitrary number of
seconds.

Fixes eclipse-windowbuilder#946
@ptziegler ptziegler added this to the 1.19.0 milestone Dec 17, 2024
@ptziegler ptziegler merged commit 43d90a9 into eclipse-windowbuilder:master Dec 17, 2024
@ptziegler ptziegler deleted the customizer-segfault branch December 17, 2024 06:33
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.

Segmentation Fault during tests when running on Linux

1 participant

0