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

[Bug] Container Crashed When Searching External Hard Drive (Mac) #36

Open
jwheeler31 opened this issue Jul 18, 2024 · 1 comment · Fixed by qarmin/czkawka#1369
Open
Labels
bug Something isn't working

Comments

@jwheeler31
Copy link

Current Behavior

Through the provided web UI, once I click the begin the search for duplicates, a random crash occurs.

Expected Behavior

I expect the whole comparison operation to complete.

Steps To Reproduce

Using an NTFS-formatted drive, on a Mac (I use Tuxera), bind /storage to /Volumes/My External Drive and config to /Users/My User/config folder to /config. Put two large folders for comparison in My External Drive. Run comparison operation.

Environment

  • OS: macOS
  • OS version: Sonoma 14.5 (23F79)
  • CPU: Apple M1 Max
  • Docker version: Docker Desktop 4.25.2 (129061)
  • Device model: macOS
  • Browser/OS: Safari Version 17.5 (19618.2.12.11.6)/macOS

Container creation

Through the Docker Desktop UI.
Screenshot 2024-07-18 at 4 00 56 PM

Container log

2024-07-18 15:30:46 [init        ] container is starting...
2024-07-18 15:30:46 [cont-env    ] loading container environment variables...
2024-07-18 15:30:46 [cont-env    ] APP_NAME: loading...
2024-07-18 15:30:46 [cont-env    ] APP_VERSION: loading...
2024-07-18 15:30:46 [cont-env    ] DISPLAY: executing...
2024-07-18 15:30:46 [cont-env    ] DISPLAY: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] DISPLAY: loading...
2024-07-18 15:30:46 [cont-env    ] DOCKER_IMAGE_PLATFORM: loading...
2024-07-18 15:30:46 [cont-env    ] DOCKER_IMAGE_VERSION: loading...
2024-07-18 15:30:46 [cont-env    ] EGL_LOG_LEVEL: executing...
2024-07-18 15:30:46 [cont-env    ] EGL_LOG_LEVEL: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] EGL_LOG_LEVEL: loading...
2024-07-18 15:30:46 [cont-env    ] GSK_RENDERER: executing...
2024-07-18 15:30:46 [cont-env    ] GSK_RENDERER: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] GSK_RENDERER: loading...
2024-07-18 15:30:46 [cont-env    ] GTK2_RC_FILES: executing...
2024-07-18 15:30:46 [cont-env    ] GTK2_RC_FILES: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] GTK2_RC_FILES: not setting variable.
2024-07-18 15:30:46 [cont-env    ] GTK_THEME: executing...
2024-07-18 15:30:46 [cont-env    ] GTK_THEME: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] GTK_THEME: not setting variable.
2024-07-18 15:30:46 [cont-env    ] HOME: loading...
2024-07-18 15:30:46 [cont-env    ] LIBGL_DRIVERS_PATH: executing...
2024-07-18 15:30:46 [cont-env    ] LIBGL_DRIVERS_PATH: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] LIBGL_DRIVERS_PATH: loading...
2024-07-18 15:30:46 [cont-env    ] PULSE_CONFIG_PATH: executing...
2024-07-18 15:30:46 [cont-env    ] PULSE_CONFIG_PATH: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] PULSE_CONFIG_PATH: not setting variable.
2024-07-18 15:30:46 [cont-env    ] PULSE_COOKIE: executing...
2024-07-18 15:30:46 [cont-env    ] PULSE_COOKIE: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] PULSE_COOKIE: not setting variable.
2024-07-18 15:30:46 [cont-env    ] PULSE_SERVER: executing...
2024-07-18 15:30:46 [cont-env    ] PULSE_SERVER: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] PULSE_SERVER: not setting variable.
2024-07-18 15:30:46 [cont-env    ] QT_STYLE_OVERRIDE: executing...
2024-07-18 15:30:46 [cont-env    ] QT_STYLE_OVERRIDE: terminated successfully.
2024-07-18 15:30:46 [cont-env    ] QT_STYLE_OVERRIDE: not setting variable.
2024-07-18 15:30:46 [cont-env    ] TAKE_CONFIG_OWNERSHIP: loading...
2024-07-18 15:30:46 [cont-env    ] XDG_CACHE_HOME: loading...
2024-07-18 15:30:46 [cont-env    ] XDG_CONFIG_HOME: loading...
2024-07-18 15:30:46 [cont-env    ] XDG_DATA_HOME: loading...
2024-07-18 15:30:46 [cont-env    ] XDG_RUNTIME_DIR: loading...
2024-07-18 15:30:46 [cont-env    ] XDG_STATE_HOME: loading...
2024-07-18 15:30:46 [cont-env    ] container environment variables initialized.
2024-07-18 15:30:46 [cont-secrets] loading container secrets...
2024-07-18 15:30:46 [cont-secrets] container secrets loaded.
2024-07-18 15:30:46 [cont-init   ] executing container initialization scripts...
2024-07-18 15:30:46 [cont-init   ] 10-certs.sh: executing...
2024-07-18 15:30:46 [cont-init   ] 10-certs.sh: terminated successfully.
2024-07-18 15:30:46 [cont-init   ] 10-check-app-niceness.sh: executing...
2024-07-18 15:30:46 [cont-init   ] 10-check-app-niceness.sh: terminated successfully.
2024-07-18 15:30:46 [cont-init   ] 10-clean-logmonitor-states.sh: executing...
2024-07-18 15:30:46 [cont-init   ] 10-clean-logmonitor-states.sh: terminated successfully.
2024-07-18 15:30:46 [cont-init   ] 10-clean-tmp-dir.sh: executing...
2024-07-18 15:30:46 [cont-init   ] 10-clean-tmp-dir.sh: terminated successfully.
2024-07-18 15:30:46 [cont-init   ] 10-fontconfig-cache-dir.sh: executing...
2024-07-18 15:30:46 [cont-init   ] 10-fontconfig-cache-dir.sh: terminated successfully.
2024-07-18 15:30:46 [cont-init   ] 10-init-users.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-init-users.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-nginx.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-nginx.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-openbox.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-openbox.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-pkgs-mirror.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-pkgs-mirror.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-pulse.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-pulse.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-set-tmp-dir-perms.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-set-tmp-dir-perms.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-vnc-password.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-vnc-password.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-web-data.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-web-data.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-webauth.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-webauth.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-x11-unix.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-x11-unix.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 10-xdg-runtime-dir.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 15-cjk-font.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 15-cjk-font.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 15-install-pkgs.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 15-install-pkgs.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 55-czkawka.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 55-czkawka.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 85-take-config-ownership.sh: executing...
2024-07-18 15:30:47 [cont-init   ] 85-take-config-ownership.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] 89-info.sh: executing...
2024-07-18 15:30:47     ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
2024-07-18 15:30:47     │                                                                      │
2024-07-18 15:30:47     │ Application:           Czkawka                                       │
2024-07-18 15:30:47     │ Application Version:   7.0.0                                         │
2024-07-18 15:30:47     │ Docker Image Version:  24.07.1                                       │
2024-07-18 15:30:47     │ Docker Image Platform: linux/arm64                                   │
2024-07-18 15:30:47     │                                                                      │
2024-07-18 15:30:47     ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
2024-07-18 15:30:47 [cont-init   ] 89-info.sh: terminated successfully.
2024-07-18 15:30:47 [cont-init   ] all container initialization scripts executed.
2024-07-18 15:30:47 [init        ] giving control to process supervisor.
2024-07-18 15:30:47 [supervisor  ] loading services...
2024-07-18 15:30:47 [supervisor  ] loading service 'default'...
2024-07-18 15:30:47 [supervisor  ] loading service 'logrotate'...
2024-07-18 15:30:47 [supervisor  ] loading service 'logmonitor'...
2024-07-18 15:30:47 [supervisor  ] service 'logmonitor' is disabled.
2024-07-18 15:30:47 [supervisor  ] loading service 'app'...
2024-07-18 15:30:47 [supervisor  ] loading service 'gui'...
2024-07-18 15:30:47 [supervisor  ] loading service 'pulseaudio'...
2024-07-18 15:30:47 [supervisor  ] service 'pulseaudio' is disabled.
2024-07-18 15:30:47 [supervisor  ] loading service 'xcompmgr'...
2024-07-18 15:30:47 [supervisor  ] loading service 'openbox'...
2024-07-18 15:30:47 [supervisor  ] loading service 'xvnc'...
2024-07-18 15:30:47 [supervisor  ] loading service 'nginx'...
2024-07-18 15:30:47 [supervisor  ] loading service 'webauth'...
2024-07-18 15:30:47 [supervisor  ] service 'webauth' is disabled.
2024-07-18 15:30:47 [supervisor  ] loading service 'certsmonitor'...
2024-07-18 15:30:47 [supervisor  ] service 'certsmonitor' is disabled.
2024-07-18 15:30:47 [supervisor  ] loading service 'audiorecorder'...
2024-07-18 15:30:47 [supervisor  ] service 'audiorecorder' is disabled.
2024-07-18 15:30:47 [supervisor  ] all services loaded.
2024-07-18 15:30:47 [supervisor  ] starting services...
2024-07-18 15:30:47 [supervisor  ] starting service 'xvnc'...
2024-07-18 15:30:47 [xvnc        ] Xvnc TigerVNC 1.13.1 - built Jun 29 2024 04:32:36
2024-07-18 15:30:47 [xvnc        ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)
2024-07-18 15:30:47 [xvnc        ] See https://www.tigervnc.org for information on TigerVNC.
2024-07-18 15:30:47 [xvnc        ] Underlying X server release 12014000
2024-07-18 15:30:47 [xvnc        ] Thu Jul 18 21:30:47 2024
2024-07-18 15:30:47 [xvnc        ]  vncext:      VNC extension running!
2024-07-18 15:30:47 [xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)
2024-07-18 15:30:47 [xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900
2024-07-18 15:30:47 [xvnc        ]  vncext:      created VNC server for screen 0
2024-07-18 15:30:47 [supervisor  ] starting service 'openbox'...
2024-07-18 15:30:48 [supervisor  ] starting service 'xcompmgr'...
2024-07-18 15:30:48 [supervisor  ] starting service 'nginx'...
2024-07-18 15:30:48 [nginx       ] Listening for HTTP connections on port 5800.
2024-07-18 15:30:49 [supervisor  ] starting service 'app'...
2024-07-18 15:30:49 [app         ] 21:30:49.620 [INFO] czkawka_core::common: App version: 7.0.0, release mode, rust 1.76.0 (2024-02-04), os Alpine Linux 3.19.2 [aarch64 64-bit], 10 cpu/threads
2024-07-18 15:30:49 [supervisor  ] all services started.
2024-07-18 15:30:49 [app         ] 21:30:49.754 [INFO] czkawka_gui: Set thread number to 10
2024-07-18 15:30:54 [xvnc        ] Thu Jul 18 21:30:54 2024
2024-07-18 15:30:54 [xvnc        ]  Connections: accepted: /tmp/vnc.sock
2024-07-18 15:30:54 [xvnc        ]  SConnection: Client needs protocol version 3.8
2024-07-18 15:30:54 [xvnc        ]  SConnection: Client requests security type None(1)
2024-07-18 15:30:54 [xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
2024-07-18 15:30:54 [xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888
2024-07-18 15:30:56 [app         ] 21:30:56.846 [INFO] czkawka_core::duplicate: find_duplicates
2024-07-18 15:32:07 [xvnc        ] Thu Jul 18 21:32:07 2024
2024-07-18 15:32:07 [xvnc        ]  Timer:       gettimeofday is broken...
2024-07-18 15:48:39 [app         ] thread '<unnamed>' panicked at czkawka_core/src/common.rs:568:51:
2024-07-18 15:48:39 [app         ] called `Result::unwrap()` on an `Err` value: SystemTimeError(12.101889ms)
2024-07-18 15:48:39 [app         ] stack backtrace:
2024-07-18 15:48:39 [app         ]    0:     0xaaaab430fd44 - <unknown>
2024-07-18 15:48:39 [app         ]    1:     0xaaaab3e6ac80 - <unknown>
2024-07-18 15:48:39 [app         ]    2:     0xaaaab430c068 - <unknown>
2024-07-18 15:48:39 [app         ]    3:     0xaaaab430fb80 - <unknown>
2024-07-18 15:48:39 [app         ]    4:     0xaaaab4311200 - <unknown>
2024-07-18 15:48:39 [app         ]    5:     0xaaaab4310f20 - <unknown>
2024-07-18 15:48:39 [app         ]    6:     0xaaaab431175c - <unknown>
2024-07-18 15:48:39 [app         ]    7:     0xaaaab431151c - <unknown>
2024-07-18 15:48:39 [app         ]    8:     0xaaaab43101b8 - <unknown>
2024-07-18 15:48:39 [app         ]    9:     0xaaaab43112d0 - <unknown>
2024-07-18 15:48:39 [app         ]   10:     0xaaaab3e687ec - <unknown>
2024-07-18 15:48:39 [app         ]   11:     0xaaaab3e68b5c - <unknown>
2024-07-18 15:48:39 [app         ]   12:     0xaaaab3ea4814 - <unknown>
2024-07-18 15:48:39 [app         ]   13:     0xaaaab3eb1128 - <unknown>
2024-07-18 15:48:39 [app         ]   14:     0xaaaab4315e8c - <unknown>
2024-07-18 15:48:39 [app         ]   15:     0xffff9dbc3118 - <unknown>
2024-07-18 15:48:39 [supervisor  ] service 'app' exited (got signal SIGABRT).
2024-07-18 15:48:39 [supervisor  ] service 'app' exited, shutting down...
2024-07-18 15:48:39 [supervisor  ] stopping service 'nginx'...
2024-07-18 15:48:39 [xvnc        ] Thu Jul 18 21:48:39 2024
2024-07-18 15:48:39 [xvnc        ]  VNCSConnST:  closing /tmp/vnc.sock: Clean disconnection
2024-07-18 15:48:39 [xvnc        ]  EncodeManager: Framebuffer updates: 6214
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:   Tight:
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:     Solid: 103 rects, 5.03676 Mpixels
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:            1.60938 KiB (1:12225.9 ratio)
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:     Bitmap RLE: 53 rects, 48.243 kpixels
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:                 1.50488 KiB (1:125.638 ratio)
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:     Indexed RLE: 4.778 krects, 1.13652 Mpixels
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:                  703.339 KiB (1:6.3917 ratio)
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:   Tight (JPEG):
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:     Full Colour: 5.378 krects, 7.36132 Mpixels
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:                  14.4496 MiB (1:1.94765 ratio)
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:   Total: 10.312 krects, 13.5828 Mpixels
2024-07-18 15:48:39 [xvnc        ]  EncodeManager:          15.1395 MiB (1:3.43026 ratio)
2024-07-18 15:48:39 [xvnc        ]  Connections: closed: /tmp/vnc.sock
2024-07-18 15:48:39 [xvnc        ]  ComparingUpdateTracker: 6.20836 Gpixels in / 7.76368 Mpixels out
2024-07-18 15:48:39 [xvnc        ]  ComparingUpdateTracker: (1:799.667 ratio)
2024-07-18 15:48:39 [supervisor  ] service 'nginx' exited (with status 0).
2024-07-18 15:48:39 [supervisor  ] stopping service 'xcompmgr'...
2024-07-18 15:48:40 [supervisor  ] service 'xcompmgr' exited (got signal SIGTERM).
2024-07-18 15:48:40 [supervisor  ] stopping service 'openbox'...
2024-07-18 15:48:40 [supervisor  ] service 'openbox' exited (with status 0).
2024-07-18 15:48:40 [supervisor  ] stopping service 'xvnc'...
2024-07-18 15:48:40 [xvnc        ] Thu Jul 18 21:48:40 2024
2024-07-18 15:48:40 [xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
2024-07-18 15:48:40 [xvnc        ]  ComparingUpdateTracker: (1:nan ratio)
2024-07-18 15:48:40 [supervisor  ] service 'xvnc' exited (with status 0).
2024-07-18 15:48:40 [supervisor  ] sending SIGTERM to all processes...
2024-07-18 15:48:40 [finish      ] executing container finish scripts...
2024-07-18 15:48:40 [finish      ] all container finish scripts executed.

Container inspect

{
	"Id": "4d8dad1c59a00cfe6adc8da59de8c2582f39be3dc5f99da4b756662e4fd4457e",
	"Created": "2024-07-18T21:30:46.803913671Z",
	"Path": "/init",
	"Args": [],
	"State": {
		"Status": "exited",
		"Running": false,
		"Paused": false,
		"Restarting": false,
		"OOMKilled": false,
		"Dead": false,
		"Pid": 0,
		"ExitCode": 134,
		"Error": "",
		"StartedAt": "2024-07-18T21:30:46.935069046Z",
		"FinishedAt": "2024-07-18T21:48:40.8541465Z"
	},
	"Image": "sha256:9b50d0d9bc4111fd3e78148c81b0424b6ab4dac3f651ad4d9d536f26bf2b4ea8",
	"ResolvConfPath": "/var/lib/docker/containers/4d8dad1c59a00cfe6adc8da59de8c2582f39be3dc5f99da4b756662e4fd4457e/resolv.conf",
	"HostnamePath": "/var/lib/docker/containers/4d8dad1c59a00cfe6adc8da59de8c2582f39be3dc5f99da4b756662e4fd4457e/hostname",
	"HostsPath": "/var/lib/docker/containers/4d8dad1c59a00cfe6adc8da59de8c2582f39be3dc5f99da4b756662e4fd4457e/hosts",
	"LogPath": "/var/lib/docker/containers/4d8dad1c59a00cfe6adc8da59de8c2582f39be3dc5f99da4b756662e4fd4457e/4d8dad1c59a00cfe6adc8da59de8c2582f39be3dc5f99da4b756662e4fd4457e-json.log",
	"Name": "/czkawka3",
	"RestartCount": 0,
	"Driver": "overlay2",
	"Platform": "linux",
	"MountLabel": "",
	"ProcessLabel": "",
	"AppArmorProfile": "",
	"ExecIDs": null,
	"HostConfig": {
		"Binds": [
			"/Users/kalmiya/czkawka:/config",
			"/Volumes/Temp Comparison:/storage"
		],
		"ContainerIDFile": "",
		"LogConfig": {
			"Type": "json-file",
			"Config": {}
		},
		"NetworkMode": "default",
		"PortBindings": {
			"5800/tcp": [
				{
					"HostIp": "0.0.0.0",
					"HostPort": "5800"
				}
			],
			"5900/tcp": [
				{
					"HostIp": "0.0.0.0",
					"HostPort": "5900"
				}
			]
		},
		"RestartPolicy": {
			"Name": "",
			"MaximumRetryCount": 0
		},
		"AutoRemove": false,
		"VolumeDriver": "",
		"VolumesFrom": null,
		"ConsoleSize": [
			0,
			0
		],
		"CapAdd": null,
		"CapDrop": null,
		"CgroupnsMode": "private",
		"Dns": null,
		"DnsOptions": null,
		"DnsSearch": null,
		"ExtraHosts": null,
		"GroupAdd": null,
		"IpcMode": "private",
		"Cgroup": "",
		"Links": null,
		"OomScoreAdj": 0,
		"PidMode": "",
		"Privileged": false,
		"PublishAllPorts": false,
		"ReadonlyRootfs": false,
		"SecurityOpt": null,
		"UTSMode": "",
		"UsernsMode": "",
		"ShmSize": 67108864,
		"Runtime": "runc",
		"Isolation": "",
		"CpuShares": 0,
		"Memory": 0,
		"NanoCpus": 0,
		"CgroupParent": "",
		"BlkioWeight": 0,
		"BlkioWeightDevice": null,
		"BlkioDeviceReadBps": null,
		"BlkioDeviceWriteBps": null,
		"BlkioDeviceReadIOps": null,
		"BlkioDeviceWriteIOps": null,
		"CpuPeriod": 0,
		"CpuQuota": 0,
		"CpuRealtimePeriod": 0,
		"CpuRealtimeRuntime": 0,
		"CpusetCpus": "",
		"CpusetMems": "",
		"Devices": null,
		"DeviceCgroupRules": null,
		"DeviceRequests": null,
		"MemoryReservation": 0,
		"MemorySwap": 0,
		"MemorySwappiness": null,
		"OomKillDisable": null,
		"PidsLimit": null,
		"Ulimits": null,
		"CpuCount": 0,
		"CpuPercent": 0,
		"IOMaximumIOps": 0,
		"IOMaximumBandwidth": 0,
		"MaskedPaths": [
			"/proc/asound",
			"/proc/acpi",
			"/proc/kcore",
			"/proc/keys",
			"/proc/latency_stats",
			"/proc/timer_list",
			"/proc/timer_stats",
			"/proc/sched_debug",
			"/proc/scsi",
			"/sys/firmware"
		],
		"ReadonlyPaths": [
			"/proc/bus",
			"/proc/fs",
			"/proc/irq",
			"/proc/sys",
			"/proc/sysrq-trigger"
		]
	},
	"GraphDriver": {
		"Data": {
			"LowerDir": "/var/lib/docker/overlay2/9465ffb35566c0f45388f43e657f3962b8063f10f23bece470ff4f3052b6927b-init/diff:/var/lib/docker/overlay2/820a57c1f964a44ef6db8f13b49a189d77038badb617ad1e251c1c99080bf944/diff:/var/lib/docker/overlay2/e5dd590f4400aa0abc09e2055b7d07af3e371f11e581b5067d0ab5751f1999b2/diff:/var/lib/docker/overlay2/b71863d2919754a8c6cf7f30749fdd962844ce8595cb99abda88f37bb1ab8a5e/diff:/var/lib/docker/overlay2/f6aa08cde5e7f8c2cc9d490515abe596b1d595e527fc7ba37a7a0ec084a0acbe/diff:/var/lib/docker/overlay2/f8ab539a2efd94159b0c2d51e0a747b93f029fce24a3d00c4cf5a0df4f4ac209/diff:/var/lib/docker/overlay2/73649b6f40868f2eb26b3725fa68becbbfd49f9ffe7579de1d80e596428c3cc4/diff:/var/lib/docker/overlay2/c1962d7908f6d124fd5369475642b1b6897ab5b196b5f206f2dbd03a123730ba/diff:/var/lib/docker/overlay2/c73dec7c63d2dbd42b3b22e361c6dce8f874ef24a5d6aacd1229c9f16f5d66d2/diff:/var/lib/docker/overlay2/d932f16ba745b4c1c92f5db5a06780b81cef6fbc2e139206e0c639707d430e70/diff:/var/lib/docker/overlay2/0f1dcad6678b4d6fedb2d981a2b1b7ee5e03ab16a99886e85c9367e84c802fe3/diff:/var/lib/docker/overlay2/500821eee1cc5c73e022c03b248e86265f4bfbacc35f50b030b686456b5efe77/diff:/var/lib/docker/overlay2/0a9cd6c9c5b7550e2bed243f5046f3ddab294ab4837e7f7a430267ac7918af2a/diff:/var/lib/docker/overlay2/852ca2a3595b7318826bf68001451683319ccf894ffe81404a922995e5458ee5/diff:/var/lib/docker/overlay2/b02c91b303d7b3895a9fc774928161a737ed54f033aff8151cd42660a282c323/diff:/var/lib/docker/overlay2/e182e9520e066b9454fab7f106ecff86c5441f5a8f68d50a71e3c29e10377dd0/diff:/var/lib/docker/overlay2/4ecf6f1599ac46c2a0df9b71b0751e4c1d985b08f384a7399563e0690b5ae7c1/diff:/var/lib/docker/overlay2/03d0f27765ef39977c85e785c20824130b2ced6f141d52ae214f1eb43f3670db/diff:/var/lib/docker/overlay2/06da4e98c4dd6443ab290dc1764c7085fad81590878b25d760358fa587834b87/diff:/var/lib/docker/overlay2/4a1fed5d9f101674954fc062a1cdbf875091186f80ebc3c968824983383c0117/diff:/var/lib/docker/overlay2/7a19e2975787b123d4bdf01cd8a12b3f578d6e9d0491cc8ac25de7c3d7f609f8/diff:/var/lib/docker/overlay2/c611e41d198139ee23d8975445cdb422fa41ad22d373cf32b98631a6923e638a/diff:/var/lib/docker/overlay2/f42562602cb36db43207f337028c3b5e6181870a00cb66f781715816cc8f5634/diff:/var/lib/docker/overlay2/f3cba2388de71fa64a383407d004eea33da684949a5106c90a106e8a363776be/diff:/var/lib/docker/overlay2/510b8d458da101a3786645e8d575bb22fd5171e9b5c25376b260d380b91ca221/diff:/var/lib/docker/overlay2/16dfc8adc0657cbc8a97b5c4288b05132aca2778d363469e7d1c8b59aa1540ee/diff:/var/lib/docker/overlay2/470617a321e81ec183f36d4bb13348c245a807726396c0a099dd46a1b393aa8f/diff:/var/lib/docker/overlay2/fc82e11ca09ed89d217f48aaac5544d757491edcc7114f9bda1c0700bad4e9c1/diff:/var/lib/docker/overlay2/b234519110a27c5dc88dc5377f06ea1e5ff185895b7d13360e20610bd935f74e/diff:/var/lib/docker/overlay2/994dd2f8ba9daae63b10152d9b323527dab48bcd42d2512042e939f3db9d91df/diff:/var/lib/docker/overlay2/f7bb271fb7a7de2b5e0003e7a5ef6faf01d52e9ee64a0863b38903ac689c0a07/diff:/var/lib/docker/overlay2/7abc26df572d1e23373ddba99ed1a4d8a8615bc5b6526c8c3b1cf9e16d73c9ac/diff:/var/lib/docker/overlay2/0b5a921d98529ddde8af5fb6461e5ed975abd21d44bf99a5d22df0b714e2cdd2/diff:/var/lib/docker/overlay2/1449cf3b8f7b39c614c41aae27a09ac48c7b30c567fd470675f063010a6542c0/diff:/var/lib/docker/overlay2/604d28de02563f2ceb2390ee217b35063928ec975ed4cba50cfe7b677d0af39b/diff:/var/lib/docker/overlay2/be4ae11dc4232b0234fb89d0d064ecb0cf2c2897b540d0035ea857bb5b8628c8/diff:/var/lib/docker/overlay2/db0ca9cb630963febef8e99289a70a45909c017c84f19f3f3a0693dd80874134/diff:/var/lib/docker/overlay2/f0e2055e163be9dd8b97ffeda3c1d4978c90dcb720cc106c5e054c3823d0d7cd/diff:/var/lib/docker/overlay2/9ce8fdf204df3b1b175b0d0cd1b102fe9539d57d00f3dde591d40059ea30c3c1/diff:/var/lib/docker/overlay2/a0090c8c0e8eecf7d867ef06efb2ddeb477961b81328ee8ca38c7e7e81ad5052/diff:/var/lib/docker/overlay2/4a0d83dc6f2685fd04268dab3dd97834307631430b1042156db547ec72bc6595/diff:/var/lib/docker/overlay2/1ad68987640d0f8c8caf93e94ca718d90611f9af738856d8be34bd291d978bfe/diff:/var/lib/docker/overlay2/754cc5c7dffc29d8e844493f0e92906290ae96fe8af4bf53dd2db3633e3b0c90/diff",
			"MergedDir": "/var/lib/docker/overlay2/9465ffb35566c0f45388f43e657f3962b8063f10f23bece470ff4f3052b6927b/merged",
			"UpperDir": "/var/lib/docker/overlay2/9465ffb35566c0f45388f43e657f3962b8063f10f23bece470ff4f3052b6927b/diff",
			"WorkDir": "/var/lib/docker/overlay2/9465ffb35566c0f45388f43e657f3962b8063f10f23bece470ff4f3052b6927b/work"
		},
		"Name": "overlay2"
	},
	"Mounts": [
		{
			"Type": "bind",
			"Source": "/Users/kalmiya/czkawka",
			"Destination": "/config",
			"Mode": "",
			"RW": true,
			"Propagation": "rprivate"
		},
		{
			"Type": "bind",
			"Source": "/Volumes/Temp Comparison",
			"Destination": "/storage",
			"Mode": "",
			"RW": true,
			"Propagation": "rprivate"
		}
	],
	"Config": {
		"Hostname": "4d8dad1c59a0",
		"Domainname": "",
		"User": "",
		"AttachStdin": false,
		"AttachStdout": false,
		"AttachStderr": false,
		"ExposedPorts": {
			"5800/tcp": {},
			"5900/tcp": {}
		},
		"Tty": false,
		"OpenStdin": false,
		"StdinOnce": false,
		"Env": [
			"RUST_BACKTRACE=full",
			"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/base/sbin:/opt/base/bin",
			"ENV=/root/.docker_rc",
			"USER_ID=1000",
			"GROUP_ID=1000",
			"SUP_GROUP_IDS=",
			"UMASK=0022",
			"LANG=en_US.UTF-8",
			"TZ=Etc/UTC",
			"KEEP_APP_RUNNING=0",
			"APP_NICENESS=0",
			"INSTALL_PACKAGES=",
			"PACKAGES_MIRROR=",
			"CONTAINER_DEBUG=0",
			"DISPLAY_WIDTH=1920",
			"DISPLAY_HEIGHT=1080",
			"DARK_MODE=0",
			"SECURE_CONNECTION=0",
			"SECURE_CONNECTION_VNC_METHOD=SSL",
			"SECURE_CONNECTION_CERTS_CHECK_INTERVAL=60",
			"WEB_LISTENING_PORT=5800",
			"VNC_LISTENING_PORT=5900",
			"VNC_PASSWORD=",
			"ENABLE_CJK_FONT=0",
			"WEB_AUDIO=0",
			"WEB_AUTHENTICATION=0",
			"WEB_AUTHENTICATION_DEFAULT_USERNAME=",
			"WEB_AUTHENTICATION_DEFAULT_PASSWORD="
		],
		"Cmd": [
			"/init"
		],
		"Image": "jlesage/czkawka:latest",
		"Volumes": {
			"/config": {},
			"/storage": {}
		},
		"WorkingDir": "/tmp",
		"Entrypoint": null,
		"OnBuild": null,
		"Labels": {
			"org.label-schema.description": "Docker container for Czkawka",
			"org.label-schema.name": "czkawka",
			"org.label-schema.schema-version": "1.0",
			"org.label-schema.vcs-url": "https://github.com/jlesage/docker-czkawka",
			"org.label-schema.version": "24.07.1"
		}
	},
	"NetworkSettings": {
		"Bridge": "",
		"SandboxID": "e0bb152441b569a3f8c7aa5b192c13cf30f819e0092000d76e72f0a8f722afab",
		"HairpinMode": false,
		"LinkLocalIPv6Address": "",
		"LinkLocalIPv6PrefixLen": 0,
		"Ports": {},
		"SandboxKey": "/var/run/docker/netns/e0bb152441b5",
		"SecondaryIPAddresses": null,
		"SecondaryIPv6Addresses": null,
		"EndpointID": "",
		"Gateway": "",
		"GlobalIPv6Address": "",
		"GlobalIPv6PrefixLen": 0,
		"IPAddress": "",
		"IPPrefixLen": 0,
		"IPv6Gateway": "",
		"MacAddress": "",
		"Networks": {
			"bridge": {
				"IPAMConfig": null,
				"Links": null,
				"Aliases": null,
				"NetworkID": "dff38933e2b6d001142efbf1a5bed851a12692993458fe7eb815489d3878956a",
				"EndpointID": "",
				"Gateway": "",
				"IPAddress": "",
				"IPPrefixLen": 0,
				"IPv6Gateway": "",
				"GlobalIPv6Address": "",
				"GlobalIPv6PrefixLen": 0,
				"MacAddress": "",
				"DriverOpts": null
			}
		}
	}
}

Anything else?

The interesting part of the stack trace (note: as requested, the value for RUST_BACKTRACE was full):

2024-07-18 15:30:56 [app         ] 21:30:56.846 [INFO] czkawka_core::duplicate: find_duplicates
2024-07-18 15:32:07 [xvnc        ] Thu Jul 18 21:32:07 2024
2024-07-18 15:32:07 [xvnc        ]  Timer:       gettimeofday is broken...
2024-07-18 15:48:39 [app         ] thread '<unnamed>' panicked at czkawka_core/src/common.rs:568:51:
2024-07-18 15:48:39 [app         ] called `Result::unwrap()` on an `Err` value: SystemTimeError(12.101889ms)
2024-07-18 15:48:39 [app         ] stack backtrace:
2024-07-18 15:48:39 [app         ]    0:     0xaaaab430fd44 - <unknown>
2024-07-18 15:48:39 [app         ]    1:     0xaaaab3e6ac80 - <unknown>
2024-07-18 15:48:39 [app         ]    2:     0xaaaab430c068 - <unknown>
2024-07-18 15:48:39 [app         ]    3:     0xaaaab430fb80 - <unknown>
2024-07-18 15:48:39 [app         ]    4:     0xaaaab4311200 - <unknown>
2024-07-18 15:48:39 [app         ]    5:     0xaaaab4310f20 - <unknown>
2024-07-18 15:48:39 [app         ]    6:     0xaaaab431175c - <unknown>
2024-07-18 15:48:39 [app         ]    7:     0xaaaab431151c - <unknown>
2024-07-18 15:48:39 [app         ]    8:     0xaaaab43101b8 - <unknown>
2024-07-18 15:48:39 [app         ]    9:     0xaaaab43112d0 - <unknown>
2024-07-18 15:48:39 [app         ]   10:     0xaaaab3e687ec - <unknown>
2024-07-18 15:48:39 [app         ]   11:     0xaaaab3e68b5c - <unknown>
2024-07-18 15:48:39 [app         ]   12:     0xaaaab3ea4814 - <unknown>
2024-07-18 15:48:39 [app         ]   13:     0xaaaab3eb1128 - <unknown>
2024-07-18 15:48:39 [app         ]   14:     0xaaaab4315e8c - <unknown>
2024-07-18 15:48:39 [app         ]   15:     0xffff9dbc3118 - <unknown>
@jwheeler31 jwheeler31 added the bug Something isn't working label Jul 18, 2024
@qarmin
Copy link

qarmin commented Oct 12, 2024

Fixed by qarmin/czkawka#1369 (it will be available in next czkawka version 8.1.0 or 9.0.0)

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

Successfully merging a pull request may close this issue.

2 participants