Skip to content

Allow JAVA2D to terminate when animation thread dies#4839

Merged
benfry merged 1 commit into
processing:masterfrom
JakubValtar:fix-zombie-process
Jan 29, 2017
Merged

Allow JAVA2D to terminate when animation thread dies#4839
benfry merged 1 commit into
processing:masterfrom
JakubValtar:fix-zombie-process

Conversation

@JakubValtar

Copy link
Copy Markdown
Contributor

When Java2D sketch crashes, closing the window does not stop Event
Dispatch Thread. This fix makes PApplet.exit() do the right thing and
not wait for surface to finish when the thread is already dead.

Fixes #4831

When Java2D sketch crashes, closing the window does not stop Event
Dispatch Thread. This fix makes PApplet.exit() do the right thing and
not wait for surface to finish when the thread is already dead.

Fixes processing#4831
@benfry
benfry merged commit dc99364 into processing:master Jan 29, 2017
@JakubValtar
JakubValtar deleted the fix-zombie-process branch January 29, 2017 21:46
@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

My program remains in the background

2 participants