Python Issue- tracer internal crash at PC 0x00007f1c604c8990
Created by: arkodutt
While trying to run an example python executable operating on alexnet with bin64/drrun -t drcachesim -use_physical -- python ../alexnet.py, I encountered the following error [although this error could have been lodged onto another issue]:
<Application /usr/bin/python3.5 (5669). DynamoRIO Cache Simulator Tracer internal crash at PC 0x00007f1c604c8990. Please report this at http://dynamorio.org/issues. Program aborted. Received SIGBUS at pc 0x00007f1c604c8990 in thread 5669 Base: 0x00007f1c603fb000 Registers:eax=0x00000000000e061c ebx=0x00007f1c58ea9348 ecx=0x0000000000000000 edx=0x0000000000000000 esi=0x0000000000000000 edi=0x00007f1c58ea9348 esp=0x0000000055df6cd8 ebp=0x000000000000000f r8 =0x0000000000000000 r9 =0x0000000000000000 r10=0x00007f1c58e6d000 r11=0x00000000000050e8 r12=0x0000000000000005 r13=0x0000000000000078 r14=0x0000000000000060 r15=0x000000005609d7d8 eflags=0x0000000000010202 version 7.0.0, build 1 -no_dynamic_options -client_lib '/home/arkodutt/DynamoRIO-Linux-7.0.0-RC1/bin64/../tools/lib64/release/libdrmemtrace.so;0;' -code_api -stack_size 56K -max_elide_jmp 0 -max_elide_call 0 -early_inject -emulate_brk -no_inline_ignored_syscalls -native_exec_default_list '' -no_native_exec_managed_code -no_indcall2direct > ---- <application exited with code 65280> ---- Core #0 (3 thread(s)) L1I stats: Hits: 1,947,417,302 Misses: 14,182,695 Miss rate: 0.72% L1D stats: Hits: 811,248,092 Misses: 15,902,920 Prefetch hits: 0 Prefetch misses: 8 Miss rate: 1.92% Core #1 (closed) (4 thread(s)) L1I stats: Hits: 2,701,855 Misses: 2,624 Miss rate: 0.10% L1D stats: Hits: 1,060,555 Misses: 6,245 Miss rate: 0.59% Core #2 (closed) (3 thread(s)) L1I stats: Hits: 146,730 Misses: 154 Miss rate: 0.10% L1D stats: Hits: 52,508 Misses: 208 Miss rate: 0.39% Core #3 (3 thread(s)) L1I stats: Hits: 150,606 Misses: 152 Miss rate: 0.10% L1D stats: Hits: 53,840 Misses: 163 Miss rate: 0.30% LL stats: Hits: 28,363,801 Misses: 1,731,360 Prefetch hits: 8 Prefetch misses: 0 Local miss rate: 5.75% Child hits: 2,762,831,488 Total miss rate: 0.06%
The error persisted for both the release and cron builds.