erlang / otp

Erlang/OTP
http://erlang.org
Apache License 2.0
11.43k stars 2.96k forks source link

ERL-346: Loading NIFs on Android fails with segfault #3196

Open OTP-Maintainer opened 7 years ago

OTP-Maintainer commented 7 years ago

Original reporter: ukasiu Affected version: Not Specified Component: Not Specified Migrated from: https://bugs.erlang.org/browse/ERL-346


The attached module fails with segfault on Android regardless of presence of complex6.so.
{noformat}
Eshell V8.2.1  (abort with ^G)
1> c(complex6).
Segmentation fault 
{noformat}
OTP-Maintainer commented 7 years ago

sverker said:

Android is not a prioritized platform for us
and we don't have any such environment prepared to test and troubleshoot this on.

Maybe a call stack trace from the crash is enough to see what's wrong.