This is the mail archive of the pthreads-win32@sourceware.org mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Win32 pthread bugs


On 1/01/2011 5:47 AM, Mark Pizzolato - pthreads - win32 wrote:
The code in sched_setscheduler() and sched_getscheduler() each leaks a
handle which is opened, never used and then left open.

These should probably be fixed.

- Mark Pizzolato

This is now fixed in CVS. It affects calls where the argument PID is not the current PID, in which case the code tries to determine if PID is valid only.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]