APP:+RECORD
application.tsx:951 APP: +BGCOLOR: ''
application.tsx:951 APP: +FIXORIENTATION: TRUE
application.tsx:951 APP: +FORMAT: ''
application.tsx:951 APP: +METHOD: 'none'
application.tsx:951 APP: +NOFORCE: FALSE
application.tsx:951 APP: +SETHEIGHT: 0
application.tsx:951 APP: +SETWIDTH: 0
application.tsx:951 APP: +ALLOWEDACTIONS: ['all']
application.tsx:951
Yep, I have that commit.
Weird thing is that it only crashes on certain blobs. I've attached 2:
- crashes on PvBBp4vfCXKF0Wj5DnaJo1DT7ticRvHCWAmJ3SHXbpGo2ubcwx-3ae57602-ecbb-453e-950a-b3a962dfbba0.jpeg
- works fine on Ad86aEfiQmpr6jcVqEFVhKNB5se8I7XmKzdizUJzYandoXvCJH-img-0202.jpeg
Found it. It's because of the rotation in the first, a DumpValue of WrapBlob of the first:
APP:+RECORD
application.tsx:951 APP: +DATA: BLOB (1020351 bytes)
application.tsx:951 APP: +DOMINANTCOLOR: ''
application.tsx:951 APP: +EXTENSION: '.jpg'
application.tsx:951 APP: +FILENAME: 'noname.jpg'
application.tsx:951 APP: +HASH: ''
application.tsx:951 APP: +HEIGHT: 2160
application.tsx:951 APP: +MIMETYPE: 'image/jpeg'
application.tsx:951 APP: +MIRRORED: FALSE
application.tsx:951 APP: +ROTATION: 270
application.tsx:951 APP: +SOURCE_FSOBJECT: 0
application.tsx:951 APP: +WIDTH: 3840
application.tsx:951 APP: +__BLOBSOURCE: ''
application.tsx:951 APP: +REFPOINT: DEFAULT RECORD
If I change the one that was working (which has rotation:0), add rotation, and then try it, it also crashes.