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

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=463285#c1


Zoltan Varga <[email protected]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                
|[email protected]




--- Comment #1 from Zoltan Varga <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to