ASSERT core/dynamo.c:1139 on running sol on Ubuntu
From zhao...@google.com on July 18, 2013 11:42:26
What steps will reproduce the problem? 1. in Ubuntu 13.04: ./bin64/drrun -debug -c ./api/samples/bin/libbbcount.so -- sol 2. close the windows when it shows up What is the expected output? What do you see instead? stop the app successfully, but I saw assert failure
<Stopping application /usr/games/sol (14617)>
^T<CURIOSITY : loop_count < max_loops in file /home/dynamorio/Workspace/DynamoRIO/dynamorio/core/synch.c line 1361 version 4.0.2186, custom build -client_lib '/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so;0;' -code_api -stack_size 56K -max_elide_jmp 0 -max_elide_call 0 -no_inline_ignored_syscalls -native_exec_default_list '' -no_native_exec_managed_code -no_indcall2direct 0x0000000049a66680 0x00000000711fef65 0x0000000049a66750 0x000000007108aefa 0x0000000049a66780 0x000000007108b02c 0x0000000049a667b0 0x000000007108b1d6 0x0000000049a667e0 0x0000000071298564 0x0000000049a667f8 0x00000000499d5e40 /home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so=0x0000000072000000 /lib/x86_64-linux-gnu/libc.so.6=0x00007fdb30364000 /lib64/ld-linux-x86-64.so.2=0x00007fdb3013f000>
<Application /usr/games/sol (14617). Internal Error Internal DynamoRIO Error: /home/dynamorio/Workspace/DynamoRIO/dynamorio/core/dynamo.c:1139 ok (Error occurred @164694 frags) version 4.0.2186, custom build -client_lib '/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so;0;' -code_api -stack_size 56K -max_elide_jmp 0 -max_elide_call 0 -no_inline_ignored_syscalls -native_exec_default_list '' -no_native_exec_managed_code -no_indcall2direct 0x0000000049a665f0 0x0000000071111db9 0x0000000049a66750 0x000000007108af31 0x0000000049a66780 0x000000007108b02c 0x0000000049a667b0 0x000000007108b1d6 0x0000000049a667e0 0x0000000071298564 0x0000000049a667f8 0x00000000499d5e40 /home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so=0x0000000072000000 /lib/x86_64-linux-gnu/libc.so.6=0x00007fdb30364000 /lib64/ld-linux-x86-64.so.2=0x00007fdb3013f000>
It runs fine if without client.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1216