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
Tried installing czmq in an archlinux docker container, using the standard: ./autogen.sh && ./configure --prefix=... && make check
However the tests always segfaulted.
After running make debug I found out the exact line, which is in:
Tried installing czmq in an archlinux docker container, using the standard:
./autogen.sh && ./configure --prefix=... && make check
However the tests always segfaulted.
After running make debug I found out the exact line, which is in:
czmq/src/zproxy.c
Line 563 in f5475cc
printenv shows no USER variable and running the make check with a user variable makes the test succeed:
env USER="xyz" make check
Maybe there's a tiny workaround for that?
The text was updated successfully, but these errors were encountered: