Jeff-Lewis / address-sanitizer

Automatically exported from code.google.com/p/address-sanitizer
0 stars 0 forks source link

Assembly instrumentation fails on Android-x86 #353

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/13369/steps/run%
20asan%20tests%20%5BAndroid%2Fx86-K%5D/logs/stdio

We've got hardcoded shadow mapping in asm instrumentation code.
Android uses zero-based shadow, unlike Linux.

We should share and reuse AddressSanitizerPass's knowledge about shadow 
mappings on various platforms.

Original issue reported on code.google.com by euge...@google.com on 10 Oct 2014 at 12:23

GoogleCodeExporter commented 9 years ago
The url in the original message does not work anymore, here is a recent more 
recent run of the same test: 
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/14766/steps/run%
20asan%20tests%20%5BAndroid%2Fx86-K%5D/logs/stdio

Original comment by krasin@google.com on 20 Dec 2014 at 3:21

GoogleCodeExporter commented 9 years ago
Adding Project:AddressSanitizer as part of GitHub migration.

Original comment by ramosian.glider@gmail.com on 30 Jul 2015 at 9:06