public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
* Win32 pthread bugs
@ 2010-12-31 18:47 Mark Pizzolato - pthreads - win32
  2011-02-27  0:39 ` Ross Johnson
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Pizzolato - pthreads - win32 @ 2010-12-31 18:47 UTC (permalink / raw)
  To: pthreads-win32

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Win32 pthread bugs
  2010-12-31 18:47 Win32 pthread bugs Mark Pizzolato - pthreads - win32
@ 2011-02-27  0:39 ` Ross Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Johnson @ 2011-02-27  0:39 UTC (permalink / raw)
  To: Mark Pizzolato - pthreads - win32; +Cc: pthreads-win32

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-27  0:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-31 18:47 Win32 pthread bugs Mark Pizzolato - pthreads - win32
2011-02-27  0:39 ` Ross Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).