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

fix: [parser] Fix potential crash on unjoined parser thread #4537

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

peterychang
Copy link
Collaborator

In multithreaded mode, if a reduction throws an exception, it can go uncaught until the outermost catch which will cause a SIGABRT due to an unjoined thread

@lalo lalo changed the title Fix potential crash on unjoined parser thread fix: [parser] Fix potential crash on unjoined parser thread Mar 31, 2023
@lalo lalo closed this Mar 31, 2023
@lalo lalo reopened this Mar 31, 2023
@jackgerrits jackgerrits merged commit a76d9f0 into VowpalWabbit:master Apr 3, 2023
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.

3 participants