-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRASH (unit_tests on win7-cr bot) #1430
Comments
From bruen...@google.com on January 30, 2014 09:08:49 Passed on the FYI bot: http://build.chromium.org/p/chromium.fyi/builders/Windows%20Unit%20%28DrMemory%20full%29%20%284%29/builds/150/steps/memory%20test%3A%20unit_4/logs/stdio [ RUN ] DownloadProtectionServiceTest.CheckClientDownloadZip But win7-cr is using r1689 while FYI has r1686 . Locally I've been running r1689 though and I can't repro this. 11:59 AM ~/drmemory/bugs/i1430/unpacked
Owner: bruen...@google.com |
From bruen...@google.com on January 30, 2014 09:11:36 % bin/symquery.exe -e dynamorio/lib32/release/dynamorio.dll -f -a 0x91ce5 0x82a12 0x837f0 0x842de 0x65b50 0x67896 0x67dc9 0xa8c71 0x127bec |
From bruen...@google.com on January 31, 2014 15:48:14 Now, other tests are crashing in the same way: On the bot, it runs fine unless I point at the symcache: $ unpacked/bin/drmemory.exe -light ../../win7-cr-builder/build/src/out/Debug/printing_unittests.exe --gtest_filter=EmfTest.* --single-process-tests [----------] Global test environment tear-down $ unpacked/bin/drmemory.exe -symcache_dir C:/Users//AppData/LocalLow/drmemory.symcache -light ../../win7-cr-builder/build/src/out/Debug/printing_unittests.exe --gtest_filter=EmfTest.* --single-process-tests So like issue #1427 and issue #1428 this is yet another corrupted symcache on |
From bruen...@google.com on February 01, 2014 08:48:02 binary search => it's RPCRT4.dll.txt cd /work/drmemory/bugs/i1428diff fresh.symcache/RPCRT4.dll.txt drmemory.i1430.copy/RPCRT4.dll.txt2c2
|
From bruen...@google.com on January 30, 2014 11:08:12
http://build.chromium.org/p/client.drmemory/builders/win7-cr/builds/4921/steps/Chromium%20%27unit%27%20tests/logs/stdio [ RUN ] DownloadProtectionServiceTest.CheckClientDownloadZip
<Application E:\b\build\slave\win7-cr-builder\build\src\out\Debug\unit_tests.exe (4272). Client exception at PC 0x1efc64d8. Program aborted.
0xc0000005 0x00000000 0x1efc64d8 0x1efc64d8 0x00000000 0x00000003
Base: 0x6d600000
Registers: eax=0x00000000 ebx=0x1f164f80 ecx=0x00000000 edx=0x00000000
esi=0x1ff6eba8 edi=0x25502805 esp=0x1f1fe6bc ebp=0x1f1fe6c8
eflags=0x00010202
version 4.2.2499, custom build
-no_dynamic_options -logdir 'C:\Users\chrome-bot\AppData\LocalLow\drmemory.logs\dynamorio' -client_lib 'E:\b\build\slave\win7-cr\build\unpacked\bin\release\drmemorylib.dll;0;-suppress
E:\b\build\slave\win7-cr-builder\build\src\tools\valgrind\drmemory\suppressions.txt
-symcache_dirC:\Users\chrome-bot\AppData\LocalLow\drmemory.symcache
-no_summary
-callstack_max_frames
`400x1f1fe6c8 0x1f014927
0x1f1fe714 0x6d691ce5
0x1f1fe760 0x6d682a12
0x1f1fe7ac 0x6d6837f0
0x1f1fe810 0x6d6842de
0x1f1fe88c 0x6d665b50
0x1f1fe8cc 0x6d667896
0x1f1feb9c 0x6d667dc9
0x1f1febc0 0x6d6a8c71
0x1f1feea4 0x6d727bec
0x0018d2b0 0x75707abc
0x0018d2d0 0x75707a8a
0x0018d2e4 0x75707a56
0x0018d30c 0x7578df69
0x0018d31c 0x7578dfc0
E:\b\build\slave\win7-cr\build\unpacked\bin\release\drmemorylib.dll=0x1efc0000
E:\b\build\slave\win7-cr\build\unpacked\bin\release/dbghelp.dll=0x6d4b0000
C:\Windows/system32/msvcrt.dll=0x2f170000
C:\Windows/system32/KERNEL32.dll=0x1ee30000
C:\Windows/system32/KERNELBASE.dll=0x1ef60000>
Original issue: http://code.google.com/p/drmemory/issues/detail?id=1430
The text was updated successfully, but these errors were encountered: