ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
614 stars 338 forks source link

Different behaviour for static/shared built on Android 32 Bit? #209

Open sk2212 opened 2 years ago

sk2212 commented 2 years ago

Hello,

I had some problems when using this library statically. The was no problem with building/linking but when using it in my Android App I got some random crashes as soon the camera gets opened.

From here https://github.com/ftylitak/qzxing/issues/63 (last comment) it seems that there is a difference between thread handling in static and shared library?

Can someone explain that?