| Summary: | dolphin doesn't properly quit and prevents next instances to be open | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Patrizio Bassi <patrizio.bassi> |
| Component: | general | Assignee: | Peter Penz <peter.penz19> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | frank78ac, thomas_reardon |
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrizio Bassi
2010-12-28 17:37:30 UTC
more infos:
after quit
strace -p 3235
Process 3235 attached - interrupt to quit
futex(0x1ea7e1c, FUTEX_WAIT_PRIVATE, 1, NULL
while, opening another instance
......
access("/home/patrizio/.kde4/share/config/kdebugrc", W_OK) = 0
stat("/home/patrizio/.kde4/share/config/kdebugrc", {st_mode=S_IFREG|0600, st_size=1886, ...}) = 0
stat("/usr/share/config/kdebugrc", {st_mode=S_IFREG|0644, st_size=1488, ...}) = 0
stat("/usr/share/config/kdebugrc", {st_mode=S_IFREG|0644, st_size=1488, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=480, ...}) = 0
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=5352, ...}) = 0
lstat("/usr/share/config", {st_mode=S_IFDIR|0755, st_size=2760, ...}) = 0
lstat("/usr/share/config/kdebugrc", {st_mode=S_IFREG|0644, st_size=1488, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2652, ...}) = 0
stat("/usr/share/config/kdebugrc", {st_mode=S_IFREG|0644, st_size=1488, ...}) = 0
stat("/usr/share/config/kdebugrc", {st_mode=S_IFREG|0644, st_size=1488, ...}) = 0
open("/usr/share/config/kdebugrc", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=1488, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=1488, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=1488, ...}) = 0
read(4, "[11001]\nInfoOutput=4\n\n[1217]\nInf"..., 16384) = 1488
read(4, "", 14896) = 0
close(4) = 0
stat("/home/patrizio/.kde4/share/config/kdebugrc", {st_mode=S_IFREG|0600, st_size=1886, ...}) = 0
open("/home/patrizio/.kde4/share/config/kdebugrc", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
fstat(4, {st_mode=S_IFREG|0600, st_size=1886, ...}) = 0
fstat(4, {st_mode=S_IFREG|0600, st_size=1886, ...}) = 0
fstat(4, {st_mode=S_IFREG|0600, st_size=1886, ...}) = 0
read(4, "InfoOutput=4\n\n[KPasswdServer]\nIn"..., 16384) = 1886
read(4, "", 14498) = 0
close(4) = 0
write(2, "unnamed app(3350): Communication"..., 359unnamed app(3350): Communication problem with "dolphin" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." "
) = 359
exit_group(255) = ?
RC2 still bugged. confirmed in RC2 Thanks for the bug report! Maybe this is the same problem as bug 261541. Yes, adopting the fix to bug 261541 works. i can confirm it's a dupe *** This bug has been marked as a duplicate of bug 261541 *** *** Bug 261359 has been marked as a duplicate of this bug. *** |