Summary: | kbuildsycoca crashes every time it runs. | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | jstuart |
Component: | ksycoca | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | esigra |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jstuart
2003-10-16 06:29:56 UTC
Can you check if you have a file octet-stream.desktop somewhere under either ~/.kde or under /usr/kde/cvs/share/ ? E.g. with: find ~/.kde -name octet-stream.desktop find /usr/kde/cvs/share/ octet-stream.desktop How does that file look like? Yes I do have an octet-stream.desktop file in /usr/kde/cvs/share/mimelnk/application. Nothing in ~/.kde. Looks ok. Contents follow: [Desktop Entry] Encoding=UTF-8 Comment=Unknown Comment[af]=Onbekende Comment[ar]=<D8><BA><D9><8A><D8><B1> <D9><85><D8><B9><D8><B1><D9><88><D9><81> Comment[az]=Nam<C9><99>'lum Comment[be]=<D0><9D><D0><B5><D0><B2><D1><8F><D0><B4><D0><BE><D0><BC><D1><8B> Comment[bg]=<D0><9D><D0><B5><D0><B8><D0><B7><D0><B2><D0><B5><D1><81><D1><82><D0><B5><D0><BD> Comment[br]=Dianav Comment[bs]=Nepoznat Comment[ca]=Desconegut Comment[cs]=Nezn<C3><A1>m<C3><BD> Comment[cy]=Anhysbys Comment[da]=Ukendt Comment[de]=Unbekannt Comment[el]=<CE><86><CE><B3><CE><BD><CF><89><CF><83><CF><84><CE><BF> Comment[eo]=Nekonata Comment[es]=Desconocido Comment[et]=Tundmatu Comment[eu]=Ezezaguna Comment[fa]=<D9><86><D8><A7><D8><B4><D9><86><D8><A7><D8><AE><D8><AA><D9><87> Comment[fi]=Tuntematon Comment[fr]=Inconnu Comment[ga]=Neamhaitheanta Comment[gl]=Desco<C3><B1>ecido Comment[he]=<D7><9C><D7><90> <D7><99><D7><93><D7><95><D7><A2> Comment[hr]=Nepoznat Comment[hu]=Ismeretlen Comment[id]=Tidak Diketahui Comment[is]=<C3><93><C3><BE>ekkt Comment[it]=Sconosciuto Comment[ja]=<E6><9C><AA><E7><9F><A5> Comment[ko]=<EB><AA><A8><EB><A6><84> Comment[lt]=Ne<C5><BE>inomas Comment[lv]=Nezin<C4><81>ms Comment[mi]=Kaore i te Mohio Comment[mk]=<D0><9D><D0><B5><D0><BF><D0><BE><D0><B7><D0><BD><D0><B0><D1><82><D0><BE> Comment[mn]=<D0><9C><D1><8D><D0><B4><D1><8D><D0><B3><D0><B4><D1><8D><D1><85><D0><B3><D2><AF><D0><B9> Comment[mt]=Mhux mag<C4><A7>ruf Comment[nb]=Ukjent Comment[nl]=Onbekend Comment[nn]=Ukjend Comment[nso]=Ga e tsebje Comment[oc]=Desconegut Comment[pl]=Nieznany Comment[pt]=Desconhecido Comment[pt_BR]=Desconhecido Comment[ro]=Necunoscut Comment[ru]=<D0><9D><D0><B5><D0><B8><D0><B7><D0><B2><D0><B5><D1><81><D1><82><D0><BD><D1><8B><D0><B9> Comment[sk]=Nezn<C3><A1>my Comment[sl]=Neznano Comment[sr]=<D0><9D><D0><B5><D0><BF><D0><BE><D0><B7><D0><BD><D0><B0><D1><82> Comment[ss]=Ngatiwa Comment[sv]=Ok<C3><A4>nt filformat Comment[ta]=<C2><A6><C2><BE><C3><83><C2><A2><C3><82><C2><A1><C2><BE> Comment[th]=<E0><B9><84><E0><B8><A1><E0><B9><88><E0><B8><A3><E0><B8><B9><E0><B9><89><E0><B8><88><E0><B8><B1><E0> <B8><81> Comment[tr]=Bilinmeyen Comment[uk]=<D0><9D><D0><B5><D0><B2><D1><96><D0><B4><D0><BE><D0><BC><D0><B8><D0><B9> Comment[uz]=<D0><9D><D0><BE><D0><BC><D0><B0><D1><8A><D0><BB><D1><83><D0><BC> Comment[ven]=Zwisadivhei Comment[vi]=Kh<C3><B4>ng bi<E1><BA><BF>t Comment[wa]=N<C3><A9>n cnoxhou Comment[xh]=Engaziwayo Comment[xx]=xxUnknownxx Comment[zh_CN]=<E6><9C><AA><E7><9F><A5> Comment[zh_TW]=<E6><9C><AA><E7><9F><A5> Comment[zu]=Okungaziwa Type=MimeType MimeType=application/octet-stream Patterns= And it's readable as well for the user that had the kbuildsycoca crash? I'm asking because I can reproduce the crash if I delete this file, but in your debug output above it clearly manages to find this file and notes that it has changed. So for some reason this file doesn't get picked up completely right. yes it is readable by myself. (jstuart@bones)()(01:09PM:10/16/03) (514:14)$ ls -l `find /usr/kde/cvs/share/ -name octet-stream.desktop` -rw-r--r-- 1 root root 1.7K Oct 5 21:10 /usr/kde/cvs/share/mimelnk/application/octet-stream.desktop (jstuart@bones)()(01:10PM:10/16/03) (515:15)$ file `find /usr/kde/cvs/share/ -name octet-stream.desktop` /usr/kde/cvs/share/mimelnk/application/octet-stream.desktop: UTF-8 Unicode text There was folder that was empty in /usr/kde/cvs/share/applnk/Settings. It was called Information. Once I removed that folder... everything is happy! IE no crash. |