Closed Bug 753118 Opened 12 years ago Closed 12 years ago

Uninitialised value use in nsWindow::Destroy

Categories

(Core :: Widget: Gtk, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: jseward, Assigned: jseward)

References

Details

(Keywords: valgrind)

Attachments

(1 file)

m-c, x86_64-linux, seems to happen every startup (and possibly every
shutdown too)

Use of uninitialised value of size 8
   at 0x6DB4291: nsWindow::Destroy() (widget/gtk2/nsWindow.cpp:682)
   by 0x680C3B6: nsView::DestroyWidget() (view/src/nsView.cpp:296)
   by 0x680CCA7: nsView::~nsView() (view/src/nsView.cpp:267)
   by 0x680C452: nsIView::Destroy() (view/src/nsView.cpp:341)
   by 0x6810366: nsViewManager::~nsViewManager() (view/src/nsViewManager.cpp:116)
   by 0x680E0BA: nsViewManager::Release() (view/src/nsViewManager.cpp:146)
   by 0x6F3EFCC: nsCOMPtr_base::assign_with_AddRef(nsISupports*) (xpcom/build/../glue/nsCOMPtr.h:469)
   by 0x6432BF5: DocumentViewerImpl::Destroy() (ff-opt/layout/base/../../dist/include/nsCOMPtr.h:651)
   by 0x6433A11: DocumentViewerImpl::Show() (layout/base/nsDocumentViewer.cpp:1967)
   by 0x6446B2A: nsPresContext::EnsureVisible() (layout/base/nsPresContext.cpp:1845)
   by 0x64525F8: PresShell::UnsuppressAndInvalidate() (layout/base/nsPresShell.cpp:3578)
   by 0x645C105: PresShell::ProcessReflowCommands(bool) (layout/base/nsPresShell.cpp:7674)

 Uninitialised value was created by a heap allocation
   at 0x4029B9A: malloc (/home/sewardj/VgTRUNK/trunk/coregrind/m_replacemalloc/vg_replace_malloc.c:263)
   by 0x403D318: moz_xmalloc (memory/mozalloc/mozalloc.cpp:87)
   by 0x6DBAED4: nsDragServiceConstructor(nsISupports*, nsID const&, void**) (ff-opt/widget/gtk2/../../dist/include/mozilla/mozalloc.h:229)
   by 0x6F45E4E: mozilla::GenericFactory::CreateInstance(nsISupports*, nsID const&, void**) (ff-opt/xpcom/build/GenericFactory.cpp:48)
   by 0x6F71FD7: nsComponentManagerImpl::CreateInstanceByContractID(char const*, nsISupports*, nsID const&, void**) (xpcom/components/nsComponentManager.cpp:1064)
   by 0x6F74C2D: nsComponentManagerImpl::GetServiceByContractID(char const*, nsID const&, void**) (xpcom/components/nsComponentManager.cpp:1466)
   by 0x6F3FCD0: CallGetService(char const*, nsID const&, void**) (ff-opt/xpcom/build/nsComponentManagerUtils.cpp:94)
   by 0x6F3FD3B: nsGetServiceByContractID::operator()(nsID const&, void**) const (ff-opt/xpcom/build/nsComponentManagerUtils.cpp:278)
   by 0x6F3F15B: nsCOMPtr_base::assign_from_gs_contractid(nsGetServiceByContractID, nsID const&) (ff-opt/xpcom/build/nsCOMPtr.cpp:132)
   by 0x6450E45: PresShell::Init(nsIDocument*, nsPresContext*, nsIViewManager*, nsStyleSet*, nsCompatibility) (ff-opt/layout/base/../../dist/include/nsCOMPtr.h:701)
   by 0x6620B15: nsDocument::doCreateShell(nsPresContext*, nsIViewManager*, nsStyleSet*, nsCompatibility, nsIPresShell**) (content/base/src/nsDocument.cpp:3226)
   by 0x678B766: nsHTMLDocument::CreateShell(nsPresContext*, nsIViewManager*, nsStyleSet*, nsIPresShell**) (content/html/document/src/nsHTMLDocument.cpp:346)
Attached patch A possible fixSplinter Review
Attachment #622151 - Flags: review?(karlt)
Keywords: valgrind
Attachment #622151 - Flags: review?(karlt) → review+
Blocks: 497498
Keywords: checkin-needed
https://hg.mozilla.org/integration/mozilla-inbound/rev/6d1ff855f85c
Assignee: nobody → jseward
Flags: in-testsuite-
Keywords: checkin-needed
Target Milestone: --- → mozilla15
https://hg.mozilla.org/mozilla-central/rev/6d1ff855f85c
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: