DynamoRIO / DynamoRIO/dynamorio
ASSERT ( chrome.exe) interp.c:6245
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [jannew...@google.com](https://code.google.com/u/112145647090500735738/) on March 10, 2014 12:49:45_
For the Summary, please follow the guidelines at https://code.google.com/p/dynamorio/wiki/BugReporting and use one of the CRASH, APP CRASH, HANG, or ASSERT keywords What version of DynamoRIO are you using? 4.2.2572-42 Does the latest build from http://build.chromium.org/p/client.dynamorio/builds/ solve the problem? No. What operating system version are you running on? Win7 x64 What application are you running? Chromium. Specific version is can be found here: http://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?path=Win/133517/ in chrome-win32.zip Is your application 32-bit or 64-bit? 32-bit How are you running the application under DynamoRIO? drrun -debug --max_bb_instrs 128 %poc_client% %path_to_chrome.exe% What happens when you run without any client? No error. When run with --debug and no client, also no error.
What happens when you run with debug build ("-debug" flag to drrun/drconfig/drinject)? See above What steps will reproduce the problem? 1. Build poc.
2. Run as shown above. 3. What is the expected output? What do you see instead? Is this an application crash, a DynamoRIO crash, a DynamoRIO assert, or a hang (see https://code.google.com/p/dynamorio/wiki/BugReporting and set the title appropriately)? It's an assert saying: Usage error: trace's app sources (instr_set_translation() targets) must remain within original bounds Please provide any additional information below.
**Attachment:** [poc.cc](http://code.google.com/p/dynamorio/issues/detail?id=1386)
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1386_
Contributor guide
Assessment
This issue has not been assessed yet.