KDE

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Failed to start kde (qdbus assertion failed)

    6 answers - 1567 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hi, list
    I built KDE4 from svn trunk successfully. However, I cannot start kde.
    I started X window and ran dbus first. Then I typed
    startkde log 2>&1
    There is a message in the X window screen:
    Could not start D-Bus. Check your installation.
    I examined the log and it told me:
    startkde: Starting up
    / line 284: 20703 Aborted
    qdbus >/dev/null 2>/dev/null
    / line 284: 20710 Aborted
    qdbus >/dev/null 2>/dev/null
    startkde: Could not start D-Bus. Check your installation.
    Warning: Missing charsets in String to FontSet conversion
    kdeinit: Launched KLauncher, pid = 20720 result = 0
    20720: assertion failed "(functions->mask & ~DBUS_THREAD_FUNCTINS_ALL_MASK)
    == 0" file "dbus-threads.c" line 524 function dbus_threads_init
    kdeinit: Communication error with launcher. Exiting!
    Warning: connect() failed: : Connection refused
    It seemed that qdbus could not be started. So I tried to type qdbus my self.
    [kde-devel@franklin ~]$ qdbus
    20980: assertion failed "(functions->mask & ~DBUS_THREAD_FUNCTINS_ALL_MASK)
    == 0" file "dbus-threads.c" line 524 function dbus_threads_init
    Aborted.
    I updated the qt-copy source and re-built it, but the same result.
    Could anyone please help me with this? Thanks a lot!
    Regards,
    Franklin

    >Visit #unsub to unsubscribe <<

    PGP SIGNATURE
    Version: GnuPG v1.4.5 (GNU/Linux)
    N4F2sPr58liPQxfzJNaCHUo=
    =gTVX
    PGP SIGNATURE
  • No.1 | | 1778 bytes | |

    Seems to be a dbus related problem.
    Check your dbus version, maybe it's too old or too new for qt-copy.

    Michel

    2006/10/26, Franklin <franklin (AT) goodhorse (DOT) idv.tw>:
    Hi, list

    I built KDE4 from svn trunk successfully. However, I cannot start kde.

    I started X window and ran dbus first. Then I typed

    startkde log 2>&1

    There is a message in the X window screen:

    Could not start D-Bus. Check your installation.

    I examined the log and it told me:

    startkde: Starting up
    / line 284: 20703 Aborted
    qdbus >/dev/null 2>/dev/null
    / line 284: 20710 Aborted
    qdbus >/dev/null 2>/dev/null
    startkde: Could not start D-Bus. Check your installation.
    Warning: Missing charsets in String to FontSet conversion
    kdeinit: Launched KLauncher, pid = 20720 result = 0
    20720: assertion failed "(functions->mask & ~DBUS_THREAD_FUNCTINS_ALL_MASK)
    == 0" file "dbus-threads.c" line 524 function dbus_threads_init
    kdeinit: Communication error with launcher. Exiting!
    Warning: connect() failed: : Connection refused
    --
    It seemed that qdbus could not be started. So I tried to type qdbus my self.

    [kde-devel@franklin ~]$ qdbus
    20980: assertion failed "(functions->mask & ~DBUS_THREAD_FUNCTINS_ALL_MASK)
    == 0" file "dbus-threads.c" line 524 function dbus_threads_init
    Aborted.

    I updated the qt-copy source and re-built it, but the same result.

    Could anyone please help me with this? Thanks a lot!
    --
    Regards,
    Franklin
    >
    >
    >
    >Visit #unsub to unsubscribe <<
    >
    >
    >
    >


    >Visit #unsub to unsubscribe <<
  • No.2 | | 775 bytes | |

    Michel Hermier wrote:
    >Seems to be a dbus related problem.
    >Check your dbus version, maybe it's too old or too new for qt-copy.


    There's no too-new version. The minimum required is 0.62, but 0.90 doesn't
    work.

    >[kde-devel@franklin ~]$ qdbus
    >20980: assertion failed "(functions->mask &
    >~DBUS_THREAD_FUNCTINS_ALL_MASK) == 0" file "dbus-threads.c" line 524
    >function dbus_threads_init Aborted.
    >>

    >I updated the qt-copy source and re-built it, but the same result.
    >>

    >Could anyone please help me with this? Thanks a lot!


    Can you give us a backtrace of the abortion?
  • No.3 | | 2172 bytes | |

    Thu, 26 2006 14:33:53 +0200, Thiago Macieira wrote
    Michel Hermier wrote:
    >Seems to be a dbus related problem.
    >Check your dbus version, maybe it's too old or too new for qt-copy.


    There's no too-new version. The minimum required is 0.62, but 0.90
    doesn't work.

    I'm using dbus 0.94 upgraded from Mandriva 2007.0 update.
    Is it too new?

    >[kde-devel@franklin ~]$ qdbus
    >20980: assertion failed "(functions->mask &
    >~DBUS_THREAD_FUNCTINS_ALL_MASK) == 0" file "dbus-threads.c" line 524
    >function dbus_threads_init Aborted.
    >>

    >I updated the qt-copy source and re-built it, but the same result.
    >>

    >Could anyone please help me with this? Thanks a lot!


    Can you give us a backtrace of the abortion?

    Hope these messages help.

    [Switching to Thread -1214404912 (LWP 24622)]
    0xbfffe410 in __kernel_vsyscall ()
    Current language: auto; currently c
    (gdb) bt
    #0 0xbfffe410 in __kernel_vsyscall ()
    #1 0xb7a20fc0 in raise () from /lib/i686/libc.so.6
    #2 0xb7a22851 in abort () from /lib/i686/libc.so.6
    #3 0xb7eec98b in dbus_malloc () from /lib/libdbus-1.so.3
    #4 0xb7ed6ba8 in dbus_watch_set_data () from /lib/libdbus-1.so.3
    #5 0xb7ece6af in dbus_threads_init () from /lib/libdbus-1.so.3
    #6 0xb7f5320c in qDBusInitThreads () at qdbusthread.cpp:112
    #7 0xb7f3ba51 in QDBusConnectionPrivate (this=0x805af10, p=0x0)
    at qdbusintegrator.cpp:702
    #8 0xb7f31e26 in QDBusConnection::connectToBus (
    , name=@0xbfa86e60)
    at qdbusconnection.cpp:320
    #9 0xb7f34d0c in QDBusDefaultConnection (this=0x805a488,
    ,
    name=0xb7f672d1 "qt_default_session_bus")
    at qdbusconnection.cpp:863
    #10 0xb7f3246f in _q_sessionBus () at qdbusconnection.cpp:870
    #11 0xb7f324e6 in QDBusConnection::sessionBus () at qdbusconnection.cpp:877
    #12 0x0804d2fe in main (argc=Cannot access memory at address 0x602e
    ) at qdbus.cpp:324


    >Visit #unsub to unsubscribe <<
  • No.4 | | 362 bytes | |

    Thu 26 2006, Thiago Macieira wrote:
    >Check your dbus version, maybe it's too old or too new for qt-copy.


    There's no too-new version. The minimum required is 0.62, but 0.90 doesn't work.

    I see an obvious contradiction in the above ;)
    If 0.90 doesn't work, then it falls into the "too new" case
  • No.5 | | 889 bytes | |

    franklin wrote:
    >I'm using dbus 0.94 upgraded from Mandriva 2007.0 update.
    >Is it too new?


    No. I am using it too.
    $ rpm -q dbus
    dbus-0.94-7mdv2007.1

    >Hope these messages help.
    >
    >[Switching to Thread -1214404912 (LWP 24622)]
    >0xbfffe410 in __kernel_vsyscall ()
    >Current language: auto; currently c
    >(gdb) bt
    >#0 0xbfffe410 in __kernel_vsyscall ()
    >#1 0xb7a20fc0 in raise () from /lib/i686/libc.so.6
    >#2 0xb7a22851 in abort () from /lib/i686/libc.so.6
    >#3 0xb7eec98b in dbus_malloc () from /lib/libdbus-1.so.3
    >#4 0xb7ed6ba8 in dbus_watch_set_data () from /lib/libdbus-1.so.3
    >#5 0xb7ece6af in dbus_threads_init () from /lib/libdbus-1.so.3
    >#6 0xb7f5320c in qDBusInitThreads () at qdbusthread.cpp:112


    Unfortunately, no.
  • No.6 | | 544 bytes | |

    David Faure wrote:
    Thu 26 2006, Thiago Macieira wrote:
    >>Check your dbus version, maybe it's too old or too new for qt-copy.
    >>

    >There's no too-new version. The minimum required is 0.62, but 0.90
    >doesn't work.
    >
    >I see an obvious contradiction in the above ;)
    >If 0.90 doesn't work, then it falls into the "too new" case


    0.91, 0.92, 0.93 and 0.94 work just fine. It's just that 0.90 was a faulty
    release.

Re: Failed to start kde (qdbus assertion failed)


max 4000 letters.
Your nickname that display:
In order to stop the spam: 9 + 8 =
QUESTION ON "KDE"

EMSDN.COM