Linux/ARM: Regression fix in release build since "UNW_ARM_UNWIND_METHOD=6" (#5126)
authorGeunsik Lim <leemgs@users.noreply.github.com>
Thu, 26 May 2016 08:21:39 +0000 (17:21 +0900)
committerJan Kotas <jkotas@microsoft.com>
Thu, 26 May 2016 08:21:39 +0000 (01:21 -0700)
commit3351bfc78dccbc161ab055883cdb6b7bb3df3c67
treef689e1698ca1dd89d40bdbaebfeb1fd4e286b800
parent460fd870c1cd077c1ba9c49fe99148d86f62c80a
Linux/ARM: Regression fix in release build since "UNW_ARM_UNWIND_METHOD=6" (#5126)

> https://github.com/dotnet/coreclr/pull/3502/
>   Fix Stack Unwind Behavior of Libunwind-ARM

We have been getting the 300+ failures(in ./JIT/ directory) in release-build
mode whenever we have always run CoreCLR unit-test since
https://github.com/myungjoo/coreclr/commit/35b5df6888f1574e6ef9313c6bc8522d1817573d.
(Reference - https://wiki.linaro.org/KenWerner/Sandbox/libunwind#overhead_of_the_ARM_specific_unwind-tables)

With recent fixes on stack unwindings, it appears that we no more send ambiguous
requests to libunwind-arm.(Checked by @myungjoo, with cases of #3462)

From now on, let's remove the unwind environment variable (e.g., UNW_ARM_UNWIND_METHOD=6)

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CC: Ben Pye <@benpye>
CC: Jan Kotas <@jkotas>
CC: Matt Mitchell <@mmitche>
src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp