←back to thread

Apple Photos app corrupts images

(tenderlovemaking.com)
1133 points pattyj | 2 comments | | HN request time: 0.001s | source
Show context
deviation ◴[] No.45274615[source]
It seems to be an import pipeline bug.

Photos does a lot of extra work on import (merging RAW+JPEG pairs, generating previews, database indexing, optional deletion), so my guess is a concurrency bug where a buffer gets reused or a file handle is closed before the copy finishes.

Rare, nondeterministic corruption fits the profile.

replies(7): >>45274840 #>>45275400 #>>45275556 #>>45275634 #>>45277188 #>>45278171 #>>45280431 #
tenderlove ◴[] No.45274840[source]
This is also my guess. It's really a bummer, and I'd report it to Apple but since it's nondeterministic I have no idea how to provide repro steps.
replies(8): >>45275065 #>>45275163 #>>45276096 #>>45276185 #>>45276696 #>>45277780 #>>45279586 #>>45281857 #
1. runjake ◴[] No.45276696[source]
I think your best bet is to do what you did: write an extensive blog post about it and hope it goes "viral" and grabs the right people at Apple's attention.

I would think the diffs would be telling to the right people.

It's on the front page of HN, so that's a good start!

replies(1): >>45288520 #
2. JKCalhoun ◴[] No.45288520[source]
Front page of HN is all it takes. Pretty sure it's viral.