-
Notifications
You must be signed in to change notification settings - Fork 262
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
invalid heap arg errors in msvcp100d.dll suddenly raised on chromium tests #1428
Comments
From [email protected] on January 31, 2014 15:46:15 Like issue #1427 , this is due to symcache problems -- but it seems to be I can repro only by pointing at that symcache dir: $ unpacked/bin/drmemory.exe -symcache_dir C:/Users//AppData/LocalLow/drmemory.symcache -light ../../win7-cr-builder/build/src/out/Debug/url_unittests.exe --gtest_filter=GURLTest.Types --single-process-tests freshly made: $ diff -qr ../drmemory.i1428.copy/ ./ | grep -v 'Only in ../drm' GDI32:
|
From [email protected] on January 29, 2014 12:00:22
After getting our win7-cr bot green, it went back red with a bunch of
invalid heap arg errors in msvcp100d.dll: http://build.chromium.org/p/client.drmemory/builders/win7-cr/builds/4910/steps/Chromium%20%27url%27%20tests/logs/stdio The errors are like this and happen on just about every test:
Dr.MError#1
: INVALID HEAP ARGUMENT to free 0x03471a60Dr.M# 0 replace_free [e:\b\build\slave\win-builder\drmemory\common\alloc_replace.c:2352]Dr.M# 1 MSVCP100D.dll!std::_Yarn<>::_Tidy +0x1e (0x6cca247f <MSVCP100D.dll+0x1247f>)Dr.M# 2 MSVCP100D.dll!std::_Yarn<>::_Yarn<> +0x10 (0x6cca1731 <MSVCP100D.dll+0x11731>)
_Locinfo +0x49 (0x6cc9bb7a <MSVCP100D.dll+0xbb7a>)Dr.M# 3 MSVCP100D.dll!std::_Locinfo::Dr.M# 4 MSVCP100D.dll!std::num_put<>::_Getcat +0xe4 (0x6ccafa05 <MSVCP100D.dll+0x1fa05>)Dr.M# 5 MSVCP100D.dll!std::time_put<>::do_put +0x41ee (0x6ccd649f <MSVCP100D.dll+0x4649f>)Dr.M# 6 MSVCP100D.dll!std::basic_ostream<>::operator<< +0x85 (0x6ccbc2a6 <MSVCP100D.dll+0x2c2a6>)Dr.M# 7 testing::Message::operator<<<> [testing\gtest\include\gtest\gtest-message.h:131]Dr.M# 8 testing::internal::StreamableToString<> [testing\gtest\include\gtest\gtest-message.h:244]Dr.M# 9 testing::FormatCountableNoun [testing\gtest\src\gtest.cc:2382]Dr.M#10
testing::FormatTestCaseCount [testing\gtest\src\gtest.cc:2392]Dr.M#11
testing::internal::PrettyUnitTestResultPrinter::OnTestIterationStart [testing\gtest\src\gtest.cc:2643]Dr.M#12
testing::internal::TestEventRepeater::OnTestIterationStart [testing\gtest\src\gtest.cc:2888]Dr.M#13
testing::internal::UnitTestImpl::RunAllTests [testing\gtest\src\gtest.cc:4051]Dr.M#14
testing::internal::HandleExceptionsInMethodIfSupported<> [testing\gtest\src\gtest.cc:2045]Dr.MNote: @0:00:00.889 in thread 196Original issue: http://code.google.com/p/drmemory/issues/detail?id=1428
The text was updated successfully, but these errors were encountered: