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

ReplaySorcery Spams in the syslog after Pulseaudio restarted #92

Closed
Gladox114 opened this issue Jan 7, 2021 · 1 comment
Closed

ReplaySorcery Spams in the syslog after Pulseaudio restarted #92

Gladox114 opened this issue Jan 7, 2021 · 1 comment
Labels
bug Something isn't working fixable A bug with a proposed solution

Comments

@Gladox114
Copy link

Gladox114 commented Jan 7, 2021

Describe the bug
I restarted pulseaudio a few times and got a message 2 hours later or so saying that my root system is full. The syslog was 120GB large and with sudo tail -n20 /var/log/syslog I can only see ReplaySorcery saying something about pulseaudio multiple times repeating within the same second.

Desktop:

  • Distro: Pop!_OS 20.10
  • Desktop Environment: Gnome

Logs:

Syslog

Jan 7 00:40:47 pop-os replay-sorcery[4279]: Failed to setup PulseAudio stream
Jan 7 00:40:47 pop-os replay-sorcery[4279]: - /home/user/Workplace/github/ReplaySorcery/src/audio/pulsedev.c:176 (pulseDeviceRead)
Jan 7 00:40:47 pop-os replay-sorcery[4279]: - /home/user/Workplace/github/ReplaySorcery/src/audio/pulsedev.c:218 (pulseDeviceNextFrame)
Jan 7 00:40:47 pop-os replay-sorcery[4279]: - /home/user/Workplace/github/ReplaySorcery/src/audio/../device/device.h:34 (rsDeviceNextFrame)
Jan 7 00:40:47 pop-os replay-sorcery[4279]: - /home/user/Workplace/github/ReplaySorcery/src/audio/audio.c:30 (audioThread)
Jan 7 00:40:47 pop-os replay-sorcery[4279]: Failed to frame from audio device: Generic error in an external library

@matanui159
Copy link
Owner

Looks like I might have to do something similar to what I do for video where if reading a frame is failing it silences logs until it works again. Only concern is all logs will be silenced including video (due to FFmpeg only having one log context).

@matanui159 matanui159 added bug Something isn't working fixable A bug with a proposed solution labels Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixable A bug with a proposed solution
Projects
None yet
Development

No branches or pull requests

2 participants