[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2022-12-08 Thread syevale111
https://bugs.kde.org/show_bug.cgi?id=429593

syevale111  changed:

   What|Removed |Added

 CC||yevalesaura...@gmail.com

--- Comment #51 from syevale111  ---
Getting AWS certified shows that you have some of the most in- demand( and
profitable) chops as validated by one of the most recognizable realities in
pall computing. Know about various IT training programs and achieve career
growth with us. Learn with AWS course in Pune.
https://www.sevenmentor.com/amazon-web-services-training-institute-in-pune.php
https://www.sevenmentor.com

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-02-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #50 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #49 from Méven Car  ---
(In reply to Méven Car from comment #47)
> (In reply to Wachid Adi Nugroho from comment #46)
> > when i run `QT_LOGGING_RULES="kf.service.sycoca=true" dolphin` it displays
> > messages like this repeatedly
> > 
> > > kf.service.sycoca: file timestamp changed: 
> > > "/home/wachid/.config/mimeapps.list" QDateTime(2021-01-13 06:01:21.376 
> > > WIB Qt::LocalTime) > QDateTime(2021-01-13 06:01:12.399 WIB Qt::LocalTime)
> 
> "QDateTime(2021-01-13 06:01:21.376 WIB Qt::LocalTime) > QDateTime(2021-01-13
> 06:01:12.399 WIB Qt::LocalTime)"
> 
> Seams weird, since it is not true "01:21.376 < 01:12.399", time comparison
> seems off, cache building should not occur in those settings.
> 

I was wrong here, somehow misread times.

It is apparently normal and shows that "/home/wachid/.config/mimeapps.list" was
edited since last time the cache was built.
I suspect another program to "touch" the file regularly, modifying its
modification time, but probably not its content.

Could you use `inotifywait` as described at https://superuser.com/a/181543 and
see if a program opens in Write mode the file
"/home/wachid/.config/mimeapps.list" regularly ?

Something like `inotifywait -m $HOME/.config/mimeapps.list` will at least check
this hypothesis (while the issues is occurring).
If you see many "CLOSE_WRITE" events. Share an extract of this command output
if fruitful.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-26 Thread Wachid Adi Nugroho
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #48 from Wachid Adi Nugroho  ---
(In reply to Méven Car from comment #47)
> (In reply to Wachid Adi Nugroho from comment #46)

> What is your timezone ?
❯ timedatectl
   Local time: Tue 2021-01-26 22:16:54 WIB
   Universal time: Tue 2021-01-26 15:16:54 UTC
 RTC time: Tue 2021-01-26 15:16:54
Time zone: Asia/Jakarta (WIB, +0700)  
System clock synchronized: yes
  NTP service: active 
  RTC in local TZ: no

> Do you run in a VM ?
No

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-26 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #47 from Méven Car  ---
(In reply to Wachid Adi Nugroho from comment #46)
> when i run `QT_LOGGING_RULES="kf.service.sycoca=true" dolphin` it displays
> messages like this repeatedly
> 
> > kf.service.sycoca: file timestamp changed: 
> > "/home/wachid/.config/mimeapps.list" QDateTime(2021-01-13 06:01:21.376 WIB 
> > Qt::LocalTime) > QDateTime(2021-01-13 06:01:12.399 WIB Qt::LocalTime)

"QDateTime(2021-01-13 06:01:21.376 WIB Qt::LocalTime) > QDateTime(2021-01-13
06:01:12.399 WIB Qt::LocalTime)"

Seams weird, since it is not true "01:21.376 < 01:12.399", time comparison
seems off, cache building should not occur in those settings.

What is your timezone ?

Do you run in a VM ?

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-16 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=429593

Neal Gompa  changed:

   What|Removed |Added

 CC||m...@michaeltunnell.com,
   ||ngomp...@gmail.com

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-12 Thread Wachid Adi Nugroho
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #46 from Wachid Adi Nugroho  ---
when i run `QT_LOGGING_RULES="kf.service.sycoca=true" dolphin` it displays
messages like this repeatedly

> kf.service.sycoca: QThread(0x55e3760f7ec0) got a notifyDatabaseChanged signal
> kf.service.sycoca: Opening ksycoca from 
> "/home/wachid/.cache/ksycoca5_en_zoRMnH8PkaFf7ocUSRIpa6fde1k="
> kf.service.sycoca: file timestamp changed: 
> "/home/wachid/.config/mimeapps.list" QDateTime(2021-01-13 06:01:21.376 WIB 
> Qt::LocalTime) > QDateTime(2021-01-13 06:01:12.399 WIB Qt::LocalTime)
> kf.service.sycoca: Waiting for already running kbuildsycoca5 to finish.
> kf.service.sycoca: Reusing existing ksycoca
> kf.service.sycoca: Recreating ksycoca file 
> ("/home/wachid/.cache/ksycoca5_en_zoRMnH8PkaFf7ocUSRIpa6fde1k=", version 304)
> .
> .
> .
> kf.service.sycoca: Saving
> kf.service.sycoca: Opening ksycoca from 
> "/home/wachid/.cache/ksycoca5_en_zoRMnH8PkaFf7ocUSRIpa6fde1k="

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-12 Thread Wachid Adi Nugroho
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #45 from Wachid Adi Nugroho  ---
(In reply to David Edmundson from comment #42)
> Can someone who can reproduce please include output of:
> 
> cat /proc/`pidof plasmashell`/environ | tr '\0' '\n'
> 
> As for this mpv script, when does it run?

SHELL=/bin/bash
MOZ_X11_EGL=1
LANGUAGE=en_US.UTF-8
XDG_DATA_HOME=/home/wachid/.local/share
XDG_CONFIG_HOME=/home/wachid/.config
DESKTOP_SESSION=plasma
XCURSOR_SIZE=24
GTK_MODULES=canberra-gtk-module:appmenu-gtk-module
XDG_SEAT=seat0
PWD=/home/wachid
XDG_SESSION_DESKTOP=plasma
LOGNAME=wachid
XDG_SESSION_TYPE=x11
XAUTHORITY=/run/user/1000/gdm/Xauthority
WINDOWPATH=2
MOTD_SHOWN=pam
GDM_LANG=en_US.UTF-8
HOME=/home/wachid
USERNAME=wachid
LANG=en_US.UTF-8
XDG_CURRENT_DESKTOP=KDE
XDG_CACHE_HOME=/home/wachid/.cache
XDG_SESSION_CLASS=user
TERM=rxvt-unicode
USER=wachid
DISPLAY=:0
SHLVL=0
XDG_VTNR=2
UBUNTU_MENUPROXY=1
XDG_SESSION_ID=3
LC_CTYPE=C.UTF-8
XDG_RUNTIME_DIR=/run/user/1000
LC_ALL=en_US.UTF-8
QT_AUTO_SCREEN_SCALE_FACTOR=0
PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
GDMSESSION=plasma
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/wachid
QT_FONT_DPI=84
QT_SCREEN_SCALE_FACTORS=LVDS1=1;DP1=1;HDMI1=1;VGA1=1;VIRTUAL1=1;
XCURSOR_THEME=breeze_cursors
MOZ_WEBRENDER=1
GTK_USE_PORTAL=1
KDE_FULL_SESSION=true
KDE_SESSION_VERSION=5
KDE_SESSION_UID=1000
KDE_APPLICATIONS_AS_SCOPE=1
GTK_RC_FILES=/etc/gtk/gtkrc:/home/wachid/.gtkrc:/home/wachid/.config/gtkrc
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/wachid/.gtkrc-2.0:/home/wachid/.config/gtkrc-2.0
SESSION_MANAGER=local/cniw:@/tmp/.ICE-unix/861,unix/cniw:/tmp/.ICE-unix/861

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-12 Thread CK
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #44 from CK  ---
actually if I do touch ~/.local/share/applications/mimeapps.list the issue
disappears

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-12 Thread CK
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #43 from CK  ---
before launching via krunner:

$ cat /proc/pidof plasmashell/environ | tr '\0' '\n'
IMSETTINGS_INTEGRATE_DESKTOP=yes
SHELL=/bin/bash
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
HISTCONTROL=ignoredups
GTK_IM_MODULE=gtk-im-context-simple
HISTSIZE=1000
HOSTNAME=lenovo15
SSH_AUTH_SOCK=/tmp/ssh-YjK0WGM6iUwf/agent.2124
XMODIFIERS=@im=none
DESKTOP_SESSION=/usr/share/xsessions/plasma
SSH_AGENT_PID=2548
LMOD_DIR=/usr/share/lmod/lmod/libexec
EDITOR=/usr/bin/nano
XDG_SEAT=seat0
PWD=/home/X
XDG_SESSION_DESKTOP=KDE
LOGNAME=X
XDG_SESSION_TYPE=x11
MODULESHOME=/usr/share/lmod/lmod
MANPATH=/usr/share/lmod/lmod/share/man:
XAUTHORITY=/home/X/.Xauthority
HOME=/home/X
LANG=ru_UA.UTF-8
XDG_CURRENT_DESKTOP=KDE
LMOD_SETTARG_FULL_SUPPORT=no
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
LMOD_VERSION=8.4.1
IMSETTINGS_MODULE=none
MODULEPATH_ROOT=/usr/share/modulefiles
MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed
XDG_SESSION_CLASS=user
LMOD_PKG=/usr/share/lmod/lmod
TERM=dumb
LESSOPEN=||/usr/bin/lesspipe.sh %s
USER=X
PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket
DISPLAY=:0
LMOD_ROOT=/usr/share/lmod
SHLVL=0
BASH_ENV=/usr/share/lmod/lmod/init/bash
LMOD_sys=Linux
QT_IM_MODULE=xim
XDG_VTNR=1
XDG_SESSION_ID=2
XDG_RUNTIME_DIR=/run/user/1000
S_COLORS=auto
KDEDIRS=/usr
XDG_DATA_DIRS=/home/X/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop
PATH=/home/X/.local/bin:/home/X/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/var/lib/snapd/snap/bin
MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod
MAIL=/var/spool/mail/X
BASH_FUNC_ml%%=() {  eval $($LMOD_DIR/ml_cmd "$@")
}
BASH_FUNC_module%%=() {  eval $($LMOD_CMD bash "$@") && eval
$(${LMOD_SETTARG_CMD:-:} -s sh)
}
_=/usr/bin/startplasma-x11
XCURSOR_THEME=breeze_cursors
XCURSOR_SIZE=24
XDG_CONFIG_DIRS=/etc/xdg:/usr/share/kde-settings/kde-profile/default/xdg
XDG_MENU_PREFIX=kf5-
GDK_CORE_DEVICE_EVENTS=1
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/X/.gtkrc-2.0:/home/X/.gtkrc-2.0-kde4:/home/X/.config/gtkrc-2.0
SSH_ASKPASS=/usr/bin/ksshaskpass
QT_AUTO_SCREEN_SCALE_FACTOR=0
KDE_FULL_SESSION=true
KDE_SESSION_VERSION=5
KDE_SESSION_UID=1000
KDE_APPLICATIONS_AS_SCOPE=1
GTK_RC_FILES=/etc/gtk/gtkrc:/home/X/.gtkrc:/home/X/.config/gtkrc
SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2967,unix/unix:/tmp/.ICE-unix/2967




after:

$ cat /proc/pidof plasmashell/environ | tr '\0' '\n'
IMSETTINGS_INTEGRATE_DESKTOP=yes
SHELL=/bin/bash
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
HISTCONTROL=ignoredups
GTK_IM_MODULE=gtk-im-context-simple
HISTSIZE=1000
HOSTNAME=lenovo15
SSH_AUTH_SOCK=/tmp/ssh-YjK0WGM6iUwf/agent.2124
XMODIFIERS=@im=none
DESKTOP_SESSION=/usr/share/xsessions/plasma
SSH_AGENT_PID=2548
LMOD_DIR=/usr/share/lmod/lmod/libexec
EDITOR=/usr/bin/nano
XDG_SEAT=seat0
PWD=/home/X
XDG_SESSION_DESKTOP=KDE
LOGNAME=X
XDG_SESSION_TYPE=x11
MODULESHOME=/usr/share/lmod/lmod
MANPATH=/usr/share/lmod/lmod/share/man:
XAUTHORITY=/home/X/.Xauthority
HOME=/home/X
LANG=ru_UA.UTF-8
XDG_CURRENT_DESKTOP=KDE
LMOD_SETTARG_FULL_SUPPORT=no
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
LMOD_VERSION=8.4.1
IMSETTINGS_MODULE=none
MODULEPATH_ROOT=/usr/share/modulefiles
MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed
XDG_SESSION_CLASS=user
LMOD_PKG=/usr/share/lmod/lmod
TERM=dumb
LESSOPEN=||/usr/bin/lesspipe.sh %s
USER=X
PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket
DISPLAY=:0
LMOD_ROOT=/usr/share/lmod
SHLVL=0
BASH_ENV=/usr/share/lmod/lmod/init/bash
LMOD_sys=Linux
QT_IM_MODULE=xim
XDG_VTNR=1
XDG_SESSION_ID=2
XDG_RUNTIME_DIR=/run/user/1000
S_COLORS=auto
KDEDIRS=/usr
XDG_DATA_DIRS=/home/X/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop
PATH=/home/X/.local/bin:/home/X/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/var/lib/snapd/snap/bin
MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod
MAIL=/var/spool/mail/X
BASH_FUNC_ml%%=() {  eval $($LMOD_DIR/ml_cmd "$@")
}
BASH_FUNC_module%%=() {  eval $($LMOD_CMD bash "$@") && eval
$(${LMOD_SETTARG_CMD:-:} -s sh)
}
_=/usr/bin/startplasma-x11
XCURSOR_THEME=breeze_cursors
XCURSOR_SIZE=24
XDG_CONFIG_DIRS=/etc/xdg:/usr/share/kde-settings/kde-profile/default/xdg
XDG_MENU_PREFIX=kf5-
GDK_CORE_DEVICE_EVENTS=1

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=429593

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #42 from David Edmundson  ---
Can someone who can reproduce please include output of:

cat /proc/`pidof plasmashell`/environ | tr '\0' '\n'

As for this mpv script, when does it run?

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||k...@davidedmundson.co.uk,
   ||lei...@leinir.dk
 Ever confirmed|0   |1
   Priority|HI  |VHI

--- Comment #41 from Nate Graham  ---
Dupes piling up; raising priority.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-12 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=429593

Alexander Lohnau  changed:

   What|Removed |Added

 CC||geraldo.simiao.kutz@gmail.c
   ||om

--- Comment #40 from Alexander Lohnau  ---
*** Bug 431393 has been marked as a duplicate of this bug. ***

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI
 Status|NEEDSINFO   |REPORTED
 Resolution|FIXED   |---
 Ever confirmed|1   |0

--- Comment #39 from Nate Graham  ---
Another duplicate report (bug 431386) says the problem is still there on
Frameworks 5.78; re-opening.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

 CC||constantine.karnacevych@gma
   ||il.com

--- Comment #38 from Nate Graham  ---
*** Bug 431386 has been marked as a duplicate of this bug. ***

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-11 Thread Wachid Adi Nugroho
https://bugs.kde.org/show_bug.cgi?id=429593

Wachid Adi Nugroho  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED

--- Comment #37 from Wachid Adi Nugroho  ---
basically just a simple lua script that takes a strings value from mpv then
displays it on discordapp via rpc. You can read the details and the code in the
github repository, I wrote the link above.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REOPENED|NEEDSINFO

--- Comment #36 from Nate Graham  ---
What does that script do?

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-11 Thread Wachid Adi Nugroho
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #35 from Wachid Adi Nugroho  ---
yes in version 5.78 it still happens

After I investigated further, it turned out that one of my mpv scripts
(https://github.com/cniw/mpv-discordRPC) had an effect, if I disabled it or set
the operating delay to be slower then the problem was gone. I've been using
this script for more than 2 years without any problems like this.

I do not know whether this problem is still relevant or not because I use
additional third party scripts, I hope that it can be fixed from internal KDE
applications

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-11 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #34 from Méven Car  ---
Could you confirm if your issue still occurs after upgrading to KDE Frameworks
5.78 which was just released.
It contained a fix for this situation.

Given you are using arch this should be a matter of days.
If it fixed your issue, please mark the bug as resolved again.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-09 Thread Wachid Adi Nugroho
https://bugs.kde.org/show_bug.cgi?id=429593

Wachid Adi Nugroho  changed:

   What|Removed |Added

 CC||wachidadinugroho.maya@gmail
   ||.com
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #33 from Wachid Adi Nugroho  ---
I have an issue similar like this, so i leave comment here instead make a new
thread.


HARDWARE & SOFTWARE
CPU : Intel i3-2370M (4) @ 2.400GHz
Operating System: Arch Linux x86_64

mpv : 0.33.0.r57.g1251f7bbf9-1
dolphin : 20.12.1-1
krunner : 5.77.0-1
plasma-workspace: 5.20.5-1
plasma-framework: 5.77.0-2
kservice: 5.77.0-1
qt5-base: 5.15.2-2
linux   : 5.10.5.arch1-1


SUMMARY
CPU spikes and slow respond (plasmashell, dolphin and krunner) after do
something to plasma-panel while open mpv Media Player, in my system (monitored
with top command):
 - plasmashell, cpu works 45%~60%
 - dolphin, cpu works 25%~40%
 - krunner, cpu works 20%~50%


STEPS TO REPRODUCE
1. open mpv Media Player
2. then trigger plasma-panel by:
   - klicking the plasma-panel specially in System Tray
   - scrolling on top sound icon in System Tray to change volume
   - open Applications Menu by klicking or press Meta button
3. even if i open mpv Media Player via Applications Menu, it will trigger
instantly
4. if i close mpv Media Player then (plasmashell, dolphin and krunner) process
calm down like normal


OBSERVED RESULT
if i open dolphin via konsole with command `kf.service.sycoca=true" dolphin` i
can see loop process kf.service.sycoca: Recreating ksycoca file again and again
after i trigger the plasma-panel until i close mpv Media Player

i already read this thread since December and after update to 5.77 version i
still had this issue now.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-17 Thread manjaroloover
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #32 from manjaroloover  ---
(In reply to Méven Car from comment #30)

This is the package I am running:
https://aur.archlinux.org/packages/plasma-desktop-git

Which builds from source here: https://github.com/KDE/plasma-desktop

I rebuilt it today and rebooted, but the bug persists.

The exact bug I am seeing is:

- App launcher stuck in "applications updated loop"
- Add Panel disappears from right click context menu after one second.
- These issues temporarily fixed when deleting ~/.config/mimeapps.list

I don't know if I have high CPU usage from the plasma shell as I have nothing
to compare it against, this is my first time on linux.

I have held off on re-opening until someone can help me confirm if this package
I am using is using the correct frameworks.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

 CC||zola.jarb...@gmail.com

--- Comment #31 from Nate Graham  ---
*** Bug 430236 has been marked as a duplicate of this bug. ***

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.77

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #30 from Méven Car  ---
There have been a couple a RC tarballs after 5.77 tagging, the package you have
might not be current in fact but one of the RCs.
I guess you are using https://www.archlinux.org/packages/extra/x86_64/kservice/
Could you check the package you are using is latest 5.77.0-1
But I doubt that it is not the case.

Could you confirm the bug with a 5.78 build from master ?

Btw you need to logout for the fix to be effective.

And reopen the bug, if you reproduce this exact bug : cpu load when you have
multiple mimeapps.list files in XDG_DATA_DIRS or XDG_CONFIG_DIRS.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-13 Thread manjaroloover
https://bugs.kde.org/show_bug.cgi?id=429593

manjaroloover  changed:

   What|Removed |Added

 CC||wrowlcuvsdqcizcmwe@kiabws.c
   ||om

--- Comment #29 from manjaroloover  ---
(In reply to Méven Car from comment #25)
> Git commit ffbfbba051b29be371f7382536359107cf551d8b by Méven Car.
> Committed on 05/12/2020 at 18:30.
> Pushed by dfaure into branch 'master'.
> 
> KSycoca: ensure extrafiles are ordered for comparison
> 
> M  +9-6src/sycoca/ksycoca.cpp
> 
> https://invent.kde.org/frameworks/kservice/commit/
> ffbfbba051b29be371f7382536359107cf551d8b

I have installed the latest KDE Plasma Desktop, using the AUR package (which
buids from the latest github master source). According to the system settings
in Manjaro I am running KDE Plasma 5.20.80, KDE Frameworks Version 5.77.0, QT
Version 5.15.2.

However, the bug persists. From what I saw, the fix should have been shipped in
KDE Frameworks 5.77.0, so I should be on the right version.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-07 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=429593

Nicolas Fella  changed:

   What|Removed |Added

 CC||thibaultmolle...@gmail.com

--- Comment #28 from Nicolas Fella  ---
*** Bug 430104 has been marked as a duplicate of this bug. ***

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #27 from Méven Car  ---
(In reply to Zamundaaa from comment #26)
> That does fix it for me, thanks!

Thank you for your patience, and good early issue reporting.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-05 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #26 from Zamundaaa  ---
That does fix it for me, thanks!

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

Méven Car  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kservice/commit/ffbf
   ||bba051b29be371f738253635910
   ||7cf551d8b
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #25 from Méven Car  ---
Git commit ffbfbba051b29be371f7382536359107cf551d8b by Méven Car.
Committed on 05/12/2020 at 18:30.
Pushed by dfaure into branch 'master'.

KSycoca: ensure extrafiles are ordered for comparison

M  +9-6src/sycoca/ksycoca.cpp

https://invent.kde.org/frameworks/kservice/commit/ffbfbba051b29be371f7382536359107cf551d8b

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429593

kolomans...@gmail.com changed:

   What|Removed |Added

 CC||kolomans...@gmail.com

--- Comment #24 from kolomans...@gmail.com ---
Not sure if it somehow helps:

Had the same problem. Moving mimeapps file work only for a couple of minutes,
then the issue came back again. 

After reading this bugreport I found out that Manjaro architect (installer) is
pulling in git community version of kservice package by default. 

Replacing package with regular version fixed the problem. 
extra/kservice 5.76.0-1  - works fine
community/kservice-git 5.77.0.r835.g0374b4e-1 - faulty one

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-05 Thread eylem akçay
https://bugs.kde.org/show_bug.cgi?id=429593

eylem akçay  changed:

   What|Removed |Added

 CC||eylem.ak...@gmail.com

--- Comment #23 from eylem akçay  ---
moving mimeapps.list file to .local folder stops the issue keeping default apps
as is for me. 
mv ~/.config/mimeapps.list ~/.local/share/applications/

That is, whatever the content of the file, my Manjaro KDE can flawlesly use the
file from this location. Having the file in .config folder creates issue.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-04 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #22 from Zamundaaa  ---
Doesn't look like it:

>$ ls -l /usr/lib/libKF5Service.so*
>lrwxrwxrwx 1 root root 18  7. Nov 23:57 /usr/lib/libKF5Service.so -> 
>>libKF5Service.so.5
>lrwxrwxrwx 1 root root 23  7. Nov 23:57 /usr/lib/libKF5Service.so.5 -> 
>>libKF5Service.so.5.76.0
>-rwxr-xr-x 1 root root 587528  7. Nov 23:57 /usr/lib/libKF5Service.so.5.76.0

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-04 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #21 from Méven Car  ---
Do you have multiple libKF5Service installed ?

ls -l /usr/lib/x86_64-linux-gnu/libKF5Service.so.5*

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-03 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #20 from Zamundaaa  ---
The problem also occurs when the file exists but is completely empty

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-03 Thread Avinash Mishra
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #19 from Avinash Mishra  ---
Yes, after recent updates the file was restored and issue started again and I
had to delete the file.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-03 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #18 from Méven Car  ---
Does restoring the file content in mimeapps.list reintroduce the issue ?

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-02 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #17 from Zamundaaa  ---
>By deleting ~/.config/mimeapps.list following issues gets resolved

If I rename the file the problem(s) also gets resolved for me. Dolphin also
doesn't spam debug info about ksycoca anymore

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-02 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #16 from Zamundaaa  ---
Created attachment 133816
  --> https://bugs.kde.org/attachment.cgi?id=133816=edit
mimeapps.list on laptop

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-02 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #15 from Zamundaaa  ---
Created attachment 133815
  --> https://bugs.kde.org/attachment.cgi?id=133815=edit
mimeapps.list on desktop

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-02 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #14 from Zamundaaa  ---
>Is it being updated often ?
>You can check with `while inotifywait -e close_write ~/.config/mimeapps.list; 
>do echo "mimeapps edited"; done`
>That would explain the issue why the cache is generated constantly.

According to that command it's not updated at all. The only output is
>Setting up watches.
>Watches established.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

Méven Car  changed:

   What|Removed |Added

 CC||meven@enioka.com

--- Comment #13 from Méven Car  ---
(In reply to Avinash Mishra from comment #12)
> By deleting ~/.config/mimeapps.list following issues gets resolved
> 1.High CPU usage by plasmashell
> 2.Continuous applications updated message in application launcher.
> 3.Add panel option disappearing from right click menu after a sec.

So Zamundaaa how is your ~/.config/mimeapps.list file like ?

Is it being updated often ?
You can check with `while inotifywait -e close_write ~/.config/mimeapps.list;
do echo "mimeapps edited"; done`
That would explain the issue why the cache is generated constantly.

The other hypothesis is that an application not using latest kservice is
forcefully rebuilding the cache making the other apps expecting a cache with
version 304 to regenerate it.

Does this occur when the only application running is dolphin ? When no
application are running ?

> Perhaps we should revert for now before tagging in four days?

Maybe but I'd like not to, this patch is an important fix to our mimetype
association service.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-01 Thread Avinash Mishra
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #12 from Avinash Mishra  ---
By deleting ~/.config/mimeapps.list following issues gets resolved
1.High CPU usage by plasmashell
2.Continuous applications updated message in application launcher.
3.Add panel option disappearing from right click menu after a sec.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

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

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

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

--- Comment #11 from Nate Graham  ---
Perhaps we should revert for now before tagging in four days?

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-12-01 Thread Leszek Lesner
https://bugs.kde.org/show_bug.cgi?id=429593

Leszek Lesner  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||leszek.les...@web.de
 Ever confirmed|0   |1

--- Comment #10 from Leszek Lesner  ---
Can confirm

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-29 Thread Avinash Mishra
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #9 from Avinash Mishra  ---
Yes, it's the same behavior for me me.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-28 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #8 from Zamundaaa  ---
>It seems you have apps using mixed version of KService, all applications 
>should use the same KService version.

There is nothing about version changes in the output, so I don't think it's
that. I added the output as an attachment.

>The issue I had reported has been merged with this but I haven't built any 
>application component from source and the issue occurs on both Wayland and X11.
The issue occurs on Wayland and X11 here as well, its effects are just way more
visible on Wayland. It might be the same bug, even if it's triggered by
different things.

If I run dolphin with
>QT_LOGGING_RULES="kf.service.sycoca=true" dolphin

I get a bunch of new lines about opening ksycoca or waiting for already running
ksycoca about twice every second. Can you check if it does the same for you?

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-28 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #7 from Zamundaaa  ---
Created attachment 133705
  --> https://bugs.kde.org/attachment.cgi?id=133705=edit
output of QT_LOGGING_RULES="kf.service.sycoca=true" dolphin

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-28 Thread Avinash Mishra
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #6 from Avinash Mishra  ---
The issue I had reported has been merged with this but I haven't built any
application component from source and the issue occurs on both Wayland and X11.

There's another issue i have noticed after right clicking on desktop the add
panel option appears in the menu for a second and then disappears.I'm not sure
if it's related to this issue or is a separate issue. All these issues started
after the same update.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-28 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #5 from Zamundaaa  ---
This is the exact command I use:

kdesrc-build plasma-desktop plasma-workspace plasma-framework plasma-nm
plasma-pa plasma-vault plasma-workspace-wallpapers kdeplasma-addons kwin
systemsettings kscreen breeze discover kinfocenter dolphin kdevelop ksysguard
plasma-systemmonitor neochat kclock kweather --include-dependencies

The problem is also happening when only kwin_wayland is running, after killing
plasmashell (or am I missing something running in the background?).

> If you enable ksycoca debug log, you should see:
> Found version 303, expecting version 304 or higher
Ok, I'll check if that's happening

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429593

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #4 from Méven Car  ---
What did you build with `kdesrc-build` ? What was the command used ?

It seems you have apps using mixed version of KService, all applications should
use the same KService version.

As a side note, KDE Frameworks 5.77 is not released yet.

If you enable ksycoca debug log, you should see:

Found version 303, expecting version 304 or higher

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-27 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #3 from Zamundaaa  ---
I tracked it down with git bisect and it looks like
https://invent.kde.org/frameworks/kservice/-/merge_requests/20 causes the
problem.

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #2 from Nate Graham  ---
*** Bug 429557 has been marked as a duplicate of this bug. ***

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

 CC||avinashrocks1...@gmail.com

--- Comment #1 from Nate Graham  ---
*** Bug 429558 has been marked as a duplicate of this bug. ***

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429593

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2020-11-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=429593

Zamundaaa  changed:

   What|Removed |Added

   Assignee|mp...@kde.org   |fa...@kde.org
Product|frameworks-kcoreaddons  |frameworks-kservice
  Component|general |general

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