-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Transmission client crashes randomly #4736
Comments
Hi, Do you have an external disk connected to your system? If yes it could be similar to this issue #4622 |
On the other hand, when it consumes 800 MiB+ RAM it may be a correct intermission of the OOM reaper, which also verifies the number " The question is why Transmissions consumes that much memory in the first place with <10 torrents. I remember there was an issue in the past, Stretch first, got resolved with Buster, then still rare reports on Buster, and now still on Bullseye? Transmission is aimed to be a very lightweight BitTorrent server, so these memory leaks break this aim 🤔. See: #2413 |
I'll mark this as closed due to outstanding reply. Feel free to reopen if the issue persists, especially when available system memory is actually sufficient. If it is indeed #4622, please continue discussion there. |
Creating a bug report/issue
Required Information
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=7
G_DIETPI_VERSION_SUB=5
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
G_LIVE_PATCH_STATUS[0]='applied'
Distro version |
echo $G_DISTRO_NAME
orcat /etc/debian_version
11.0
Kernel version |
uname -a
Linux MediaServer 5.10.60-v7l+ #1449 SMP Wed Aug 25 15:00:44 BST 2021 armv7l GNU/Linux
SBC model |
echo $G_HW_MODEL_NAME
or (EG: RPi3)RPi 4 Model B (armv7l)
Power supply used | (EG: 5V 1A RAVpower)
SDcard used | (EG: SanDisk ultra)
Sandisk flash drive
Additional Information (if applicable)
Software title | (EG: Nextcloud)
Transmission
Was the software title installed freshly or updated/migrated?
Fresh OS install
Can this issue be replicated on a fresh installation of DietPi?
Yes
Bug report ID |
echo $G_HW_UUID
25767c1a-8ba0-431e-a9f2-b4994f768d64
Hi!
I'm having an issue with Transmission on my Pi. Lately the client crashes all the time with very minimal active torrents(<10). I've noticed it consumes 800+ MB memory and all the sudden it becomes unresponsive.
In the log I've found the followings:
Sep 14 17:04:17 MediaServer transmission-daemon[3484]: [2021-09-14 17:04:17.344] XXX S01-S09 Piece 389, which was just downloaded, failed its checksum test (torrent.c:3466)
- a lot of theseSep 14 17:01:58 MediaServer transmission-daemon[3412]: [2021-09-14 17:01:58.621] XXX S01-S09 Piece 1574, which was just downloaded, failed its checksum test (torrent.c:3466)
- a lot of these...and when it crushes:
dmesg
I'm having the latest Transmission client. Could you please help me with this issue?
The text was updated successfully, but these errors were encountered: