https://bugs.kde.org/show_bug.cgi?id=472669

Igor Kushnir <igor...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igor...@gmail.com
             Status|REPORTED                    |NEEDSINFO
         Resolution|---                         |WORKSFORME

--- Comment #1 from Igor Kushnir <igor...@gmail.com> ---
How long did you wait for KDevelop to exit? KDevelop has to save background
parsing results on disk, which can take minutes after a long background
parsing.

If KDevelop keeps hanging for a long time, please run the following command
(replace "12345" with the hanging kdevelop process ID):
gdb -batch -ex "thread apply all bt" -ex "quit" -p 12345 >
~/kdevelop-freeze-on-exit.bt
(in case of a "ptrace: Operation not permitted." error, follow an advice in
https://userbase.kde.org/KDevelop5/Manual/Debugging_programs#Attaching_the_debugger_to_a_running_process)
Then post the contents of the file ~/kdevelop-freeze-on-exit.bt here.

A workaround that is likely to help (possibly temporarily) is to clear the
cache when the "Session Crashed -- KDevelop" dialog appears.

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

Reply via email to