DynamoRIO / DynamoRIO/drmemory
Memory leaks under free (?) under operator new (??) under MiniDumpWriteDump
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [timurrrr@google.com](https://code.google.com/u/timurrrr@google.com/) on February 21, 2011 10:38:07_
http://build.chromium.org/p/chromium.fyi/builders/Windows%20Tests%20%28DrMemory%29/builds/2059/steps/memory%20test%3A%20base/logs/stdio This is base_unittests
LEAK 28 direct bytes 0x02530278-0x02530294 + 28 indirect bytes
#1 0x77c2c3c9 free msvcrt.dll
#2 0x77c2c3e7 free msvcrt.dll
#3 0x77c29cd4 operator new msvcrt.dll
#4 0x59ae2699 MiniDumpWriteDump DBGHELP.dll
#5 0x7c9101db RtlAllocateHeap ntdll.dll
#6 0x59ab8688 MiniDumpWriteDump DBGHELP.dll
#7 0x59ab9899 MiniDumpWriteDump DBGHELP.dll
#8 0x59adaba1 MiniDumpWriteDump DBGHELP.dll
#9 0x59a9c0c1 MiniDumpWriteDump DBGHELP.dll
#10 0x59a9c984 MiniDumpWriteDump DBGHELP.dll
#11 0x59abbd47 MiniDumpWriteDump DBGHELP.dll
#12 0x59aae28a MiniDumpWriteDump DBGHELP.dll
#13 0x59a74081 FindDebugInfoFile DBGHELP.dll
#14 0x59a79604 GetTimestampForLoadedLibrary DBGHELP.dll
#15 0x59a7c069 SymGetLineFromAddr64 DBGHELP.dll
#16 0x007ffbbf base::debug::`anonymous namespace'::SymbolContext::OutputTraceToStream base\debug\stack_trace_win.cc:90
\#17 0x007ff9f7 base::debug::StackTrace::OutputToStream base\debug\stack_trace_win.cc:192
\#18 0x0076ecf1 logging::LogMessage::~LogMessage base\logging.cc:564
\#19 0x0076f6de logging::Win32ErrorLogMessage::~Win32ErrorLogMessage base\logging.cc:768
\#20 0x004bfbe0 logging::`anonymous namespace'::LoggingTest_CheckStreamsAreLazy_Test::TestBody base\logging_unittest.cc:175
LEAK 28 direct bytes 0x024e9a48-0x024e9a64 + 28 indirect bytes
#1 0x77c2c3c9 free msvcrt.dll
#2 0x77c2c3e7 free msvcrt.dll
#3 0x77c29cd4 operator new msvcrt.dll
#4 0x59ae2699 MiniDumpWriteDump DBGHELP.dll
#5 0x7c9101db RtlAllocateHeap ntdll.dll
#6 0x59ab8688 MiniDumpWriteDump DBGHELP.dll
#7 0x7c910a36 wcsncpy ntdll.dll
#8 0x59adaba1 MiniDumpWriteDump DBGHELP.dll
#9 0x59a9c0c1 MiniDumpWriteDump DBGHELP.dll
#10 0x59a9c984 MiniDumpWriteDump DBGHELP.dll
#11 0x59abbd47 MiniDumpWriteDump DBGHELP.dll
#12 0x59aae28a MiniDumpWriteDump DBGHELP.dll
#13 0x59a74081 FindDebugInfoFile DBGHELP.dll
#14 0x59a79604 GetTimestampForLoadedLibrary DBGHELP.dll
#15 0x59a7c069 SymGetLineFromAddr64 DBGHELP.dll
#16 0x007ffbbf base::debug::`anonymous namespace'::SymbolContext::OutputTraceToStream base\debug\stack_trace_win.cc:90
\#17 0x007ff9f7 base::debug::StackTrace::OutputToStream base\debug\stack_trace_win.cc:192
\#18 0x0076ecf1 logging::LogMessage::~LogMessage base\logging.cc:564
\#19 0x0076f6de logging::Win32ErrorLogMessage::~Win32ErrorLogMessage base\logging.cc:768
\#20 0x004bfbe0 logging::`anonymous namespace'::LoggingTest_CheckStreamsAreLazy_Test::TestBody base\logging_unittest.cc:175
LEAK 28 direct bytes 0x01a1fa60-0x01a1fa7c + 28 indirect bytes
#1 0x77c2c3c9 free msvcrt.dll
#2 0x77c2c3e7 free msvcrt.dll
#3 0x77c29cd4 operator new msvcrt.dll
#4 0x59ae2699 MiniDumpWriteDump DBGHELP.dll
#5 0x7c9101db RtlAllocateHeap ntdll.dll
#6 0x7c910a36 wcsncpy ntdll.dll
#7 0x7c91084c wcsncpy ntdll.dll
#8 0x59adaba1 MiniDumpWriteDump DBGHELP.dll
#9 0x59a9c0c1 MiniDumpWriteDump DBGHELP.dll
#10 0x59a9c984 MiniDumpWriteDump DBGHELP.dll
#11 0x59abbd47 MiniDumpWriteDump DBGHELP.dll
#12 0x59aae28a MiniDumpWriteDump DBGHELP.dll
#13 0x59a74081 FindDebugInfoFile DBGHELP.dll
#14 0x59a79604 GetTimestampForLoadedLibrary DBGHELP.dll
#15 0x59a7c069 SymGetLineFromAddr64 DBGHELP.dll
#16 0x007ffbbf base::debug::`anonymous namespace'::SymbolContext::OutputTraceToStream base\debug\stack_trace_win.cc:90
#17 0x007ff9f7 base::debug::StackTrace::OutputToStream base\debug\stack_trace_win.cc:192
#18 0x006a3767 base::debug::StackTrace_FAILS_OutputToStream_Test::TestBody base\debug\stack_trace_unittest.cc:28
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=305_
Contributor guide
Assessment
This issue has not been assessed yet.