weixin_39817347 2020-11-30 07:35
浏览 0

ASSERT alloc_drmem.c:1933 "app is using tool's memory: please report this!" on Chromium base_unittests with -no_check_uninitialized

From timurrrr.com on August 02, 2011 08:17:46

As of r438 on $ drmemory.exe base_unittests --gtest_filter="Logging*" on Windows 7

kn # ChildEBP RetAddr
00 24c47c68 71e92f5c ntdll!NtRaiseHardError+0x12 01 24c47cac 71e7ca8b dynamorio!nt_messagebox+0x7c [dynamorio\core\win32\ntdll.c @ 3296] 02 24c48cf4 1011eb4c dynamorio!dr_messagebox+0x8b [dynamorio\core\x86\instrument.c @ 3134] 03 24c48d00 1011eb93 drmemorylib!wait_for_user+0xc [common\utils.c @ 82] 04 24c48d4c 100e7fcd drmemorylib!drmemory_abort+0x33 [common\utils.c @ 110] 05 24c48e30 1001cfa2 drmemorylib!check_unaddressable_exceptions+0xc3d [drmemory\alloc_drmem.c @ 1933] 06 24c490e8 1001b618 drmemorylib!handle_mem_ref+0x1612 [drmemory\readwrite.c @ 2921] 07 24c49240 1000e0d4 drmemorylib!check_mem_opnd+0x18d8 [drmemory\readwrite.c @ 2833] 08 24c49324 1000fcda drmemorylib!slow_path_without_uninitialized+0x424 [drmemory\readwrite.c @ 1661] 09 24c4980c 100398e4 drmemorylib!slow_path_with_mc+0x195a [drmemory\readwrite.c @ 1853] 0a 24c498b0 10035e4f drmemorylib!handle_slowpath_fault+0x284 [drmemory\fastpath.c @ 3434] 0b 24c498cc 10008620 drmemorylib!event_exception_instrument+0x10f [drmemory\fastpath.c @ 3519] 0c 24c498dc 71e7bb5e drmemorylib!event_exception+0x10 [drmemory\drmemory.c @ 1186] 0d 24c49910 71e8bf45 dynamorio!instrument_exception+0x7e [dynamorio\core\x86\instrument.c @ 1723] 0e 24c49bec 71e8d3a0 dynamorio!client_exception_event+0x115 [dynamorio\core\win32\callback.c @ 4359] 0f 24c49ef0 71e33c20 dynamorio!intercept_exception+0x560 [dynamorio\core\win32\callback.c @ 5103] 10 24c49f84 71e1fa45 dynamorio!heap_free+0x40 [dynamorio\core\heap.c @ 3561] 11 24c49fb4 71e2b40b dynamorio!enter_nolinking+0xe5 [dynamorio\core\fragment.c @ 5881] 12 24bf5a80 00000005 dynamorio!dispatch+0x44b [dynamorio\core\dispatch.c @ 210]

dv sz = 0x8000000 // looks insane? base = 0x1cd20000 "" write = 0 '' loc = 0x1cda9798 addr = 0x1f263a74 "" sz = 2 addr_on_stack = 0 '' addr_in_heap = 0 '' drcontext = 0x1cd55a80 pt = 0x1cdb4ac8 teb = 0x7efdd000 peb = 0x7efde000

Original issue: http://code.google.com/p/drmemory/issues/detail?id=532

该提问来源于开源项目:DynamoRIO/drmemory

  • 写回答

8条回答 默认 最新

  • weixin_39817347 2020-11-30 07:35
    关注

    From timurrrr.com on August 02, 2011 05:50:36

    $ drmemory.exe base_unittests --gtest_filter="Logging_" Pardon, I meant $ drmemory.exe -no_check_uninitialized -- base_unittests --gtest_filter="Logging_"

    评论

报告相同问题?