Fix a crash on appdomain unload stress.
commit856246b15e39dea445b5c1646d2fb076a3107356
authorRodrigo Kumpera <kumpera@gmail.com>
Wed, 4 Aug 2010 17:55:35 +0000 (4 14:55 -0300)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 4 Aug 2010 17:57:28 +0000 (4 14:57 -0300)
tree2a49a9cfe1c826b3b4fce3054990dfe306b2478b
parentc76a103c34b5c604379e59183daab488dbde17bf
Fix a crash on appdomain unload stress.

* mini-exceptions.c (mono_install_handler_block_guard): Guard against a
null MonoJitTlsData. This can happens if the thread receives the
interrupt signal before the JIT has time to initialize its
TLS data for the given thread.
mono/mini/mini-exceptions.c