Bug 275833 - KXMLGUIClient memory corruption warning on exit
Summary: KXMLGUIClient memory corruption warning on exit
Status: RESOLVED DUPLICATE of bug 271136
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-16 18:55 UTC by Davor Cubranic
Modified: 2011-06-16 19:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***