[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2022-06-18 Thread Jim Jones
https://bugs.kde.org/show_bug.cgi?id=409574

Jim Jones  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Jim Jones  ---
fixed some time ago

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2021-04-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=409574

Méven Car  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #6 from Méven Car  ---
*** Bug 416937 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2021-04-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=409574

--- Comment #5 from Méven Car  ---
(In reply to Patrick Silva from comment #4)
> dupe of bug 348521 ?

No, we need to keep bugs separate when the deal with different things even
similar.
Having meta-bugs non-discerning bugs where no one has the same symptoms make it
so very hard to fix.

sometimes takes 1 min / 30ses != starting is a bit slow

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2021-04-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=409574

Patrick Silva  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #4 from Patrick Silva  ---
dupe of bug 348521 ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2020-01-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409574

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=348521
 CC||[email protected]

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2019-09-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=409574

Christoph Feck  changed:

   What|Removed |Added

   See Also|https://bugs.kde.org/show_b |
   |ug.cgi?id=411737|

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2019-09-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=409574

Christoph Feck  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=411737

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2019-09-04 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=409574

Méven Car  changed:

   What|Removed |Added

 CC||[email protected]
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Méven Car  ---
There are two issues causing the bug, I believe :

What Christopher said, we can see the 5 seconds futex timeout :

14498 13:05:27.346112 futex(0x55638e72d680, FUTEX_WAIT_PRIVATE, 0, {tv_sec=4,
tv_nsec=98802} 
14499 13:05:27.346137 poll([{fd=3, events=POLLIN}], 1, -1 
14498 13:05:32.346393 <... futex resumed> ) = -1 ETIMEDOUT (Connection timed
out) <5.000231>
14498 13:05:32.34 futex(0x55638e72d630, FUTEX_WAKE_PRIVATE, 1) = 0
<0.97>

The futex lock seems to be in ki18n loading, because prior to this mutex loop
invocation we have :
14498 13:05:27.341563 statx(AT_FDCWD,
"/usr/share/locale/en/LC_SCRIPTS/kio5/kio5.js", AT_STATX_SYNC_AS_STAT,
STATX_ALL, 0x7ffcb000c4d0) = -1 ENOENT (No such file or directory) <0.12>

That is clearly originating from klocalizedstring.cpp and this file deels with
QMutex.

The lines :

4498 13:05:35.209272 read(10,
"\2\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0log1.txt\0\0\0\0\0\0\0\0", 32) = 32
<0.08>
14498 13:05:35.209317 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN},
{fd=10, events=POLLIN}, {fd=11, events=POLLIN}, {fd=12, events=POLLPRI},
{fd=13, events=POLLIN}, {fd=19, events=POLLIN}, {fd=20, events=POLLIN}, {fd=21,
events=POLLIN}, {fd=22, events=POLLIN}], 10, 104) = 1 ([{fd=10,
revents=POLLIN}]) <0.09>
14498 13:05:35.209395 ioctl(10, FIONREAD, [32]) = 0 <0.07>

Could be due to mimetype determination or metadata gathering going wrong,
reading a whole file when it fails or errors.
I haven't yet investigated into it as much as the first issue.

I reproduce at least one of the two issues, but I don't know which one yet.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2019-07-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=409574

--- Comment #2 from Christoph Feck  ---
According to the strace log, a futex with a timeout value of 5 seconds was
aborted with ETIMEDOUT. This might help to investigate the deadlock.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 409574] Dolphin startup is sometimes delayed by up to 10 seconds

2019-07-07 Thread Jim Jones
https://bugs.kde.org/show_bug.cgi?id=409574

--- Comment #1 from Jim Jones  ---
there are thousands of lines of
4498 13:05:35.209272 read(10,
"\2\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0log1.txt\0\0\0\0\0\0\0\0", 32) = 32
<0.08>
14498 13:05:35.209317 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN},
{fd=10, events=POLLIN}, {fd=11, events=POLLIN}, {fd=12, events=POLLPRI},
{fd=13, events=POLLIN}, {fd=19, events=POLLIN}, {fd=20, events=POLLIN}, {fd=21,
events=POLLIN}, {fd=22, events=POLLIN}], 10, 104) = 1 ([{fd=10,
revents=POLLIN}]) <0.09>
14498 13:05:35.209395 ioctl(10, FIONREAD, [32]) = 0 <0.07>

log1.txt was the file strace stored its output into, and dolphin seems to poll
this files

-- 
You are receiving this mail because:
You are watching all bug changes.