-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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 faultMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working