From kde-devel Sun Nov 28 00:42:46 2004 From: David Faure Date: Sun, 28 Nov 2004 00:42:46 +0000 To: kde-devel Subject: Re: Threading issue? (valgrind --tool=helgrind) Message-Id: <200411280142.49801.faure () kde ! org> X-MARC-Message: https://marc.info/?l=kde-devel&m=110160246512876 On Sunday 28 November 2004 01:05, Oliver Stieber wrote: > On the other hand preview job is sent a list of icons, > it then starts off the ioslave thumbnail generator in > a seperate process, the ioslave thumbnail generator > notifies the previewjob which then notifies the > iconview. this is why I thik it may be a threading > issue. It's another process, not a thread. They don't share memory like threads do (but there is some SHM memory sharing between PreviewJob and kio_thumbnail). About valgrind: some errors in glibc or X are known - see kdesdk/scripts/kde.supp. -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<