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

--- Comment #14 from Igor Kushnir <igor...@gmail.com> ---
> and check whether it is null **after** the hasStashes() call.
Before the hasStashes() call no event loop is entered, so the menu guard cannot
possibly be null.

Your Menu key could be sticky and register twice, but a software bug is more
likely. GitPlugin needs a guard fix and an early return even if the duplicate
menu bug is fixed. The menu could be destroyed for some other reason while the
git process is running (could take seconds during a severe system load or in a
huge long-since garbage-collected git repository).

> Because I couldn't reliably manage what you suggested, sorry. I'll try that 
> again later.
Set the CMAKE_INSTALL_PREFIX CMake variable to some directory within your home
directory; (cmake) configure, generate; make install or ninja install; cd
/path/to/the/installed-dir; source /path/to/build-dir/prefix.sh; ./bin/kdevelop

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

Reply via email to