Bug 448684 - KDevelop process does not terminate.
Summary: KDevelop process does not terminate.
Status: RESOLVED DUPLICATE of bug 379669
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 5.7.211201
Platform: openSUSE Linux
: NOR major
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-18 00:35 UTC by Lemuel Simon
Modified: 2022-01-18 23:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lemuel Simon 2022-01-18 00:35:01 UTC
SUMMARY
Upon quitting KDevelop normally (Alt+F4 or closing the window), the window closes, but a `kdevelop` process is left in the background. The process would hog a single thread/CPU core with 100% usage, and it doesn't go away. No errors are thrown and no crashes occur. This is reproducible on every launch and exit of KDevelop. Clearing `~/.cache/kdevduchain` or `~.cache/kdevelop` doesn't change the outcome. Running it with `strace` doesn't show anything useful and running it in the console doesn't show anything either. 


STEPS TO REPRODUCE
1. Launch KDevelop
2. Quit KDevelop (doesn't matter if a session is chosen or not).

OBSERVED RESULT
KDevelop doesn't terminate and must be forcefully killed with 'kill -9'. The process hogs the CPU thread or core and upon relaunch (if the process is still active), the new KDevelop instance would complain about a session already being active.

EXPECTED RESULT
KDevelop's processes terminate normally. No zombie or background processes left behind.

ADDITIONAL INFORMATION:
I would like to think this was a regression, as this problem didn't occur in previous versions (IIRC). I do not recall having this problem two months ago.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Leap 15.3
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.3.18-59.37-default (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-3320M CPU @ 2.60GHz
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4000
Comment 1 Igor Kushnir 2022-01-18 15:57:23 UTC
Duplicate of Bug 379669?
Comment 2 Lemuel Simon 2022-01-18 23:08:47 UTC
(In reply to Igor Kushnir from comment #1)
> Duplicate of Bug 379669?

It may be a duplicate indeed. I didn't see this bug before.

*** This bug has been marked as a duplicate of bug 379669 ***