Skip to content

QThreadStorage Destroyed Message #53

@mjnorberg

Description

@mjnorberg

Hello, I am happy with using this library and the PDF generation has been very good, however, I always get this message:

QThreadStorage: Thread 0x7fbdb0cf0e10 exited after QThreadStorage 8 destroyed

My code implementation is fairly simple:

String html = <load HTML here>;
final boolean success = HtmlToPdf.create()
                                 .object(HtmlToPdfObject.forHtml(html))
                                 .convert({ path })

Through a little testing, it seems that this message is displayed after the main method finishes. What I am wondering is, has anyone gotten this behavior before, and is it dangerous if this happens when running a system that uses multiple threads (i.e. if I convert html on one thread, will that conversion and subsequent QThread Storage destruction impact the other threads in the system)?

Thanks for the help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions