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

Print out instrumented program stacktrace on ASSERT

From timurrrr.com on August 03, 2011 08:39:34

This is what we already have in Valgrind.

I believe this is really useful, e.g. see issue #532 c#4 - just a couple of lines of code and it's much easier to find the cause of a crash

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

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

  • 写回答

4条回答 默认 最新

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

    From bruen....com on August 03, 2011 07:20:35

    for an assert seen by a developer, just attach windbg (I always run with -pause_at_assert) and get the callstack. could be useful for a bug report from the field, but better to get an .ldmp.

    Owner: ---
    Labels: -Priority-Medium Priority-Low

    评论

报告相同问题?