View Issue Details

IDProjectCategoryView StatusLast Update
0008884ardourbugspublic2022-02-27 19:05
Reportergraymon Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platform Intel(R) Core(TM) i7-5557U CPU OS5.16.10-200.fc35.x86_64OS VersionFedora 35
Product Version6.9 
Summary0008884: continuous stream of recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
DescriptionMy system locks up regularly.


When I run strace /opt/Ardour-6.9.0/bin/ardour6

There is a constant stream of:
poll([{fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=0}, {fd=5, events=POLLIN|POLLPRI}], 4, 14) = 0 (Timeout)
recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=0}, {fd=5, events=POLLIN|POLLPRI}], 4, 2) = 0 (Timeout)
recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=0}, {fd=5, events=POLLIN|POLLPRI}], 4, 23) = 0 (Timeout)
recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=0}, {fd=5, events=POLLIN|POLLPRI}], 4, 14) = 0 (Timeout)
recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(7, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=0}, {fd=5, events=POLLIN|POLLPRI}], 4, 22^C) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
strace: Process 4677 detached
Steps To Reproducerun ardour from command line
Additional InformationI am running pipewire in F35 with everything updated.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-02-27 19:05 graymon New Issue