konq-e Digest, Vol 19, Issue 10

Yi Liu lucky_liu at hotmail.com
Wed Dec 1 02:59:43 CET 2004



>From: konq-e-request at kde.org
>Reply-To: konq-e at kde.org
>To: konq-e at kde.org
>Subject: konq-e Digest, Vol 19, Issue 10
>Date: 25 Oct 2004 10:01:14 -0000
>
>Send konq-e mailing list submissions to
>konq-e at kde.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>https://mail.kde.org/mailman/listinfo/konq-e
>or, via email, send a message with subject or body 'help' to
>konq-e-request at kde.org
>
>You can reach the person managing the list at
>konq-e-owner at kde.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of konq-e digest..."
>
>
>Today's Topics:
>
>    1. Re: where is the cleared() signal to be connected? (Kwangwoo Lee)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Mon, 25 Oct 2004 09:36:01 +0900
>From: Kwangwoo Lee <kwlee at dynamicroot.org>
>Subject: Re: where is the cleared() signal to be connected?
>To: For discussion of Konqueror/Embedded <konq-e at kde.org>
>Message-ID: <417C4A71.40406 at dynamicroot.org>
>Content-Type: text/plain; charset=UTF-8; format=flowed
>
>Luciano Montanaro wrote:
>
> >The 'definitely lost' memory is not really a problem, as it's not much, 
>and
> >probably allocated as part of varioius initialization, some of which is
> >outside our control, like Xlib code.
> >
> >The 24Kb per page could be an actual leak. I've seen a memory leak fix in 
>a
> >recent CVS log, maybe the fix can be backported to kdelibs-3.{1,2}.
> >
> >Do you have a testcase to submit?
> >
>I have an intention to backport it, but I don't have much time after
>next months.
>Because my employer assigned other project to me, it may take about two
>months.
>
>If It is possible to do it slowly, I'd like to try to do it with my
>spare time.
>(I'll keep drawing the diagrams of funtions and classes on my own.)
>
>Regards,
>Kwangwoo Lee
>
>
>------------------------------
>
>_______________________________________________
>konq-e mailing list
>konq-e at kde.org
>https://mail.kde.org/mailman/listinfo/konq-e
>
>
>End of konq-e Digest, Vol 19, Issue 10
>**************************************
It seems this problem caused by dropin/kparts/historyprovider.h,which lacks 
a Q_OBJECT declaration. The location involves this problem at line 80 in 
kdesrc/khtml/html/html_documentimpl.cpp :
connect( KHTMLFactory::vLinks(), SIGNAL( cleared()),
             SLOT( slotHistoryChanged() ));
I had recompile the project(kde3.3.1) ,and the problem disappered.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



More information about the konq-e mailing list