From kde-core-devel Fri Jun 27 20:20:16 2008 From: Christian Ehrlicher Date: Fri, 27 Jun 2008 20:20:16 +0000 To: kde-core-devel Subject: doubled entries in ksycoca? Message-Id: <48654B80.2020202 () gmx ! de> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=121459803327477 Hi, while trying to fix ksyscocatest on windows I found a problem in my ksycoca cache. Some entries doubled. Digging a little bit deeper I found out that the doubles are written in KBuildMimeTypeFactory::savePatternLists() --> m_fastPatternDict->save(str) I added some debug output: keyStr offset &payload "asc" 78230 0x1e7ef58 "asc" 82709 0x1ea07f8 "asc" 82709 0x1eb2610 "asc" 127207 0x1e17c48 Now I don't know how to investigate further. Any ideas? Christian