[Mono-bugs] [Bug 463285] Probable JIT bug

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 2 11:43:38 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=463285

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=463285#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |vargaz at gmail.com




--- Comment #1 from Zoltan Varga <vargaz at gmail.com>  2009-01-02 09:43:37 MST ---
This is not a JIT bug, if it is a bug at all. You call CancelErrorRead () which
will most likely abort the thread executing the ErrorReceived () delegate,
thats
why the _error field is not incremented if the runtime has to do some work in
the delegate, since the thread is most likely aborted while the methods called
by

                        foreach(char a in args.Data)
                                System.Console.WriteLine(a);

are JIT compiled.


-- 
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