Make the checks done to detect unhandled exceptions in async invokes more precise...
authorZoltan Varga <vargaz@gmail.com>
Mon, 13 May 2013 14:28:32 +0000 (16:28 +0200)
committerZoltan Varga <vargaz@gmail.com>
Mon, 13 May 2013 14:28:32 +0000 (16:28 +0200)
commit35421ffb4361a3e3fb2e389b4f5e4c514d4dcb83
treebca86a95a958d38f2e40ebbbd0610a5f72ee6fd7
parentf932ab6ac71a0fecbb9142dc70b66f5c796a414e
Make the checks done to detect unhandled exceptions in async invokes more precise so they don't trigger for other calls to mono_runtime_invoke (). Fixes #3338.
mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs
mcs/class/Mono.Debugger.Soft/Test/dtest.cs
mono/metadata/object-internals.h
mono/metadata/threadpool.c
mono/mini/mini-exceptions.c