Skip to content

fix(executor): avoid abort on drop#901

Merged
Berrysoft merged 2 commits intocompio-rs:masterfrom
Berrysoft:fix/panic-abort
May 3, 2026
Merged

fix(executor): avoid abort on drop#901
Berrysoft merged 2 commits intocompio-rs:masterfrom
Berrysoft:fix/panic-abort

Conversation

@Berrysoft
Copy link
Copy Markdown
Member

Closes #888

This is the second approach to fix it. It should be safe to leak the futures if the thread is already panicking.

@Berrysoft Berrysoft added bug Something isn't working package: executor Related to compio-executor labels Apr 30, 2026
@Berrysoft Berrysoft requested a review from George-Miao April 30, 2026 17:02
@Berrysoft Berrysoft added this to the v0.19 milestone Apr 30, 2026
@Berrysoft Berrysoft self-assigned this Apr 30, 2026
Berrysoft and others added 2 commits May 1, 2026 01:03
Co-authored-by: DeepSeek <service@deepseek.com>
Copy link
Copy Markdown
Member

@George-Miao George-Miao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Berrysoft Berrysoft merged commit bad7c47 into compio-rs:master May 3, 2026
77 checks passed
@Berrysoft Berrysoft deleted the fix/panic-abort branch May 3, 2026 02:21
@github-actions github-actions Bot mentioned this pull request May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working package: executor Related to compio-executor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

executor: aborts on multiple panics

2 participants