Bug #164

avatar

TaskQueue might leak resources

Added by Mirco Bauer 5472 days ago. Updated 5341 days ago.

Status:Closed Start:04/05/2009
Priority:High Due date:
Assigned to:avatarMirco Bauer % Done:

100%

Category:Common
Target version:0.6.4
Complexity:

Found in Version:

Votes: 0

Description

It seems like TaskQueue [0] is not freeing the thread in all cases.

1) .WaitOne() is used to wait for the next task, if there is no task and will never be (GCed or Disposed) it will wait forever.

2) In the case an exception, the user might abort it's operation but TaskQueue does not.

http://projects.qnetp.net/repositories/entry/smuxi/src/Common/TaskQueue.cs


Related issues

duplicates Smuxi - Bug #183 Leaking FrontendManager threads Closed 06/30/2009

History

Updated by Mirco Bauer 5341 days ago

avatar
  • Status changed from New to Closed
  • Target version set to 0.6.4
  • % Done changed from 0 to 100

fixed in #183

Also available in: Atom PDF