Sam

Results 98 comments of Sam

Hi, I'm using Xcode 16.2 (16C5032a)

For what it's worth, I tried updating to 16.4 and now I'm running into a linker issue: ``` Showing All Messages > Task :mobile:linkDebugFrameworkIosSimulatorArm64 The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit...

Glide doesn't actually know the format of anything we decode (imagine being asked to decode a file for example).So Glide just walks through the decoders in the order of registration...

b/187987067 is an internal version of this issue

Another awkward bit - BitmapFactory has APIs that would give us a mime type, which we could more practically use to avoid trying to decode the entire file. Unfortunately that's...

Judging from the error message internally, it's actually just a corrupt file: `'FORTIFY: read: count 18446744071615423932 > SSIZE_MAX'`. If we knew SSIZE_MAX would exclude files that we knew were larger...

Sorry for the super long pause here. I agree, two reasonable paths: - Try some file size based heuristics and hope that fixes most of the problem (tracked in #4165)...