summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-02-15 18:57:01 +0100
committerJan Vorlicek <janvorli@microsoft.com>2016-02-15 18:57:01 +0100
commit5a26372691fea92f1ef328f287e1e37243af3e34 (patch)
treede62b3bac959f6964bd5c0dfef61c4abad290baa
parent2ec6a401778e8bd018354c2a868f90efbbf8ba97 (diff)
parente49bd7a992ab038533b745741a26ac3d6208a877 (diff)
downloadcoreclr-5a26372691fea92f1ef328f287e1e37243af3e34.tar.gz
coreclr-5a26372691fea92f1ef328f287e1e37243af3e34.tar.bz2
coreclr-5a26372691fea92f1ef328f287e1e37243af3e34.zip
Merge pull request #3183 from janvorli/fix-unwound-funclet-stack-reporting
Fix unwound funclet GC stack reporting on Unix
-rw-r--r--src/vm/stackwalk.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/stackwalk.cpp b/src/vm/stackwalk.cpp
index ef909c9d9d..7c0fbb121d 100644
--- a/src/vm/stackwalk.cpp
+++ b/src/vm/stackwalk.cpp
@@ -1788,6 +1788,7 @@ ProcessFuncletsForGCReporting:
m_sfParent = sfFuncletParent;
m_sfFuncletParent = sfFuncletParent;
m_fProcessNonFilterFunclet = true;
+ m_fDidFuncletReportGCReferences = false;
}
}
#endif // FEATURE_PAL