Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7195

How to disable Execute-only Memory globally with gradle?

$
0
0

After migrating the project to AndroidX and app started crashing with error "Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x77b6371ff8 in tid 5378" Crashes on Samsung device with Android 10. Document says we can disable XOM with these commands.

// Android.mkLOCAL_XOM := false

// Android.bpcc_binary { // or other module types...xom: false,}

But my app is not a native app(NDK). Is there any way to disable XOM in gradle? Or is there any other solution to fix this error.


Viewing all articles
Browse latest Browse all 7195

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>