#335: Setting system time causes Pulse Audio daemon to exit. ----------------------+----------------------------------------------------- Reporter: anstedt | Owner: lennart Type: defect | Status: closed Priority: normal | Milestone: 0.9.12 Component: daemon | Severity: normal Resolution: fixed | Keywords: time, daemon, exit, cpulimit ----------------------+----------------------------------------------------- Comment (by lennart):
I cannot remove the usage of CLOCK_MONOTONIC in the event loop handling due to API comnpat. However, for your specific problem only the CPU limiter matters, which you find in source:src/daemon/cpulimit.c which now uses pa_rtclock() (which is just a wrapper around CLOCK_MONOTONIC) instead of time(). Relevant change is r8e717875. -- Ticket URL: <http://pulseaudio.org/ticket/335#comment:4> PulseAudio <http://pulseaudio.org/> The PulseAudio Sound Server _______________________________________________ pulseaudio-tickets mailing list pulseaudio-tickets@mail.0pointer.de https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets