We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zbarimg: zbar/qrcode/qrdectxt.c:405: qr_code_data_list_extract_text: Assertion `next > syms->datalen' failed.
The text was updated successfully, but these errors were encountered:
Hi buddy, I'm having the same problem and can try to upgrade zbarimg=0.23, build in ubuntu 16:
apt-get update && apt-get install -y autopoint autoconf automake autotools-dev libdbus-1-dev pkg-config xmlto imagemagick libmagickwand-dev gettext libtool mkdir -p /soft \ && cd /soft \ && git clone https://github.com/mchehab/zbar \ && cd zbar \ && git checkout 0.23.92 \ && autoreconf -vfi \ && ./configure --with-x=disabled --enable-pthread=yes --enable-video=no --with-jpeg=no --with-imagemagick=yes --with-python=no --with-gtk=no --with-qt=no \ && make \ && make install \ && rm -rf /soft \ && ldconfig /usr/local/lib
It seem to be a similar issue that mchehab/zbar#169 .
Sorry, something went wrong.
No branches or pull requests
zbarimg: zbar/qrcode/qrdectxt.c:405: qr_code_data_list_extract_text: Assertion `next > syms->datalen' failed.
The text was updated successfully, but these errors were encountered: