Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] svc [messaging] engine leaking [threads]

On Thu, 2002-09-05 at 13:27, Florin Iucha wrote:
> I have run the latest unittests under eclipse's debugger and something
> caught my eye: for each call to services_.checkin in SvcCheckinTest,
> 12 threads are created and 2 are garbage collected. This is for the
> simple data - only one file, growing 2 bytes pe age. All the threads are
> shown in the "Running" state (except the main thread which is debugged).
> When any (I have tried 3) of the threads is suspended, it is "wait"-ing in
> Engine.runDeliveryThread@580 .

Sounds like the new workspace code probably isn't shutting down the
messaging engine. After I get some other junk out of the way, I'll
take a look. It's likely to be an easy one to fix.

Could you put in a bugzilla entry for it, just to make sure that I
don't forget?

Thanks,
	-Mark


> 
> Of course this leads to an enormous amount of threads when all the
> unittest are run.
> 
> This is happening both with SUN JDK 1.4.0_01 and IBM JDK 1.3.1 .
> 
> florin
> 
> -- 
> 
> "If it's not broken, let's fix it till it is."
> 
> 41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4
-- 
Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center  
*** The Stellation project: Advanced SCM for Collaboration
***		http://www.eclipse.org/stellation
*** Work Email: mcc@xxxxxxxxxxxxxx  ------- Personal Email:
markcc@xxxxxxxxxxx

Attachment: signature.asc
Description: This is a digitally signed message part


Back to the top