Bug 379273

Summary: Phone restarts when run with valgrind
Product: [Developer tools] valgrind Reporter: techblades888
Component: generalAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.12.0   
Target Milestone: ---   
Platform: Other   
OS: Android 6.x   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description techblades888 2017-04-27 04:33:05 UTC
Hi,
I'm trying to run valgrind with com.example.hellojni using the logwrapper method(described here: http://stackoverflow.com/questions/13531496/cant-run-a-java-android-program-with-valgrind/19235439#19235439)

The device gets rebooted when I start the appliction using valgrind.

Everything works fine, however, when its a normal binary(not an apk):
/data/local/Inst/valgrind --tool-lackey ls #(works fine)
Comment 1 techblades888 2017-05-09 01:54:02 UTC
Ping