Search code examples
Why is it not a good idea to serialize an object in its finalizer?...


c#finalizer

Read More
Why does SHA1.ComputeHash fail under high load with many threads?...


c#shastress-testingfinalizer

Read More
Deleting an object in Ruby...


rubygarbage-collectionfinalizer

Read More
Aren't destructors guaranteed to finish running?...


c#destructorfinalizer

Read More
is this indication of blocked finalizer...


.net-4.0deadlockwindbgfinalizersos

Read More
Effective Java - Never depend on a finalizer to update critical persistent state...


javafinalizer

Read More
Marshal.DestroyStructure vs Marshal.FreeHGlobal in .Net...


.netmarshallingdisposeunmanagedfinalizer

Read More
Finalizer testing in Go...


gogarbage-collectionfinalizercanonicalization

Read More
What does it mean that the D garbage collector is "not guaranteed to run the destructor for all...


garbage-collectionddestructorfinalizer

Read More
Unfinalized objects exhausting memory...


javagarbage-collectionfinalizer

Read More
Do Finalizer thread can cause Out of Memory?...


javaout-of-memoryfinalizer

Read More
Destructor restrictions - access managed member from destructor...


c#memorydestructorfinalizer

Read More
Java equivalent of GC.SuppressFinalize...


java.netgarbage-collectionfinalizer

Read More
Can a simple difference in Python3 variable names alter the way code runs?...


pythonooppython-3.xfinalizer

Read More
Python - Observer pattern - Object has no attribute...


pythondesign-patternspython-3.xfinalizer

Read More
Can I safely track unmanaged resources with a managed List?...


c#idisposablefinalizer

Read More
How to dispose/release/"finalize" unmanaged resources when a shared value gets out of scop...


haskellgarbage-collectiondisposeghcfinalizer

Read More
Disposing MemoryCache in Finalizer throws AccessViolationException...


c#asp.netidisposablefinalizermemorycache

Read More
Check that a method is called before object is collected...


javadestructorfinalizer

Read More
Are child objects still alive when Object.Finalize is called by GC?...


c#.netgarbage-collectionfinalizer

Read More
.NET GC of unreferenced objects with static members...


c#.netgarbage-collectionfinalizer

Read More
Correct way of implementing Finalize and Dispose(When parent class implements IDisposable)...


c#.netwpfidisposablefinalizer

Read More
Exception in SqlConnection constructor causing exception in finalize...


c#.netdisposesqlconnectionfinalizer

Read More
Why code analyzers recommend to dispose IDisposable fields?...


c#code-analysisdisposeidisposablefinalizer

Read More
Why WeakReference.IsAlive becomes false?...


c#.netgarbage-collectionfinalizer

Read More
How does Stream.Dispose(bool) get called by the Finalize method?...


.netfinalizerbufferedstream

Read More
Should GC.SuppressFinalize be called on objects that do not have a finalizer?...


c#fxcopfinalizer

Read More
Why "Finalize method should not reference any other objects"?...


c#garbage-collectionclrdisposefinalizer

Read More
Triggering a user-visible exception in a finalize method...


javafinalizerautocloseable

Read More
Implement finalizable dispose pattern with multiple related finalizable objects...


c#.netpinvokeidisposablefinalizer

Read More
BackNext