[Mono-list] Another Memory Leaking Question
Stifu
stifu at free.fr
Wed Sep 8 09:39:49 EDT 2010
I guess it would help to see the app sources, but anyway, did you try with
.NET?
What about Mono trunk with SGen enabled?
There is a possibility that it isn't a problem with your app (ie: a
limitation of Bohem, the current Mono GC), but I can't tell without looking
at your app sources (and even if I had a look at your app, it's possible I
still couldn't tell :p).
flohei wrote:
>
> Hi there,
>
> I asked about this topic on
> http://mono.1490590.n4.nabble.com/Release-of-NS-objects-tp2403072p2403072.html
> another post the other day. The Dispose() method helped me to solve the
> old problem. Kind of. There's still some kind of memory leak in that app.
>
> I have this simple test application which writes a string 20'000 times
> into a textbox. With the use of the Dispose() method it stops leaking like
> 6MB every time I klick the button. Yay! But every now and then, like every
> tenth time, a leak occurs. I'm not sure why that happens and I'd like to
> know if anyone else has this problem or if anyone knows how to fix this
> issue.
>
> Thanks
> –f
>
--
View this message in context: http://mono.1490590.n4.nabble.com/Another-Memory-Leaking-Question-tp2531261p2531286.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list