all groups > dotnet clr > october 2006 >
You're in the

dotnet clr

group:

removed per user request



removed per user request Fernando Vasconcelos Mendes
10/6/2006 3:48:12 PM
dotnet clr:
removed per user request Fernando Vasconcelos Mendes
10/7/2006 2:27:20 PM
Re: Objects not collecteds by GC... :S Willy Denoyette [MVP]
10/7/2006 4:50:23 PM

[quoted text, click to view]
| Hello all,
|
| I'm with a memory leak problem... I have any objects that GC not
| collect.
| When I was investigate this objects with AQtime I see that it is
referecend
| by StackBuilderSink and ServerIdentity objects (of .net runtime). Anybody
| know how I can solve this ?!
|
| Thank's...
|
| FernandoVM
|
|

If they are still referenced they should not be collected, which means they
are no leaks. If they are still referenced by StackBuilder (which means that
you are using remoting), it's because they are still in use, but without
seing any code it's impossible to tell you why, so please post a complete
sample that illustrates the issue.

Willy.

removed per user request Fernando Vasconcelos Mendes
10/7/2006 5:55:12 PM
Re: Objects not collecteds by GC... :S Willy Denoyette [MVP]
10/8/2006 1:12:14 PM

[quoted text, click to view]
| Where I can put the sample that I wrote..?!
|

You can post it here, but keep it as short as possible.

Willy.

AddThis Social Bookmark Button