Bug 275833

Summary: KXMLGUIClient memory corruption warning on exit
Product: [Applications] kate Reporter: Davor Cubranic <cubranic>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Davor Cubranic 2011-06-16 18:55:02 UTC
Version:           unspecified (using KDE 4.6.2) 
OS:                Linux

Kate 3.6.2 and KDE 4.6.2 (KUbuntu Natty)

When I run kate from the command line, I see the following output on exit:

kate(2667)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x9bafa6c deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. 
kate(2667)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x9cf47b8 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. 
kate(2667)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x9c7ff44 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. 

Okular has a similar issue (#261538). You can find further discussion there on how to properly fix this.

Reproducible: Always




OS: Linux (i686) release 2.6.38-8-generic
Compiler: cc
Comment 1 Dominik Haumann 2011-06-16 19:17:47 UTC
I fixed most (all?) of them already, see bug #271136 and bug #266538.
Right now, I cannot reproduce any of those message, thus closing.

*** This bug has been marked as a duplicate of bug 271136 ***