Skip to content

option to disable call to xmlCleanupParser in raptor_libxml_finish #69

Description

@grandinj

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions