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

"<not in a module>" frame doesn't match the "*!*" suppression frame on Windows

From timurrrr.com on July 29, 2011 08:33:38

When running v8 tests, I often get reports like this: Error #3: UNINITIALIZED READ: reading 0x16481058-0x16481060 8 byte(s) :06:57.610 in thread 3344 0x248d4c91 ??:0 0x0186d4ab unit_tests.exe!v8::internal::Invoke v8\src\execution.cc:122 0x0186d2eb unit_tests.exe!v8::internal::Execution::Call v8\src\execution.cc:158 0x0181faa4 unit_tests.exe!v8::Function::Call v8\src\api.cc:3564 0x006be8ac unit_tests.exe!V8UnitTest::TestFunction chrome\test\v8_unit_test.cc:80 0x005e7397 unit_tests.exe!JsonSchemaTest_TestComplex_Test::TestBody chrome\renderer\extensions\json_schema_unittest.cc:55

and these reports don't match the following suppression: UNINITIALIZED READ ! !v8

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

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

  • 写回答

7条回答 默认 最新

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

    From timurrrr.com on July 29, 2011 08:02:55

    Also it doesn't work with UNINITIALIZED READ !v8

    The fix looks trivial enough

    Status: Started
    Owner: timurrrr.com

    评论

报告相同问题?