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
@btro1404 issue is identified.
the same error occurs with delv command.
The crash is related to generic ARMv7 archs
some of the archs do support SO_REUSEPORT and some do not.
I can reproduce this issue on DS115j (armada370 cpu)
like DS214 (armadaxp) it does not support SO_REUSEPORT
but for generic ARMv7 we use armada385 toolchain and this cpu does support SO_REUSEPORT
I created diyspk/bind for armada370 and dig and delv do not crash.
So we have to find a way to disable SO_REUSEPORT for ARMv7 archs when building bind tools.
Is this a new Bug?
Package Name
synocli-net
Package Version
2.4-19
Device Model
DS214
Device Architecture
ARMv7
Firmware Version
DSM 6.2.4-25556 Update 8
What happened?
I axpect the "dig" command will work but it produce an error:
netmgr/udp.c:988: fatal error: RUNTIME_CHECK(result == ISC_R_SUCCESS || result == ISC_R_NOTIMPLEMENTED) failed
Aborted (core dumped)
Reproduction steps
root@NAS_bt:/# dig
netmgr/udp.c:988: fatal error: RUNTIME_CHECK(result == ISC_R_SUCCESS || result == ISC_R_NOTIMPLEMENTED) failed
Aborted (core dumped)
root@NAS_bt:/# dig -v
DiG 9.17.22
root@NAS_bt:/# ls -l /var/packages/synocli-net/target/bin/dig
-rwxr-xr-x 1 root root 109652 Oct 15 23:58 /var/packages/synocli-net/target/bin/dig
Install Log
Service Log
Other Logs
The text was updated successfully, but these errors were encountered: