We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I'm doing to work to improve LibreOffice, running clang TSAN over it.
And one of the issues it flagged is actually a long standing problem, that is triggered when handling shutdown with libxml.
The problem is this - if one library calls xmlCleanupParser, then another library might crash during its shutdown code.
In this case, raptor manages to run first (sometimes) and then ICU crashes.
So it would be nice if there was an option to say "please don't call that when shutting down".
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So I'm doing to work to improve LibreOffice, running clang TSAN over it.
And one of the issues it flagged is actually a long standing problem, that is triggered when handling shutdown with libxml.
The problem is this - if one library calls xmlCleanupParser, then another library might crash during its shutdown code.
In this case, raptor manages to run first (sometimes) and then ICU crashes.
So it would be nice if there was an option to say "please don't call that when shutting down".
Thanks!
The text was updated successfully, but these errors were encountered: