Hi all,

I've written a simple test case to reproduce an error which is happening to me in a bigger application.

The test case just creates objects which hold a RDF datasource, fills the datasource with the response of a HTTP request, and sweeps it.

If I'm right, the memory should grow to a certain size, but then, the JS garbage collector should recover all the unreferenced objects, so the memory would stabilize at some point, but this is not happening, and, far from that, after launching the test about 3 or 4 times, mozilla crashes.

Don't know if I'm doing something wrong, the js GC is not doing its work or there's any leak in the components I'm using.

I've been able to reproduce this behaviour in Mozilla Firebird 0.6, Mozilla 1.4, and a trunk build from today (30/07/2003).

Can someone take a closer look to it and give me some advice?


Thanks in advance. Ferran
Title: Mem test

	
	
		Create 200 objects
	



Reply via email to