https://bugs.kde.org/show_bug.cgi?id=504104
--- Comment #6 from Igor Kushnir ---
Uninstalling a previously installed application template in the Get More
Templates window also causes a segmentation fault with the same call stack as
reported here. The reason is that
ProjectSelectionPage
https://bugs.kde.org/show_bug.cgi?id=492221
Igor Kushnir changed:
What|Removed |Added
CC||k...@davidebeatrici.dev
--- Comment #15 from
https://bugs.kde.org/show_bug.cgi?id=489503
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC
https://bugs.kde.org/show_bug.cgi?id=504104
--- Comment #5 from Igor Kushnir ---
(In reply to Igor Kushnir from comment #4)
> Can anyone check/recall how this worked before the crash? Any ideas in which
> Qt or KF version the crash is present and absent?
Checked in Debian bookworm: KD
https://bugs.kde.org/show_bug.cgi?id=501267
Igor Kushnir changed:
What|Removed |Added
Status|CONFIRMED |ASSIGNED
Assignee|kdevelop-bugs-n
https://bugs.kde.org/show_bug.cgi?id=486932
--- Comment #25 from Igor Kushnir ---
(In reply to Bug Janitor Service from comment #24)
> A possibly relevant merge request was started @
> https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/777
We have found a workaround for this cras
https://bugs.kde.org/show_bug.cgi?id=504104
--- Comment #4 from Igor Kushnir ---
A simple workaround is the following patch for
kdevelop/plugins/filetemplates/templateselectionpage.cpp:
void TemplateSelectionPagePrivate::handleNewStuffDialogFinished()
{
model->refresh();
+ui-&g
https://bugs.kde.org/show_bug.cgi?id=501267
--- Comment #2 from Igor Kushnir ---
The following patch for knewstuff/src/widgets/button.cpp fixes this bug for
project templates and for Qt Help documentation:
-dialog.reset(new KNSWidgets::Dialog(configFile, q
https://bugs.kde.org/show_bug.cgi?id=480526
--- Comment #5 from Igor Kushnir ---
Analyzed the backtraces. My conclusion is that this bug is a direct successor
to the infamous Bug 272408. The circumstances that lead to the crash and parts
of the backtrace are similar. Before Milian's fix o
https://bugs.kde.org/show_bug.cgi?id=368460
--- Comment #6 from Igor Kushnir ---
But the test function added in
http://commits.kde.org/kdevelop/0dac419e2fe7428ed9ce6134c1ff674874ccca2a still
xfails, so I guess a workaround has been implemented in KDevelop at some point.
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=368460
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
--- Comment #5 from Igor
https://bugs.kde.org/show_bug.cgi?id=504269
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #45 from Igor Kushnir ---
Created attachment 181384
--> https://bugs.kde.org/attachment.cgi?id=181384&action=edit
Slow GitPlugin::hasStashes() experiment
At least under X11, even if the `git stash` command takes a long time
https://bugs.kde.org/show_bug.cgi?id=504269
--- Comment #5 from Igor Kushnir ---
(In reply to Ian H from comment #4)
> is it possible for kdevelop to get the session id of the one open if you
> close a session and store that in the kdeveloprc file? seems to me that if
> you delete a se
https://bugs.kde.org/show_bug.cgi?id=504269
--- Comment #3 from Igor Kushnir ---
(In reply to Ian H from comment #2)
> Actual behavior:
> opens an empty session
>
> Expected behavior:
> Should open original session
SessionController::initialize() deletes unnamed sessions with
https://bugs.kde.org/show_bug.cgi?id=435235
--- Comment #19 from Igor Kushnir ---
(In reply to ulterno from comment #17)
> Unable to reproduce
> ...
> EndeavourOS (Wayland)
I cannot reproduce it under Wayland either. This bug occurs only under X11.
--
You are receiving this mail bec
https://bugs.kde.org/show_bug.cgi?id=504269
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
--- Comment #1 from Igor
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #44 from Igor Kushnir ---
(In reply to ulterno from comment #43)
> Regarding the async and testing, of course I am willing to test as much as I
> can, but since this will change a lot for a lot of plug-ins, many of which,
> I woul
https://bugs.kde.org/show_bug.cgi?id=499888
Igor Kushnir changed:
What|Removed |Added
Latest Commit||https://invent.kde.org/kdev
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #42 from Igor Kushnir ---
(In reply to ulterno from comment #39)
> Attempting the same inside QTextEdit::contextMenuEvent, did not reproduce
> the bug. i.e. The menu was not called twice when using the keyboard Menu key.
> So, onl
https://bugs.kde.org/show_bug.cgi?id=480526
--- Comment #4 from Igor Kushnir ---
(In reply to Ian H from comment #3)
> i know this probably isnt very helpful, but i want to say i've seen this
> crash before 2022. i just didnt have any ability to send good debug logs
> back then
https://bugs.kde.org/show_bug.cgi?id=480526
Igor Kushnir changed:
What|Removed |Added
Ever confirmed|0 |1
CC
https://bugs.kde.org/show_bug.cgi?id=480526
Igor Kushnir changed:
What|Removed |Added
CC||master.ha...@gmail.com
--- Comment #1 from Igor
https://bugs.kde.org/show_bug.cgi?id=504216
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC
https://bugs.kde.org/show_bug.cgi?id=503730
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=501267
Igor Kushnir changed:
What|Removed |Added
See Also||https://bugs.kde.org/show_b
https://bugs.kde.org/show_bug.cgi?id=504104
Igor Kushnir changed:
What|Removed |Added
Ever confirmed|0 |1
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=504039
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|NEEDSINFO
Resolution
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #38 from Igor Kushnir ---
Created attachment 181127
--> https://bugs.kde.org/attachment.cgi?id=181127&action=edit
Second context menu: call stack with debug symbols
Analyzed the second context menu call stack with debug symbols (a
https://bugs.kde.org/show_bug.cgi?id=503813
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #34 from Igor Kushnir ---
(In reply to ulterno from comment #33)
> > Do you mean that both the Menu key AND a version-controlled document are
> > required?
>
> Yes, it is the "AND".
> However, it even w
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #32 from Igor Kushnir ---
(In reply to Igor Kushnir from comment #31)
> If that works, you can try a single event processing:
> https://doc.qt.io/qt-6/qcoreapplication.html#processEvents
If executing a QProcess works but a single
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #31 from Igor Kushnir ---
(In reply to ulterno from comment #29)
> I had been assuming that the Menu key had been causing double context menus
> all the time.
> But no. Turns out, the double context menu only happens when the fi
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #28 from Igor Kushnir ---
If SwitchToBuddyPlugin::contextMenuExtension() does not enter a nested event
loop, it does not need a QPointer guard. Rather it should never be invoked in
the first place if the menu object is destroyed within
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #25 from Igor Kushnir ---
(In reply to Igor Kushnir from comment #24)
> > By the way, have you verified that only one menu is created when you
> > right-click instead of pressing the Menu key?
>
> At least visually, I
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #24 from Igor Kushnir ---
(In reply to ulterno from comment #23)
> Well, if that happened, I would expect it to crash in other applications
> using KTextEditor::View, like this KWrite that I am using.
Not necessarily. Other apps proba
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #22 from Igor Kushnir ---
(In reply to ulterno from comment #21)
> Unless the guard is supposed to be somewhere else, that I haven't realised.
No, your debugging code looks good now.
> For now, all the times I have tried
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #20 from Igor Kushnir ---
OK, so the simplest crash fix is to add and check the QPointer guard. Can be
cherry-picked to the stable KDevelop branch. Would you like to create a merge
request with the fix?
If you want to figure out why two
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #18 from Igor Kushnir ---
(In reply to ulterno from comment #16)
> I see. I had left this part to the IDE, because it was more convenient to
> set the variables in that. Perhaps I shouldn't have, because then it started
>
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #17 from Igor Kushnir ---
(In reply to ulterno from comment #16)
> QMenu(0x5eed0f858a50) Still exists --1
> GitJob::GitJob(const QDir&, KDevelop::IPlugin*,
> KDevelop::OutputJob::OutputJobVerbosity)
> KCrash: Appli
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #15 from Igor Kushnir ---
You can also connect a lambda to the QObject::destroyed signal of the menu
object; print a message and set a breakpoint in the lambda; the frame stack
when the breakpoint is hit would tell you from where the old
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #14 from Igor Kushnir ---
> 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 tw
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #11 from Igor Kushnir ---
(In reply to ulterno from comment #10)
> The above was done with tag v25.04.0 as I am yet unable to load plugins when
> using master
You need to install KDevelop (possibly into a user-owned directory) a
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #8 from Igor Kushnir ---
One problem with the git plugin is its synchronous process execution and the
accompanying nested event loops. GitPlugin::additionalMenuEntries() calls
GitPlugin::hasStashes(), which calls emptyOutput(), which calls
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #7 from Igor Kushnir ---
I have no idea why the crash happens. Nothing looks wrong in the KDevelop part
of the backtrace. If you build KDevelop locally, you could experiment with
various changes to the relevant code and possibly figure out
https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #4 from Igor Kushnir ---
(In reply to ulterno from comment #3)
> 1. Just tried by deactivating the git plugin and the crash stopped
> happening. Perhaps the plugin adds some functionality in case of the Menu
> Keyboard key,
https://bugs.kde.org/show_bug.cgi?id=503813
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
--- Comment #2 from Igor
https://bugs.kde.org/show_bug.cgi?id=503730
--- Comment #13 from Igor Kushnir ---
(In reply to Eugene Shalygin from comment #12)
> Does not crash when built with GCC 14 and -O2.
QMap wraps std::map. Maybe the ABI of std::map changed in libstdc++ version 15.
See https://gcc.gnu.org/gcc
https://bugs.kde.org/show_bug.cgi?id=503730
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|NEEDSINFO
Resolution
https://bugs.kde.org/show_bug.cgi?id=503730
--- Comment #6 from Igor Kushnir ---
You'll have to enable the LSP plugin in Kate settings. Unlike Kate, KDevelop
enables it by default.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=486932
Igor Kushnir changed:
What|Removed |Added
CC||stefano.cro...@alice.it
--- Comment #23 from
https://bugs.kde.org/show_bug.cgi?id=503730
--- Comment #5 from Igor Kushnir ---
Go to Kate/KDevelop settings=>LSP Client=>Allowed & Blocked Servers. If a
marksman/markdown entry is present, right-click and delete it, then press Apply
(the Apply button will be disabled after t
https://bugs.kde.org/show_bug.cgi?id=503730
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|NEEDSINFO
Resolution
https://bugs.kde.org/show_bug.cgi?id=503743
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=503730
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
--- Comment #2 from Igor
https://bugs.kde.org/show_bug.cgi?id=499888
--- Comment #9 from Igor Kushnir ---
The most likely reason for this bug is that KDevelop does not locate the file
it installs (e.g. into /usr/share):
kdevclangsupport/wrappedQtHeaders/QtCore/qobjectdefs.h. In this case hovering
over a signal or a slot
https://bugs.kde.org/show_bug.cgi?id=503362
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
--- Comment #1 from Igor
https://bugs.kde.org/show_bug.cgi?id=503304
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=447740
--- Comment #40 from Igor Kushnir ---
*** Bug 503178 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=503178
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=447740
--- Comment #39 from Igor Kushnir ---
(In reply to Claus Prüfer from comment #37)
> I am using Devuan current (also Debian current) and it does not provide 6.x
> KDevelop versions.
> Also a bug should be fixed, or do you want to live along w
https://bugs.kde.org/show_bug.cgi?id=447740
--- Comment #36 from Igor Kushnir ---
(In reply to Claus Prüfer from comment #35)
> KDE Frameworks Version: 5.103.0
> Qt Version: 5.15.8
KTextEditor 5.x and KDevelop 5.x are no longer supported and no new 5.x
releases are planned.
If this crash
https://bugs.kde.org/show_bug.cgi?id=486932
Igor Kushnir changed:
What|Removed |Added
CC||argo...@gmail.com
--- Comment #22 from Igor
https://bugs.kde.org/show_bug.cgi?id=502955
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=486932
--- Comment #20 from Igor Kushnir ---
*** Bug 502827 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=502827
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
Resolution
https://bugs.kde.org/show_bug.cgi?id=460245
--- Comment #5 from Igor Kushnir ---
https://invent.kde.org/frameworks/ki18n/-/merge_requests/101 added an option to
return early from the ki18n_install() call. This issue can stay open, I guess,
because ideally disabling the option should not be
https://bugs.kde.org/show_bug.cgi?id=410295
--- Comment #5 from Igor Kushnir ---
(In reply to Victor from comment #4)
> I have rechecked and for Kate 23.08.5 the problem still exist.
> Any changes in Settings -> Colors Themes -> Highlighting Text Styles are
> inapplicable.
> I
https://bugs.kde.org/show_bug.cgi?id=399320
Igor Kushnir changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WORKSFORME
https://bugs.kde.org/show_bug.cgi?id=410295
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=502310
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
--- Comment #1 from Igor
https://bugs.kde.org/show_bug.cgi?id=486949
--- Comment #16 from Igor Kushnir ---
https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/743 allows to
completely work around these UI freezes by removing the Project Changes and the
Git Commit tool views from all used sublime areas (Code, Debug
https://bugs.kde.org/show_bug.cgi?id=501299
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
Resolution
https://bugs.kde.org/show_bug.cgi?id=501411
--- Comment #6 from Igor Kushnir ---
(In reply to vovaportnyh+kde from comment #4)
> I dont think i have anything related to D-Bus on my system
Without the debug symbols it's only guesswork. But you could try running the
D-Bus - maybe dbus-la
https://bugs.kde.org/show_bug.cgi?id=501411
--- Comment #3 from Igor Kushnir ---
(In reply to vovaportnyh+kde from comment #2)
> > Does KDevelop hang every time you create or open a project?
> Yes it hangs every single time
Could be an issue with D-Bus on Windows. I guess it is not ava
https://bugs.kde.org/show_bug.cgi?id=501411
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
--- Comment #1 from Igor
https://bugs.kde.org/show_bug.cgi?id=486949
--- Comment #15 from Igor Kushnir ---
Git commit c68593429384cccd05c893ce7ddef7c7e0cde4e2 by Igor Kushnir.
Committed on 12/03/2025 at 15:49.
Pushed by igorkushnir into branch 'master'.
Unregister repositories for current branch changes
When
https://bugs.kde.org/show_bug.cgi?id=494237
Igor Kushnir changed:
What|Removed |Added
CC||noctaliavib...@gmail.com
--- Comment #6 from
https://bugs.kde.org/show_bug.cgi?id=501267
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=486949
--- Comment #13 from Igor Kushnir ---
Git commit 737fd44d385acd2d1e174601a226968ba57fd4e0 by Igor Kushnir.
Committed on 06/03/2025 at 10:17.
Pushed by igorkushnir into branch 'master'.
Make connections to the signal repositoryBranchChange
https://bugs.kde.org/show_bug.cgi?id=401033
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |UNMAINTAINED
CC
https://bugs.kde.org/show_bug.cgi?id=492331
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|RESOLVED
CC
https://bugs.kde.org/show_bug.cgi?id=481708
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|RESOLVED
CC
https://bugs.kde.org/show_bug.cgi?id=439743
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=431009
Igor Kushnir changed:
What|Removed |Added
Version Fixed In||6.2.250400
Latest Commit
https://bugs.kde.org/show_bug.cgi?id=469709
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=403134
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=445517
Igor Kushnir changed:
What|Removed |Added
Version Fixed In||6.2.250400
Resolution
https://bugs.kde.org/show_bug.cgi?id=460465
Igor Kushnir changed:
What|Removed |Added
Latest Commit||https://invent.kde.org/kdev
https://bugs.kde.org/show_bug.cgi?id=443092
--- Comment #8 from Igor Kushnir ---
(In reply to Ian H from comment #7)
> any chance for an update on the kdevelop website 'build it' section for v6?
Not from me as I have never used kdesrc-build. You can create a separate bug
report for
https://bugs.kde.org/show_bug.cgi?id=406267
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |NOT A BUG
CC
https://bugs.kde.org/show_bug.cgi?id=462937
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=451143
Igor Kushnir changed:
What|Removed |Added
CC||master.ha...@gmail.com
--- Comment #2 from Igor
https://bugs.kde.org/show_bug.cgi?id=499916
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=411752
Igor Kushnir changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=472334
Igor Kushnir changed:
What|Removed |Added
CC||fchristophebr...@gmail.com
--- Comment #15 from
https://bugs.kde.org/show_bug.cgi?id=500399
Igor Kushnir changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=407424
Igor Kushnir changed:
What|Removed |Added
Version Fixed In||5.4
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=423427
Igor Kushnir changed:
What|Removed |Added
CC||igor...@gmail.com
Resolution
https://bugs.kde.org/show_bug.cgi?id=468703
--- Comment #14 from Igor Kushnir ---
*** Bug 452023 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are watching all bug changes.
1 - 100 of 897 matches
Mail list logo