Ticket #312 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

[Patch] Weird error message: Error (Success)

Reported by: adi Assigned to:
Priority: trivial Milestone:
Component: generic Version: FFADO SVN (trunk)
Keywords: Cc:
The device the bug applies to:

Description

Forwarded from <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601660>

Error (PosixThread.cpp)[ 254] DropRealTime: Cannot switch to normal scheduling priority(Success)

Obviously, the "(Success)" is wrong.

The attached patch hopefully corrects this problem. (pthread_setschedparam has a return value. Explicitly use this one, there's no hidden errno, at least according to the manpage).

Attachments

error-success.patch (0.5 kB) - added by adi on 10/28/10 06:10:44.

Change History

10/28/10 06:10:44 changed by adi

  • attachment error-success.patch added.

12/04/10 03:55:55 changed by jwoithe

  • status changed from new to closed.
  • resolution set to fixed.

This should be fixed in r1926.