Bug 379273 - Phone restarts when run with valgrind
Summary: Phone restarts when run with valgrind
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: 3.12.0
Platform: Other Android 6.x
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-27 04:33 UTC by techblades888
Modified: 2017-05-09 01:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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