Bug 340520 - Plasma after 1-2 hours use really a lot of CPU
Summary: Plasma after 1-2 hours use really a lot of CPU
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.1.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Sebastian Kügler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-31 08:11 UTC by directrandom
Modified: 2016-02-03 21:17 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description directrandom 2014-10-31 08:11:10 UTC
i don't know what to say, but it happens every time and on my laptop it's critical

Reproducible: Always
Comment 1 Martin Klapetek 2014-10-31 11:17:58 UTC
Thanks for the report.

Can you run gdb on plasmashell when it is taking over your cpu?

Copy-paste this to terminal

gdb --pid=`pidof plasmashell`

if you see something like "ptrace: Operation not permitted", rerun the same with sudo.

When it is done loading, type "thread apply all bt" and then get the full backtrace and post here.

Thanks :)
Comment 2 directrandom 2014-10-31 17:14:55 UTC
(In reply to Martin Klapetek from comment #1)
> Thanks for the report.
> 
> Can you run gdb on plasmashell when it is taking over your cpu?
> 
> Copy-paste this to terminal
> 
> gdb --pid=`pidof plasmashell`
> 
> if you see something like "ptrace: Operation not permitted", rerun the same
> with sudo.
> 
> When it is done loading, type "thread apply all bt" and then get the full
> backtrace and post here.
> 
> Thanks :)

http://pastebin.com/RUaKnhkE


But i think it isn't useful (Is it ok if after the first command the output was like:
 "Reading symbols from /usr/lib/qt/plugins/plasma/dataengine/plasma_engine_clipboard.so...(no debugging symbols found)...done." ?)
Comment 3 if6was9 2014-12-30 22:25:35 UTC
I am experiencing a similar occurrence using plasma-workspace-5.1.2-2 under Manjaro Linux (arch derivative). I will try to follow with more info a la gdb when this next happens.

Best regards.
Comment 4 Martin Klapetek 2016-02-03 20:02:46 UTC
No updates for over a year, assuming fixed.

If you can still reproduce with Plasma 5.5.3, please follow
steps from comment #1, make sure you have debug symbols
installed and please attach or paste the backtrace here
directly.

Thanks
Comment 5 if6was9 2016-02-03 21:17:32 UTC
This no longer occurs for me with latest versions.

Best regards.