Errors when searching many files #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I copy the same book to 30 files I get a lot of Could not open <file name> errors. They come fom zip::open_file().
result
isARCHIVE_FATAL
(No more operations are possible). It occurs with and without multithreading.I noticed that there is a memory leak. With each searched file 5-15 MiB memory is allocated. Not sure if that is related.
The ”Could not open …” errors are gone, but I now get “double free or corruption (out)” sometimes. But only in multi-threaded mode.