maple icon indicating copy to clipboard operation
maple copied to clipboard

A dynamic analysis framework for concurrent programs (x86 binaries). It is shipped with a few tools written using this framework for testing concurrent programs.

Results 21 maple issues
Sort by recently updated
recently updated
newest added

On a fresh Ubuntu 12.04 VM, with the following versions: GNU Make 3.81 Python 2.7.3 libprotoc 2.4.1 installed at `/usr/local/bin/protoc` Pin 3.17, revision 98314 installed at `/home/matthew/Downloads/pin-3.17-98314-g0c048d619-gcc-linux` gcc 4.6.3 I...

Hi, when I try to compile Maple with GCC 4.9.2, I get the following error message. Any ideas what's going wrong? Thanks! g++ -fPIC -D_GNU_SOURCE -D_USING_DEBUG_INFO -Wall -Werror -g -D_DEBUG...

$ pin -t build-debug/race_profiler.so -- ~/1 [DEBUG] Activate wrapper pthread_create in libpthread.so E:Invalid PARG_TYPE detected. Check for PIN_PARG_END() at the end of the argument list.

Hi there, When I tried the example shared_counter, maple always aborted with an OSError: No such file or directory. But if I ran the tool within a python debugger, it...

Hello. I've tried to use Maple to test some C/C++ programs and successfully run the small examples (shared_counter etc.). To test benchmark programs referred in the paper, by scanning benchmark/pbzip.py,...

Hello. I've tried to use Maple to test some C/C++ programs and successfully run the small examples (`shared_counter` etc.). To test benchmark programs referred in the paper, by scanning `benchmark/pbzip.py`,...

how could I print the inst_table with debug_info? It does not work when I set the --enable_debug or --debug_out=xxx options. I see from the python code in the core/static_info.py that...

Changed 5 instances of 'dynamic_cast' to 'reinterpret_cast'. Unfortunately, one regression test 'idiom.predictor.libc_lock' fails after this change. Will need to look a the source to fix this.