[Mono-dev] GC

Gleb Golubitsky sectoid at gnolltech.org
Sat Jun 30 18:42:05 UTC 2012


Does your code use weak references? (maybe indirectly, they may be in use 
inside mono code you call) If so, it's a known boehm problem -- it handles 
weak references as strong.

On Tuesday, June 26, 2012 07:48:22 AM Greg Young wrote:
> We have some code we are running in various environments.
> 
> It is stable for memory usage in MS CLR
> It seems to be leaking in boehm (pretty quickly)
> It is stable for memory usage in sgen
> 
> My first thought was to start taking memory dumps to see whats going
> on but maybe someone knows some kinds of situations that could cause
> this?
> 
> Greg
-- 
WBR,
Gleb Golubitsky
Gnolltech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120630/2cc671a7/attachment.pgp>


More information about the Mono-devel-list mailing list