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
[==========] 3933 tests from 442 test cases ran. (703785 ms total)
[ PASSED ] 3933 tests.
YOU HAVE 57 DISABLED TESTS
<Application E:\b\build\slave\chromium-dbg-win-drmemory-full-1\build\src\out\Release\net_unittests.exe (3148). Dr. Memory internal crash at PC 0x6bc95f81. Please report this at http://drmemory.org/issues. Program aborted.
0xc0000005 0x00000000 0x6bc95f81 0x6bc95f81 0x00000001 0x00000000
Base: 0x6bc20000
Registers: eax=0x6bcf98a0 ebx=0x00000000 ecx=0x000000eb edx=0x00000000
esi=0x1c970798 edi=0x1c970798 esp=0x1c11eda0 ebp=0x1c11edb4
eflags=0x000
version 5.0.2850, custom build
-no_dynamic_options -disasm_mask 8 -logdir 'C:\Users\chrome-bot\AppData\LocalLow\vg_logs_pejsj9\dynamorio' -client_lib 'E:\b\build\slave\chromium-dbg-win-drmemory-full-1\build\src\third_party\drmemory\unpacked\bin\release\drmemorylib.dll;0;-suppress `E:\b\build\slave\chromium-dbg-win-drmemory-full-1\build\src\tools\valgrind\drmemory\suppressions.txt` -suppress `E:\b\build\slave\c
0x1c11edb4 0x6bc961c6
0x1c11ee28 0x6bc966a8
0x1c11ee44 0x6bc64510
0x1c11ee74 0x6bc64883
0x1c11eed8 0x6bc64f76
0x1c11ef00 0x6bcaca01
0x1c11efa0 0x6bc64136
0x1c11eff4 0x1c0e1be6
0x003af868 0x772b99a0
0x003af888 0x772fdc49
0x003af8cc 0x772f0aca
0x003af968 0x772cd5a4
0x003af97c 0x74ff79ed
0x003af990 0x6cbd3fac
0x003af99c 0x6cbd427e>
~~Dr.M~~ WARNING: application exited with abnormal code 0xffffffff
I can reproduce running just A* subtests. Details:
DR debug:
[ PASSED ] 26 tests.
<Application Z:\derek\chromium\src\out\Release\net_unittests.exe (7424) DynamoRIO usage error : instr_encode error: no encoding found (see log)>
dispatch: target = 0x670e3b7e
Fragment 115907, tag 0x670e3b7e, flags 0x1000030, shared, size 332:
[boringssl.dll~PROXY_CERT_INFO_EXTENSION_free+0x6f820,~ASN1_TIME_it-0x552a6]
Entry into F115907(0x670e3b7e).0x2e81de9b (shared)
Exit from sourceless ibl: bb ret []
(target 0x670e3b8b not in cache)
dispatch: target = 0x670e3b8b
ERROR: Could not find encoding for: cmp %fs:0x00000edc[4byte] $0x00005555
DrMem is crashing at the end of net_unittests:
http://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Unit%20%28DrMemory%20full%29%20%281%29/builds/699/steps/memory%20test%3A%20net/logs/stdio
I can reproduce running just A* subtests. Details:
DR debug:
Can't repro w/ similar instr sequence in asmtest. The "inside heap routine" is due to:
Custom logging for this bb:
The bad cmp comes from:
TLS shadow base: 0xed0
so ed9 is in_heap_routine
edc == aux
Going back to asmtest, I can repro if I force check_ignore_unaddr.
It's only later w/ num_to_propagate==0 that src shadow is set to a constant: the heap_unaddr_shadow is from the first src0.
Basically it doesn't make sense to check the src if it's an xmm: the check
should be moved to the memory, as xmm will never hold an unaddr value.
The text was updated successfully, but these errors were encountered: