Status: Untriaged Owner: ---- Labels: Type-Bug Pri-2 OS-Mac Area-Misc Size-Medium
New issue 9589 by [email protected]: Conditional depends on uninit value in skia::BGRAConvolve2D ? http://code.google.com/p/chromium/issues/detail?id=9589 Is the following warning valid? This was with a release build on Mac of r12849 with the commandline ~/VgDARWIN/darwin/vg-in-place --trace-children=yes --track-origins=yes ./Chromium.app/Contents/MacOS/Chromium http://www.wetter.de (Probably also want to tell valgrind --smc-check=all to avoid warnings from the JIT.) In the box at the top right labelled "PLZ(A/CH/D), Ort oder Land", type "70435" and press return. Here's the warning: Conditional jump or move depends on uninitialised value(s) at skia::BGRAConvolve2D(unsigned char const*, int, bool, skia::ConvolusionFilter1D const&, skia::ConvolusionFilter1D const&, unsigned char*) (convolver.cc:17) by skia::ImageOperations::Resize(SkBitmap const&, skia::ImageOperations::ResizeMethod, int, int, gfx::Rect const&) (image_operations.cc:289) by skia::ImageOperations::Resize(SkBitmap const&, skia::ImageOperations::ResizeMethod, int, int) (image_operations.cc:302) by 0x1D8C5A: RenderView::CaptureThumbnail(WebFrame*, int, int, SkBitmap*, ThumbnailScore*) (render_view.cc:741) by RenderView::SendThumbnail() (render_view.cc:445) by RenderView::CapturePageInfo(int, bool) (render_view.cc:645) ... Uninitialised value was created by a heap allocation at operator new(unsigned long) (vg_replace_malloc.c:217) by WebCore::StyleSurroundData::copy() const (StyleSurroundData.h:38) by WebCore::DataRef<WebCore::StyleSurroundData>::access() (DataRef.h:41) by WebCore::CSSStyleSelector::applyProperty(int, WebCore::CSSValue*) (RenderStyle.h:760) by WebCore::CSSStyleSelector::applyDeclarations(bool, bool, int, int) (CSSStyleSelector.cpp:2779) by WebCore::CSSStyleSelector::styleForElement(WebCore::Element*, WebCore::RenderStyle*, bool, bool) (CSSStyleSelector.cpp:1214) by WebCore::Node::styleForRenderer() (Node.cpp:1251) by WebCore::Node::createRendererIfNeeded() (Node.cpp:1233) by WebCore::Element::attach() (Element.cpp:703) by WebCore::HTMLParser::insertNode(WebCore::Node*, bool) (HTMLParser.cpp:363) by WebCore::HTMLParser::parseToken(WebCore::Token*) (HTMLParser.cpp:267) by WebCore::HTMLTokenizer::processToken() (HTMLTokenizer.cpp:1886) -- 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 -~----------~----~----~----~------~----~------~--~---
