We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3492bb2 commit f785be4Copy full SHA for f785be4
mono/metadata/boehm-gc.c
@@ -180,8 +180,8 @@ mono_gc_base_init (void)
180
default_push_other_roots = GC_push_other_roots;
181
GC_push_other_roots = mono_push_other_roots;
182
183
-#if !defined(HOST_ANDROID)
184
- /* If GC_no_dls is set to true, GC_find_limit is not called. This causes a seg fault on Android. */
+#if defined(HAVE_BDWGC_GC) || !defined(HOST_ANDROID)
+ /* If GC_no_dls is set to true, GC_find_limit is not called. This causes a seg fault on Android With Mono's Older Boehm. */
185
GC_no_dls = TRUE;
186
#endif
187
{
0 commit comments