| Summary: | CRASH in KDevelop::VariableToolTip::slotLinkActivated(QString const&) ... at /home/piotr/kf5/src/kdevplatform/debugger/variable/variabletooltip.cpp:185 | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Piotr Mierzwinski <piotr.mierzwinski> |
| Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | aspotashev, kfunk, niko.sams, piotr.mierzwinski |
| Priority: | NOR | Keywords: | regression, release_blocker |
| Version First Reported In: | git master | ||
| Target Milestone: | 5.0.0 | ||
| Platform: | Mageia RPMs | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdevplatform/69348b5ae656022bca02f911267d4c0e3d092f29 | Version Fixed/Implemented In: | 5.0.0 |
| Sentry Crash Report: | |||
| Attachments: |
gdb full log from kdevelop debug session when crash was happened
gdb full log for Crash |
||
|
Description
Piotr Mierzwinski
2015-11-10 23:06:53 UTC
I did couple of tests more and turned out that... Walking through the code by "Step over" function is not required to reproduce this crash. It's enough to set break point in code. And then try to add any variable by "Watch this". I reproduced it 4 times. Created attachment 95425 [details]
gdb full log from kdevelop debug session when crash was happened
Just for reminding... It still happens in fresh KDevelop 5 (kdevelop and kdevplatform cloned at 30.11.2015) This time I reproduced this bug on Kubuntu 15.10 using simple scenario described in "Comment 1". KDevelop still crashed on the same line (184). Check: Thread 1 (Thread 0x7fffdd3c4800 (LWP 6735)): I attached gdb full log. The work around is copying variable name and paste it into Variable view. Could anyone to confirm this issue and at a pinch fix it. Created attachment 95871 [details]
gdb full log for Crash
Recently I discover one thing, maybe will be helpful. Namely, KDevelop beta1 (mentioned on your homesite and packaged in couple of distributions: KaOS, Mageia Cauldron) doesn't have this bug. Confirmed by multiple users. @Piotr: Care to have a look at this? And provide a patch? *** Bug 361407 has been marked as a duplicate of this bug. *** Git commit 69348b5ae656022bca02f911267d4c0e3d092f29 by Kevin Funk. Committed on 14/04/2016 at 22:37. Pushed by kfunk into branch '5.0'. Use correct index when querying model FIXED-IN: 5.0 M +2 -1 debugger/variable/variabletooltip.cpp http://commits.kde.org/kdevplatform/69348b5ae656022bca02f911267d4c0e3d092f29 |