Szymon Stryczek wrote:
> Yaakov (Cygwin/X) wrote:
>> On Thu, 2012-01-12 at 12:53 +0100, Szymon Stryczek wrote:
>>> I've got an issue with KDE on cygwin (win xp x86) which I cannot figure out.
>>> I try to run startkde and no matter what it always comes with:
>>>
>>> startkde: Starting up...
>>> Connecting to deprecated signal
>>> QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
>>> kded(6900): Communication problem with  "kded" , it probably crashed.
>>> Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message
>>> did not receive a reply (timeout by message bus)" "
>> You may need to have a running system bus.  To install, start a Cygwin
>> terminal as an Administrator, run messagebus-config followed by
>> 'cygrunsrv -S messagebus'.  Then from a regular user shell, try startkde
>> again.
>>
> Thanks for advice but that didn't help.
> Now I have dbus-daemon as a windows service but still kded4.exe process
> dies few seconds after start...
>
Ok, I've managed to get strace for that :

    54 15012556 [main] kded4 8168 fhandler_base::fstat_helper: 0 = fstat 
(\??\E:\cygwin\usr\share\kde4\config\oxygenrc, 0x22C380) 
st_atime=4F106DA1 st_size=872, st_mode=0x81A4,
st_ino=76279718688734424, sizeof=96
    34 15012590 [main] kded4 8168 fstat64: 0 = fstat (8, 0x22C380)
    85 15012675 [main] kded4 8168 readv: readv (8, 0x22C284, 1) 
blocking, sigcatchers 3
    44 15012719 [main] kded4 8168 fhandler_base::read: returning 872, 
binary mode
    33 15012752 [main] kded4 8168 readv: 872 = readv (8, 0x22C284, 1), 
errno 2
    33 15012785 [main] kded4 8168 readv: readv (8, 0x22C284, 1) 
blocking, sigcatchers 3
    33 15012818 [main] kded4 8168 fhandler_base::read: returning 0, 
binary mode
    29 15012847 [main] kded4 8168 readv: 0 = readv (8, 0x22C284, 1), errno 2
  3981 15016828 [main] kded4 8168 close: close (8)
    40 15016868 [main] kded4 8168 fhandler_base::close: closing 
'/usr/share/kde4/config/oxygenrc' handle 0x87C
   198 15017066 [main] kded4 8168 close: 0 = close (8)
--- Process 8168, exception C0000005 at 6D69255E
   492 15017558 [main] kded4 8168 exception::handle: In 
cygwin_except_handler exc 0xC0000005 at 0x6D69255E sp 0x22C520
    38 15017596 [main] kded4 8168 exception::handle: In 
cygwin_except_handler sig 11 at 0x6D69255E
    33 15017629 [main] kded4 8168 exception::handle: In 
cygwin_except_handler calling 0x0
    34 15017663 [main] kded4 8168 try_to_debug: debugger_command ''
   476 15018139 [main] kded4 8168 open_stackdumpfile: Dumping stack 
trace to kded4.exe.stackdump


I did little more lookup and I found "exception C0000005" to be an 
Access Violation error, but i have no idea what's with that....

Szymon

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to