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

Extra whitespaces at the end of callstack frames when file:line are not available

From timurrrr.com on September 08, 2011 08:34:49

See the lines below (^M was added by vim)

Error #1: UNADDRESSABLE ACCESS: reading 0x028a8ce6-0x028a8ce7 1 byte(s)^M ...

11 base_unittests.exe!main [c:\chromium\src\base\test\run_all_unittests.cc:8]^M

12 base_unittests.exe!__tmainCRTStartup [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c:266]^M

13 base_unittests.exe!mainCRTStartup [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c:181]^M

14 KERNEL32.dll!BaseThreadInitThunk ^M

15 ntdll.dll!RtlInitializeExceptionChain ^M

16 ntdll.dll!RtlInitializeExceptionChain ^M

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

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

  • 写回答

6条回答 默认 最新

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

    From bruen....com on September 08, 2011 07:55:09

    the column-aligned format is for human consumption. for scripting perhaps you could just turn that feature off.

    评论

报告相同问题?