shlwang
shlwang
@Benjamin-Dobell , it need some effort to dump the content. Will try. It happens on product. I found one CPU always running at 100% by one specific worker thread(other worker...
@Benjamin-Dobell , for this image, it can reproduce the dead loop issue. Could you take a look? The url for the image is http://img04.taobaocdn.com/L1/134/3839/ftssrvlk/0/21/f8d03a9f4a332de7eec11d2bffec89ba.jpg
Hi TimZaman, QRCodeMultiReader is replaced by MultiFormatReader as a workaround. It seems that the QRCodeMultiReader causes deadloop issue. Here is the diff, ``` - DecodeHints hints(DecodeHints::DEFAULT_HINT); + DecodeHints hints(DecodeHints::QR_CODE_HINT); +...