-
Notifications
You must be signed in to change notification settings - Fork 926
dev3 crashes on Android #1058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Noxybot : the fix in #1057 is not quite right -- the root cause is that |
In
is false. |
Adding
|
After fixing infinite recursion in #1057 I was able to launch a build with
MI_DEBUG_FULL
on Android and it's failing with such callstack:So the
_mi_page_map
isNULL
inpage-map.c:_mi_page_map_register
. Any idea what's happening here?Note: it's happening before
mi_process_attach
was called, but I suspect it's also the case ondev2
.The text was updated successfully, but these errors were encountered: