Open derekbruening opened 10 years ago
From bruen...@google.com on October 20, 2011 08:48:34
ok, so we have a trace starting with the block at 0x149876ad. we're adding a 2nd block at 373e38e0. we haven't added it to the trace buffer yet, though! that's the problem: we've executed block 2 but never added it, and now our next_tag is for the 3rd block, yet we try to find a targeter in the 1st block.
From bruen...@google.com on October 12, 2011 15:21:53
I believe this is while running this test but it's during full ui_tests suite under plain DR and sometimes the suite keeps going, will try to repro later:
[ RUN ] BookmarksUITest.CommandAgainGoesBackToBookmarksTab
this is under --single-process with issue #577 fixed
so failed to find targeter
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=582