I'm trying to embed v8 in an android app (running jellybean 4.2) and do some minor performance testing. When I link against the .so built by android_arm.release, I get a segfault but with little useful information. When linking against android_arm.debug, the process is terminated by signal (5). The script only performs repetitive string concatenations and reports the average time. I have successfully run similar scripts that perform other repetitive operations with no problem. Is there a better way to get debug information?
-- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
