Skip to content

segfault on variable reuse #31

@rgaudin

Description

@rgaudin

Reusing the same variable for different Creator segfaults

In [1]: import libzim.writer

In [2]: c = libzim.writer.Creator("/data/test03.zim", "/A/index.html", "fra", 2048)
/data/test03.zim

In [3]: c = libzim.writer.Creator("/data/test04.zim", "/A/index.html", "fra", 2048)
/data/test04.zim

In [4]: Segmentation fault

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions