Hi,

My app is using v8 to run a JS environment. Last time I built v8 was about 
3 years ago by pointing to 10.4.132.

As per Google policy, my app needs to support 16 KB page size and I've been 
checking all my dependencies to meet that criteria.

Apparently, based on my checks, my v8 build does support it and I managed 
to run the app on my device.
However, v8 is crashing as soon as I call V8::Initialize(); with the 
following stack trace:

/base.apk!liben8.so (offset 0x8ad8000) (v8::base::OS::Abort()+28)
/base.apk!liben8.so (offset 0x8ad8000) (V8_Fatal(char const*, ...)+376)
/base.apk!liben8.so (offset 0x8ad8000) 
(v8::base::OS::SetDataReadOnly(void*, unsigned long)+52)
/base.apk!liben8.so (offset 0x8ad8000) (v8::internal::V8::Initialize()+1552)
/base.apk!liben8.so (offset 0x8ad8000) (v8::V8::Initialize(int)+28)
/base.apk!liben8.so (offset 0x8ad8000) (Runtime::Runtime(_JNIEnv*)+172)

As explained at 
https://developer.android.com/guide/practices/page-sizes#check-code, I was 
trying to look for references to PAGE_SIZE and 4096 to see if I was setting 
up something wrong, but I didn't find anything.

Does anyone have any knowledge about this?
Thanks a lot,
Mati

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/v8-users/5e0805ee-b739-4181-a3cd-f08cf0eb8ce9n%40googlegroups.com.

Reply via email to