nzbgetcom / nzbget

Efficient usenet downloader
https://nzbget.com
GNU General Public License v2.0
347 stars 16 forks source link

Segmentation fault #339

Open TerrorSource opened 3 months ago

TerrorSource commented 3 months ago

Is there already an issue for your problem?

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:

Logs

No response

Extra information

No response

dnzbk commented 3 months ago

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 (denis@nzbget.com) so I can try to reproduce the issue?

TerrorSource commented 2 months ago

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 (denis@nzbget.com) 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 commented 2 months ago

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.