Updates:
Owner: [email protected]
Comment #6 on issue 9170 by [email protected]: unit_tests'
RenderViewTest.OnImeStateChanged crashes under Valgrind with reference to
0xBEEDDEAD
http://code.google.com/p/chromium/issues/detail?id=9170
Dan, can you still reproduce this?
G_SLICE=always-malloc \
NSS_DISABLE_ARENA_FREE_LIST=1 \
G_DEBUG=fatal_warnings \
"$VALGRIND" \
--trace-children=yes \
--db-command="$GDB -nw %f %p" \
--db-attach=yes \
--suppressions="$SUPPRESSIONS" \
--malloc-fill=41 --free-fill=41 \
--smc-check=all \
"$@"
==26554== Memcheck, a memory error detector.
==26554== Copyright (C) 2002-2008, and GNU GPL'd, by Julian Seward et al.
==26554== Using LibVEX rev 1878, a library for dynamic binary translation.
==26554== Copyright (C) 2004-2008, and GNU GPL'd, by OpenWorks LLP.
==26554== Using valgrind-3.4.0, a dynamic binary instrumentation framework.
==26554== Copyright (C) 2000-2008, and GNU GPL'd, by Julian Seward et al.
==26554== For more details, rerun with: -v
==26554==
[==========] Running 506 tests from 102 test cases.
[----------] Global test environment set-up.
...
[ RUN ] RenderViewTest.OnImeStateChanged
[ OK ] RenderViewTest.OnImeStateChanged
[ RUN ] RenderViewTest.ImeComposition
[ OK ] RenderViewTest.ImeComposition
...
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---