Fix a GC crash happening in full AOT compiled code where a delegate method can't
authorlateralusX <lateralusx.github@gmail.com>
Thu, 14 Jul 2016 11:51:11 +0000 (13:51 +0200)
committerlateralusX <lateralusx.github@gmail.com>
Thu, 14 Jul 2016 17:34:52 +0000 (19:34 +0200)
commit06c0592f9d6d606dfb87da1eefdfca716f879876
treec9803be5e8ce666d176dace8fbcd9390028e7601
parentbd83be49c31f3523033959a651313be850bce841
Fix a GC crash happening in full AOT compiled code where a delegate method can't
be detected at runtime. Since the process crash, lot of valuable information was never
written out to the console (like the managed stack trace) needed to effectively resolve
the issue.
mono/metadata/marshal.c