zxing icon indicating copy to clipboard operation
zxing copied to clipboard

Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=11664; index=11664

Open zaheerrasheed opened this issue 1 year ago • 1 comments

Facing this crash randomly while scanning a barcode

Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=11664; index=11664 at com.google.zxing.common.BitMatrix.get(BitMatrix.java:162) at com.google.zxing.maxicode.MaxiCodeReader.extractPureBits(MaxiCodeReader.java:104) at com.google.zxing.maxicode.MaxiCodeReader.decode(MaxiCodeReader.java:64) at com.google.zxing.MultiFormatReader.decodeInternal(MultiFormatReader.java:173) at com.google.zxing.MultiFormatReader.decodeWithState(MultiFormatReader.java:87) at com.budiyev.android.codescanner.Utils.decodeLuminanceSource(Utils.java:342) at com.budiyev.android.codescanner.DecodeTask.decode(DecodeTask.java:75) at com.budiyev.android.codescanner.Decoder$DecoderThread.run(Decoder.java:133)

zaheerrasheed avatar Apr 22 '24 10:04 zaheerrasheed

We also see this a lot in our sentry recording

raphaelm avatar Oct 30 '24 16:10 raphaelm