Skip to content

mksquashfs deadlock on writing stage #326

@fourdim

Description

@fourdim

Version: 4.7.2 (2025/08/18)
Command: mksquashfs ${1:-.} ${2:-${1:-out}.squashfs} -comp zstd -Xcompression-level 19 -b 1M
Folder characteristics: many small files
CPU utilization: 0 from htop

GDB attached on released version:
deadlock on

  • pthread_cond_wait * n
  • pthread_mutex_lock
  • sigtimedwait

#3  0x00007f666c10e53e in write () from /usr/lib/libc.so.6
#4  0x00007f666c08eb75 in _IO_file_write () from /usr/lib/libc.so.6
#5  0x00007f666c08c9b6 in ?? () from /usr/lib/libc.so.6
#6  0x00007f666c08edb1 in _IO_file_xsputn () from /usr/lib/libc.so.6

Detailed information with debug symbols will be provided probably next week.

Metadata

Metadata

Assignees

Labels

triageissue being assessed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions