You are not logged in.

#26 2025-03-27 21:25:29

midixinga
Member
Registered: 2014-01-18
Posts: 196

Re: Strange dockerd crashing bug when pulling images

New Docker version 28.0.4 obviously built with buggy version go 1.24 is still crashing, if I enable this simple script, running every minute:

#!/bin/bash
NGINXID=`docker ps | grep nginx | cut -d " " -f1`
docker cp /root/<simple-small-textfile> $NGINXID:/var/www/html

dockerd crashed 10 Minutes after reboot

Offline

#27 2025-03-27 21:49:42

loqs
Member
Registered: 2014-03-06
Posts: 18,433

Re: Strange dockerd crashing bug when pulling images

@midixinga as you can trivially reproduce why are you not bisecting the issue?

Offline

#28 2025-04-03 16:56:13

midixinga
Member
Registered: 2014-01-18
Posts: 196

Re: Strange dockerd crashing bug when pulling images

docker is stable now for two hours, using

Docker version 28.0.4, build b8034c0ed7

from Extra-Testing Repo:
https://archlinux.org/packages/extra-te … 64/docker/

Thanks a lot to all

Offline

#29 2025-04-03 19:56:09

meilon
Member
Registered: 2025-03-06
Posts: 3

Re: Strange dockerd crashing bug when pulling images

Also docker 1:28.0.4-2 has been released to regular extra, works fine for me!

Offline

#30 2025-04-04 08:58:08

mathes.s
Member
Registered: 2021-03-05
Posts: 5

Re: Strange dockerd crashing bug when pulling images

Updated to the new Version in extra, and up till now it is running without dumps. As for me the dumps happened more often in the nights and over a longer period of time, I will keep it on my watchlist.

Thanks for fixing this!

Mathias

Edit 5th of April, still no dumps I think it was fixed! Thanks!

Last edited by mathes.s (2025-04-05 09:08:56)

Offline

Board footer

Powered by FluxBB