Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panic when dropping RawTask #671

Open
ozgrakkurt opened this issue Jul 17, 2024 · 2 comments
Open

Panic when dropping RawTask #671

ozgrakkurt opened this issue Jul 17, 2024 · 2 comments

Comments

@ozgrakkurt
Copy link

Panic happens here:

let refs = Self::decrement_references(&*(raw.header as *mut Header));

I couldn't get a stack trace because the issue happened on production configuration. Will have more info if it happens again.

Couldn't find a reproducer yet. I'll manually check the code a bit to see if I can find something.

@ozgrakkurt
Copy link
Author

Also maybe the executor can contain the panics and not crash itself? For now I just made it abort the process if one of the executors crash because of panic.

@ozgrakkurt
Copy link
Author

Seems like this is very similar to #379

Curious if it is possible to remove the c style code from this area and just use Arc

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

No branches or pull requests

1 participant