Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leaks under free (?) under operator new (??) under MiniDumpWriteDump #305

Open
derekbruening opened this issue Nov 28, 2014 · 1 comment

Comments

@derekbruening
Copy link
Contributor

From 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

@derekbruening
Copy link
Contributor Author

From timurrrr@google.com on May 05, 2011 11:18:28

Labels: Reexamine-MissingSyms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant