lysender / files-rs

Personal file storage API
MIT License
0 stars 0 forks source link

zune-jpeg-0.4.11 crash on upload (iphone photos, dark) #8

Open lysender opened 4 weeks ago

lysender commented 4 weeks ago

Crashes when uploading some dark/low light photos from iPhone XR

Aug 16 01:36:17 localhost files-rs[622]: thread 'tokio-runtime-worker' panicked at /home/lysender/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zune-jpeg-0.4.11/src/mcu.rs:209:9:
Aug 16 01:36:17 localhost files-rs[622]: assertion `left == right` failed
Aug 16 01:36:17 localhost files-rs[622]:   left: 28425600
Aug 16 01:36:17 localhost files-rs[622]:  right: 36578304
Aug 16 01:36:17 localhost files-rs[622]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
lysender commented 4 weeks ago

Probably related issue: https://github.com/etemesi254/zune-image/issues/219

Will just wait for the fix I guess?