Skip to content
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

@yaolipro Thanks a lot. #33

Open
niushixiong opened this issue Dec 4, 2020 · 1 comment
Open

@yaolipro Thanks a lot. #33

niushixiong opened this issue Dec 4, 2020 · 1 comment

Comments

@niushixiong
Copy link

zbarimg: zbar/qrcode/qrdectxt.c:405: qr_code_data_list_extract_text: Assertion `next > syms->datalen' failed.

@liyaodev
Copy link

liyaodev commented Oct 9, 2021

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants