-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QRCodeTask hangs for hours #1415
Comments
Seems a zxing library issue. Could you share the triggering file? After that, @hauck-jvsh could you take a look at this? |
The E01 or the jpg file? I tried to open the unfinished case but I haven't found the file. I think I need to let the case finish. So I set |
The JPG |
@lfcnassif , I've just sent the file to you in the Teams. |
Sure, I can take a look on monday. |
Thank you both! #27 would have helped here. |
@lfcnassif could you share the triggering image? |
Sure, just sent to you privatelly. |
This was fixed in upstream library: zxing/zxing#1567 If version 3.5.1 isn't released soon, maybe we can create a patched version ourselves. |
Or implement a simple timeout control inside QRCodeTask, like others. |
Fixed. @aberenguel if you want to enable QRCode detection in your case, just replace zxing core jar for the recently released 3.5.1 version. |
Using iped 4.0.5
My case processing is hang on
QRCodeTask
for many hours. I stopped the processing and restarted with--continue
, but it hangs onQRCodeTask
againI run
jstack
many times to see if the code is running (changing the stack snapshot). But it always shows this.The text was updated successfully, but these errors were encountered: