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

option to disable call to xmlCleanupParser in raptor_libxml_finish #69

Open
grandinj opened this issue Nov 22, 2024 · 0 comments
Open

Comments

@grandinj
Copy link

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!

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