dezoomify-rs
dezoomify-rs copied to clipboard
Crash reports
The first crash happened when downloading https://zas.bn.org.pl/iiif/12632464/12805046.tif/info.json; despite the crash the image was downloaded correctly. The second crash happened when downloading https://zas.bn.org.pl/iiif/12632464/12830514.tif/info.json; again despite the crash the image was downloaded correctly. The was also another crash but I forgot to copy the log before rebooting the computer; it happened when downloading https://zas.bn.org.pl/iiif/12632464/12826310.tif/info.json; again the image was downloaded correctly. When downloading the tile 184 of https://zas.bn.org.pl/iiif/12632464/12831125.tif/info.json the program was aborted without any message but it could be caused by a system problem (from time to time something wrong happens to my computer and I had not yet diagnosed the problem).
I think this is caused by https://github.com/tokio-rs/tokio/issues/2789
A fix has been merged in tokio (https://github.com/tokio-rs/tokio/commit/57dffb9dfe9e4c0f12429246540add3975f4a754). When a new version containing this fix is released, I'll update dezoomify-rs and this will hopefully fix this issue.