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

dig from SynoCli Network Tools 2.4-18 does not work on Marvell38x (DS216j) #6287

Closed
1 task done
toaster opened this issue Oct 17, 2024 · 4 comments
Closed
1 task done
Assignees
Labels

Comments

@toaster
Copy link

toaster commented Oct 17, 2024

Is this a new Bug?

  • I checked that the bug hasn't been reported before

Package Name

synocli-net

Package Version

2.4-18

Device Model

DS216j

Device Architecture

ARMv7

Firmware Version

DSM 7.2.1-69057 Update 5

What happened?

Trying to run dig (or mdig) fails like this:

# dig
os.c:84: fatal error: RUNTIME_CHECK((size_t)s == (size_t)64) failed
Aborted (core dumped)

Other commands work well (tested and tmux, links)

The 2.13 version still works:

# dig

; <<>> DiG 9.16.28 <<>>
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20560
;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 27

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 9e5b42a6edea1b7a010000006710a0eeee787c2130e5ce67 (good)
;; QUESTION SECTION:
;.				IN	NS

;; ANSWER SECTION:
.			2703	IN	NS	k.root-servers.net.

Reproduction steps

  1. Update to 2.4-18
  2. Try to run dig

Install Log

There is no `var` in `/var/packages/synocli-net/target/`.

Service Log

No response

Other Logs

No response

@toaster toaster added the bug label Oct 17, 2024
@hgy59 hgy59 self-assigned this Oct 17, 2024
@hgy59
Copy link
Contributor

hgy59 commented Oct 17, 2024

Sorry, I had this issue with cross/bind and added a patch (001-disable-l1-cache-runtime-check.patch)
And it worked in my final tests on armada370-7.1 (armv7), aarch64-6.2.4 and x64-7.1.

Are you sure you have version 2.4-19?

Ok I see, you have version 2.4-18, it is fixed in 2.4-19 of #6269

@hgy59
Copy link
Contributor

hgy59 commented Oct 17, 2024

it is now published (takes up to 48h until update is visible in Package Center)

@hgy59
Copy link
Contributor

hgy59 commented Oct 17, 2024

BTW all bind tools were affected (arpaname, delv, dig, mdig)

@toaster
Copy link
Author

toaster commented Oct 17, 2024

Thank you very much. 2.4-19 works fine!

@toaster toaster closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants