Changes between Initial Version and Version 4 of Ticket #30578


Ignore:
Timestamp:
Aug 3, 2011, 10:58:07 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30578

    • Property Keywords kde added
    • Property Cc snc@… sharky@… jan@… mk@… michaelld@… added; snc@… removed
  • Ticket #30578 – Description

    initial v4  
    11It seems that not even a single KDE program is starting. gdb reveals that they are waiting for a semaphore or mutex:
    22
    3 {{{(gdb) backtrace
     3{{{
     4(gdb) backtrace
    45#0  0x00007fff89f05a6a in __semwait_signal ()
    56#1  0x00007fff89f09881 in _pthread_cond_wait ()
     
    3637#32 0x0000000100012f21 in KonquerorApplication::KonquerorApplication ()
    3738#33 0x00000001000cf598 in kdemain ()
    38 #34 0x0000000100007ec4 in start ()}}}
     39#34 0x0000000100007ec4 in start ()
     40}}}
    3941
    4042I have KDE 4.7.0 installed.