-
Notifications
You must be signed in to change notification settings - Fork 435
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
segfault on OS X Mojave #74
Comments
Hmm. I built from
|
It's not binary compatible, but have you looked into https://github.com/nu-book/zxing-cpp? I'm very seriously considering deprecating this repository because their port is an fresh idiomatic port to C++, rather than the attempted 1-to-1 Java to C++ port that exists here. |
Ah, no I hadn't seen that. I found yours because it's what the python and brew versions use. I also found https://github.com/dlbeer/quirc/ which is interesting: it's written in a minimalist BSD style, but it still comes with both encoding, decoding, and even webcam support (on OpenBSD and Linux, no Darwin 😢 ) |
I'm getting a segfault if I use
GenericMultipleBarcodeReader
. I'm on OS X Mojave and I installed zxing-cpp from brew.It triggers on this image:
It does not trigger on this image:
( I discovered this while trying to use the python wrapper: lubo/zxinglight#5 )
It seems like for some reason the thing ..compiled..wrong?? It's crashing in GenericMultipleBarcodeReader::translateResultPoints(). The disassembly is showing that it's trying to execute
%rdi=*((void*)0x18)
which doesn't make any sense.The text was updated successfully, but these errors were encountered: