Status: Untriaged Owner: ---- Labels: Type-Bug Pri-2 OS-Linux Area-Misc Size-Medium valgrind
New issue 9514 by [email protected]: Memory leak in WebCore::CSSPrimitiveValueInternal::getRGBColorValueCallback in LayoutTests/transitions/shorthand-border-transitions.html http://code.google.com/p/chromium/issues/detail?id=9514 Valgrinding a debug build on layout test 8390, LayoutTests/transitions/shorthand-border-transitions.html, showed the following memory leak: 20:09:06 valgrind_analyze.py [ERROR] Leak_DefinitelyLost 60 bytes in 5 blocks are definitely lost in loss record 352 of 524 operator new(unsigned int) (coregrind/m_replacemalloc/vg_replace_malloc.c:230) WebCore::CSSPrimitiveValueInternal::getRGBColorValueCallback(v8::Arguments const&) (chrome/Hammer/dbg/obj/webkit/V8Bindings/DerivedSources/V8CSSPrimitiveValue.cpp:143) v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**) (v8/src/builtins.cc:380) 0x12C9414A () 0x12CA8C12 () 0x12CA99AA () 0x12C94BF8 () 0x12C94673 () v8::internal::Invoke(bool, v8::internal::Handle<v8::internal::JSFunction>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Object***, bool*) (v8/src/execution.cc:89) v8::internal::Execution::Call(v8::internal::Handle<v8::internal::JSFunction>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Object***, bool*) (v8/src/execution.cc:116) v8::Function::Call(v8::Handle<v8::Object>, int, v8::Handle<v8::Value>*) (v8/src/api.cc:2038) WebCore::V8Proxy::CallFunction(v8::Handle<v8::Function>, v8::Handle<v8::Object>, int, v8::Handle<v8::Value>*) (webkit/port/bindings/v8/v8_proxy.cpp:1580) WebCore::ScheduledAction::execute(WebCore::ScriptExecutionContext*) (third_party/WebKit/WebCore/bindings/v8/ScheduledAction.cpp:104) WebCore::DOMTimer::fired() (third_party/WebKit/WebCore/page/DOMTimer.cpp:125) WebCore::ThreadTimers::fireTimers(double, WTF::Vector<WebCore::TimerBase*, 0u> const&) (third_party/WebKit/WebCore/platform/ThreadTimers.cpp:111) WebCore::ThreadTimers::sharedTimerFiredInternal() (third_party/WebKit/WebCore/platform/ThreadTimers.cpp:141) WebCore::ThreadTimers::sharedTimerFired() (third_party/WebKit/WebCore/platform/ThreadTimers.cpp:122) webkit_glue::WebKitClientImpl::DoTimeout() (webkit/glue/webkitclient_impl.h:40) void DispatchToMethod<webkit_glue::WebKitClientImpl, void (webkit_glue::WebKitClientImpl::*)()>(webkit_glue::WebKitClientImpl*, void (webkit_glue::WebKitClientImpl::*)(), Tuple0 const&) (base/tuple.h:383) base::BaseTimer<webkit_glue::WebKitClientImpl, false>::TimerTask::Run() (base/timer.h:160) MessageLoop::RunTask(Task*) (base/message_loop.cc:308) MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const&) (base/message_loop.cc:316) MessageLoop::DoDelayedWork(base::Time*) (base/message_loop.cc:443) base::MessagePumpForUI::HandleDispatch() (base/message_pump_glib.cc:196) (anonymous namespace)::WorkSourceDispatch(_GSource*, int (*)(void*), void*) (base/message_pump_glib.cc:75) g_main_context_dispatch (/usr/lib32/libglib-2.0.so.0.1600.3) 0x112A5E5D (/usr/lib32/libglib-2.0.so.0.1600.3.bak) g_main_context_iteration (/usr/lib32/libglib-2.0.so.0.1600.3) base::MessagePumpForUI::Run(base::MessagePump::Delegate*) (base/message_pump_glib.cc:149) MessageLoop::RunInternal() (base/message_loop.cc:197) -- 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 -~----------~----~----~----~------~----~------~--~---
