[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kde daemon crashes



Thanks, Sune ...

On 2012-07-07 16:53, Sune Vuorela wrote:
> On 2012-07-07, Andreas v. Heydwolff <listmail@sandpsych.at> wrote:
>> half a day or day, okular, dolphin, and gwenview won't start any more.
>> konqueror seems to be unaffected.
> 
> What do you mean with 'wont start'? do you get any feedback at all? what
> if you try to launch the applicåations from konsole?

no feedback at all, launching from konsole then doesn't work any more either

> anytihng interested printed to .xsession-errors while starting the apps? 
> in one  konsole tab/window, do tail -f .xsession-errors and try launch
> the application from another tab/vwindow

.xsession-errors remains empty.

  ~$ strace dolphin

generates these lines als the last bit of output; this is where it gets
stuck.

stat("/home/avh/.local/share/user-places.xbel", {st_mode=S_IFREG|0644,
st_size=14447, ...}) = 0
open("/home/avh/.local/share/user-places.xbel", O_RDONLY|O_CLOEXEC) = 9
fcntl(9, F_SETFD, FD_CLOEXEC)           = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=14447, ...}) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=14447, ...}) = 0
read(9, "<?xml version=\"1.0\" encoding=\"UT"..., 16384) = 14447
read(9, "", 1937)                       = 0
brk(0x1f58000)                          = 0x1f58000
brk(0x1f79000)                          = 0x1f79000
read(9, "", 913)                        = 0
read(9, "", 16384)                      = 0
read(9, "", 1024)                       = 0
close(9)                                = 0
rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR2, {0x7f1d3f626d60, [USR2], SA_RESTORER|SA_RESTART,
0x7f1d470174f0}, {SIG_DFL, [], 0}, 8) = 0
getuid()                                = 1000
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 9
connect(9, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0
sendto(9, "\2\0\0\0\v\0\0\0\7\0\0\0passwd\0", 19, MSG_NOSIGNAL, NULL, 0)
= 19
poll([{fd=9, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=9,
revents=POLLIN|POLLHUP}])
recvmsg(9, {msg_name(0)=NULL, msg_iov(2)=[{"passwd\0", 7},
{"\270O\3\0\0\0\0\0", 8}], msg_controllen=24, {cmsg_len=20,
cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, {10}},
msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 15
mmap(NULL, 217016, PROT_READ, MAP_SHARED, 10, 0) = 0x7f1d47662000
close(10)                               = 0
close(9)                                = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 9
connect(9, {sa_family=AF_FILE, path=@"/tmp/fam-avh-"}, 110) = ?
ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---


connect(9, {sa_family=AF_FILE, path=@"/tmp/fam-avh-"}, 110




>> Could this be a problem related to the one discussed here?
> Most likely not.
ok


What's my task now to debug this? :)
And I guess I should open a new thread?

Andreas


Reply to: