First page Back Continue Last page Overview Graphics
KDE4 on OpenBSD: shared caches
- Symptom: every first time you start a KDE program after logging in, it crashes.
- Diagnose: KSharedDataCache failed to do inter-process synchronization properly.
- In other words: after a fail to create process-shared mutex, it tried to use thread-shared mutex instead of bailing out and going without cache.
- Solution: new lock type for KSharedDataCache.