You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reproduced this in debug build on the Jenkins machine:
pre-DR start
pre-DR detach
pre-DR init
pre-DR start
pre-DR detach
ASSERT FAILURE: /home/derek/dr/src/clients/drcachesim/tracer/instru_offline.cpp:413: stamp->timestamp.type == OFFLINE_TYPE_TIMESTAMP ()
[Switching to Thread 0xfffff5ae81c0 (LWP 1389991)]
Thread 6 "tool.drcacheoff" hit Breakpoint 1, dr_abort () at /home/derek/dr/src/core/lib/instrument.c:2428
2428 if (TEST(DUMPCORE_DR_ABORT, dynamo_options.dumpcore_mask))
(gdb) bt
#0 dr_abort () at /home/derek/dr/src/core/lib/instrument.c:2428
#1 0x0000aaaaaaea6de4 in offline_instru_t::refresh_unit_header_timestamp (this=0xaaaa6aab3148, buf_ptr=0xfffdef3b5000 "\212\001", min_timestamp=13314474307288391)
at /home/derek/dr/src/clients/drcachesim/tracer/instru_offline.cpp:413
#2 0x0000aaaaaaea2594 in dynamorio::drmemtrace::process_and_output_buffer (drcontext=0xfffdf0c72b40, skip_size_cap=false)
at /home/derek/dr/src/clients/drcachesim/tracer/output.cpp:938
#3 0x0000aaaaaaea3608 in dynamorio::drmemtrace::exit_thread_io (drcontext=0xfffdf0c72b40) at /home/derek/dr/src/clients/drcachesim/tracer/output.cpp:1186
#4 0x0000aaaaaae99ab0 in dynamorio::drmemtrace::event_thread_exit (drcontext=0xfffdf0c72b40) at /home/derek/dr/src/clients/drcachesim/tracer/tracer.cpp:1593
#5 0x0000aaaaaaf10d24 in drmgr_thread_exit_event (drcontext=0xfffdf0c72b40) at /home/derek/dr/src/ext/drmgr/drmgr.c:2662
#6 0x0000aaaaaac9a2f0 in instrument_thread_exit_event (dcontext=0xfffdf0c72b40) at /home/derek/dr/src/core/lib/instrument.c:1522
#7 0x0000aaaaaaaf3f20 in dynamo_thread_exit_pre_client (dcontext=0xfffdf0c72b40, id=1389982) at /home/derek/dr/src/core/dynamo.c:2470
#8 0x0000aaaaaaaf41e0 in dynamo_thread_exit_common (dcontext=0xfffdf0c72b40, id=1389982, other_thread=true) at /home/derek/dr/src/core/dynamo.c:2569
#9 0x0000aaaaaaaf4b1c in dynamo_other_thread_exit (tr=0xfffdf0c731d0) at /home/derek/dr/src/core/dynamo.c:2707
#10 0x0000aaaaaac8b2b4 in detach_on_permanent_stack (internal=true, do_cleanup=true, drstats=0x0) at /home/derek/dr/src/core/synch.c:2244
#11 0x0000aaaaaaaf4f54 in dr_app_stop_and_cleanup_with_stats (drstats=0x0) at /home/derek/dr/src/core/dynamo.c:2835
#12 0x0000aaaaaaaf4ee0 in dr_app_stop_and_cleanup () at /home/derek/dr/src/core/dynamo.c:2818
#13 0x0000aaaaaaada150 in thread_func (arg=0x4) at /home/derek/dr/src/clients/drcachesim/tests/burst_threadfilter.cpp:187
#14 0x0000fffff7fa351c in start_thread (arg=0xfffffffff1ef) at pthread_create.c:477
#15 0x0000fffff7bc222c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78
The burst_threadL0filter test failed on the Jenkins CI failed on #5772:
The text was updated successfully, but these errors were encountered: