-
Notifications
You must be signed in to change notification settings - Fork 109
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
Error on qnap armv7 ts-231p3 #152
Comments
Sorry, please link to the device product page to confirm your device model info. |
I used package of myqnap.org but same error and I try on docker .... same error |
What about official docker image? https://hub.docker.com/r/qbittorrentofficial/qbittorrent-nox |
I have tried in every possible way but I have always been an error despite changing the type of installation |
https://github.com/userdocs/qbittorrent-nox-static-test/releases/download/release-4.6.5_v2.0.10/armv7-qbittorrent-nox These are debug builds. You should be able to use a debugger like gdb to see the segfault info |
I have a qnap nas with alpine.... mmm The command is??? |
You will need to figure out how to get the stacktrace info, you have a build with the debug info you need. When you get it, post it here. |
In qnap dont run this binary 😭😭😭 |
if you don't run my binaries why is the issue here? |
I use your last link to download |
This I have tryed to run |
I don't know how to help you here. There seems to be a language barrier and I don't understand what's going on. 🤌🤌🤌 |
I read a little bit and maybe there is a resolution to the problem -- as written here --> alpinelinux/docker-alpine#342 the problem lies in the limit set ... |
That's the build script not the application. The binaries were already linked. The armv7 install info is here mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/armv7-qbittorrent-nox
chmod 700 ~/bin/qbittorrent-nox If this binary segfaults you use the debug builds with gdb to read the stacktrace.. mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static-test/releases/download/release-4.6.5_v2.0.10/armv7-qbittorrent-nox
chmod 700 ~/bin/qbittorrent-nox You need to do this and provide the info. None of the information you are posting is relevant to this project. |
I have already installed boost 1.85 from source ---> https://thelinuxcode.com/install-boost-cpp-ubuntu-22-04/ |
probably problem is |
If you are not using my binaries what can I do here? This docker issue is not related. If you provide debug info i'll reopen the issue. |
I used your binary.... in my same situation we are all ... I try all solution with same problem.. while 4.6.4 works without any problems |
do you have the step by step instructions to use gdb? on qnap and in general i don't know how i can help you out |
I found this. https://gitlab.alpinelinux.org/alpine/aports/-/issues/15167 This is probably the correct place to follow this issue. |
its only for the container app.... not for binary |
Ok, i will make a binary built under alpine 3.17 and we will see what happens. |
yesssssssssss thank you really on behalf of all of us who have TS-x31 series !and TS-x41 series !!! 😍😍😍😍😍 |
continue on the specific repo my feedback |
This update have a error
Segmentation fault
The text was updated successfully, but these errors were encountered: