[Mono-bugs] [Bug 357649] GC Error: The object was used after being disposed.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Feb 1 10:35:24 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=357649
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=357649#c5
--- Comment #5 from Zoltan Varga <vargaz at gmail.com> 2008-02-01 08:35:24 MST ---
The GC doesn't work that way. It doesn't care about blocks. The JIT might
allocate
myProcess to a register while it is used, then the register gets reused for
holding some other information so the Process object gets freed.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list