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

Segmentation fault #339

Open
1 task done
TerrorSource opened this issue Aug 5, 2024 · 3 comments
Open
1 task done

Segmentation fault #339

TerrorSource opened this issue Aug 5, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@TerrorSource
Copy link

Is there already an issue for your problem?

  • I have checked older issues, open and closed

NZBGet Version

v24.2-stable

Platform

Linux/Docker

Environment

Portainer on:
QNAP
OS Information: linux x86_64 QTS 5.1.7 (20240520)
Kernel Version: 5.10.60-qnap
Total CPU: 4
Total memory: 33.4 GB

Current Behavior

Docker image of nzbge.com does not fully load, web interface is not reachable as well

[INFO] nzbget 24.1 server-mode
[INFO] Pausing download before post-processing
[INFO] Checking pars for xx
[INFO] Verifying xx/xx
[INFO] Loading file xx.vol003+004.par2
[INFO] Recovery files created by: Created by par2cmdline version 0.4.
Segmentation fault

Expected Behavior

Webinterface should load and nzbget should not restart

Steps To Reproduce

In Portainer, i've created a Stack and deployed the nzbget.com image with the following docker compose:

version: "3" services: nzbget: container_name: nzbgetcom image: nzbgetcom/nzbget:latest restart: always network_mode: bridge environment: - TZ=Europe/Amsterdam ports: - 6789:6789 volumes: - /share/CACHEDEV1_DATA/Docker/nzbget:/config - /share/CACHEDEV1_DATA/Downloads:/downloads

Logs

No response

Extra information

No response

@TerrorSource TerrorSource added the bug Something isn't working label Aug 5, 2024
@dnzbk
Copy link
Collaborator

dnzbk commented Aug 5, 2024

According to the logs, you are using v24.1 and not the v24.2 you specified, right?
Could you send the NZB file to my email ([email protected]) so I can try to reproduce the issue?

@dnzbk dnzbk self-assigned this Aug 6, 2024
@TerrorSource
Copy link
Author

According to the logs, you are using v24.1 and not the v24.2 you specified, right? Could you send the NZB file to my email ([email protected]) so I can try to reproduce the issue?

Hi Denis, what logs do you need/want?

I've recreated the docker image with 24.2 and i now see the following messages in my docker logs:

[INFO] nzbget 24.2 server-mode
[INFO] using /config/nzbget.conf
[INFO] nzbget runs on 0.0.0.0:6789
Segmentation fault
[INFO] nzbget 24.2 server-mode
[INFO] using /config/nzbget.conf
[INFO] nzbget runs on 0.0.0.0:6789
Segmentation fault

@dnzbk
Copy link
Collaborator

dnzbk commented Aug 27, 2024

Hi,

what logs do you need/want?

Unfortunately, you can't provide with additional logs, as this requires a Debug build.

I've recreated the docker image with 24.2 and i now see the following messages in my docker logs:
...

So the application crashes even on the first run, not on the repair or unpack step as I can see.
Is this a freshly installed version with default nzbget.conf, or are you already using your own nzbget.conf?

Could you try installing and testing a non-docker version?
QNAP packages
Instructions

I will consider providing debug builds or something else to speed up troubleshooting in situations like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants