You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I run the QZXing module within an Android app in order to scan barcode.
On my Pocophone F1 which runs Android 10, it works well.
On my Asus tablet which runs Android 7.0 it crashes with an "undebuggable" fatal error:
F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xe in tid 21611 (Thread (pooled))
I tried to use a static lib, I tried dynamic.
When I remove the QZXingFilter from my qml, the camera works just fine but it seems it's coming when entering in this function: QString QZXing::decodeImage(const QImage &image, int maxWidth, int maxHeight, bool smoothTransformation)
After enabling debug traces, it must occur within this part of the code:
Hello,
I run the QZXing module within an Android app in order to scan barcode.
On my Pocophone F1 which runs Android 10, it works well.
On my Asus tablet which runs Android 7.0 it crashes with an "undebuggable" fatal error:
F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xe in tid 21611 (Thread (pooled))
I tried to use a static lib, I tried dynamic.
When I remove the QZXingFilter from my qml, the camera works just fine but it seems it's coming when entering in this function:
QString QZXing::decodeImage(const QImage &image, int maxWidth, int maxHeight, bool smoothTransformation)
After enabling debug traces, it must occur within this part of the code:
The text was updated successfully, but these errors were encountered: