[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #17 from gjditchfi...@acm.org --- kdevelop 4:5.6.1+p20.04+git20210122.1015-0 works for me. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-22 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #16 from Sandro Knauß --- Thanks a lot: This patch fixed the issue for me. kdevelop is compiled against clang-8. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-22 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=431391 Milian Wolff changed: What|Removed |Added Latest Commit||https://invent.kde.org/kdev |

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-22 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #14 from Milian Wolff --- it seems like it only affects older llvm versions, so I'll disable these features with anything older than llvm 10 - let's see if that covers it otherwise I'll need a way to reproduce this -- You are receiving th

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-21 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=431391 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk --- Comment #13 from Francis He

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-21 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=431391 Francis Herne changed: What|Removed |Added CC||skna...@kde.org --- Comment #12 from Francis He

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-21 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=431391 Francis Herne changed: What|Removed |Added CC||gjditchfi...@acm.org --- Comment #11 from Franc

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-12 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #10 from David Redondo --- (In reply to Milian Wolff from comment #9) > you could build against clang-8 by setting up the cmake env properly > > anyhow, I guess I should just blindly push this change and then let neon > update their package

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-12 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #9 from Milian Wolff --- you could build against clang-8 by setting up the cmake env properly anyhow, I guess I should just blindly push this change and then let neon update their packages, maybe it helps - it certainly sounds like the corr

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-12 Thread nbgyan
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #8 from nbgyan --- Update: after disabling Background Parser in Settings->Configure KDevelop, crashes have stopped. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-12 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #7 from David Redondo --- (In reply to Milian Wolff from comment #6) > can you try to call clang_getCanonicalType beforehand, and see if the issue > persists? something like the following: > > ``` > diff --git a/plugins/clang/duchain/builde

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-12 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #6 from Milian Wolff --- can you try to call clang_getCanonicalType beforehand, and see if the issue persists? something like the following: ``` diff --git a/plugins/clang/duchain/builder.cpp b/plugins/clang/duchain/builder.cpp index 1024ca

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-12 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #5 from David Redondo --- I have it in gdb (gdb) p type $1 = {kind = CXType_Auto, data = {0x7fff6c9d34a0, 0x7fff6cbe4790}} I am also available on irc if you need more infos -- You are receiving this mail because: You are watching all b

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-12 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #4 from Milian Wolff --- no it doesn't help I'm afraid :) I need either a simple way to reproduce or the info I requested - otherwise I don't really know what to do -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-11 Thread nbgyan
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #3 from nbgyan --- (In reply to Milian Wolff from comment #2) > when you run into this, could you please do me a favor and attach GDB and > then go to frame > > #8 0x7f76e5df973a in (anonymous > namespace)::Visitor::setTypeSize(CXType,

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-11 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=431391 --- Comment #2 from Milian Wolff --- when you run into this, could you please do me a favor and attach GDB and then go to frame #8 0x7f76e5df973a in (anonymous namespace)::Visitor::setTypeSize(CXType, KDevelop::AbstractType*) (type=..., kdevType=0

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-11 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=431391 David Redondo changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[kdevelop] [Bug 431391] KDevelop crashes on startup

2021-01-11 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=431391 David Redondo changed: What|Removed |Added CC||k...@david-redondo.de --- Comment #1 from David