[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-08-30 Thread Andrei Slavoiu
https://bugs.kde.org/show_bug.cgi?id=417971 --- Comment #11 from Andrei Slavoiu --- (In reply to Aaron Puchert from comment #7) > Andrei, does your code also involve captures of variable-length arrays, or > is it something else? The code does use VLAs, but AFAICT, none of them is captured by a

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-07-17 Thread Aaron Puchert
https://bugs.kde.org/show_bug.cgi?id=417971 Aaron Puchert changed: What|Removed |Added Resolution|WORKSFORME |UPSTREAM -- You are receiving this mail

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-07-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417971 Bug Janitor Service changed: What|Removed |Added Status|NEEDSINFO |RESOLVED

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-06-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417971 --- Comment #9 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-06-16 Thread Aaron Puchert
https://bugs.kde.org/show_bug.cgi?id=417971 Aaron Puchert changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|CONFIRMED

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-06-05 Thread Aaron Puchert
https://bugs.kde.org/show_bug.cgi?id=417971 --- Comment #7 from Aaron Puchert --- Andrei, does your code also involve captures of variable-length arrays, or is it something else? I can see from your stack trace that an lambda init expression is nullptr (since #11 is at

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-05-31 Thread Aaron Puchert
https://bugs.kde.org/show_bug.cgi?id=417971 Aaron Puchert changed: What|Removed |Added Status|REPORTED|CONFIRMED CC|

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-05-31 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=417971 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de --- Comment #5 from Sven

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-05-31 Thread Cyp
https://bugs.kde.org/show_bug.cgi?id=417971 --- Comment #4 from Cyp --- After building llvm with `cmake -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm`: kdevelop: /git/llvm-project/clang/tools/libclang/CXCursor.cpp:129: CXCursor

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-05-31 Thread Bartek Szady
https://bugs.kde.org/show_bug.cgi?id=417971 Bartek Szady changed: What|Removed |Added CC||kde...@bszx.eu --- Comment #3 from Bartek Szady

[kdevelop] [Bug 417971] Kdevelop crashes during autocomplete

2020-05-29 Thread Cyp
https://bugs.kde.org/show_bug.cgi?id=417971 Cyp changed: What|Removed |Added CC||cyp...@gmail.com --- Comment #2 from Cyp --- I got the