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.
- A gem from kshareddatacache_p.h:
- // Attempt to setup for thread-only synchronization.
if (!processSharingSupported &&
    pthread_mutex_init(&m_mutex, NULL) != 0) {
    // ...