https://bugs.kde.org/show_bug.cgi?id=417971
Cyp <cyp...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cyp...@gmail.com --- Comment #2 from Cyp <cyp...@gmail.com> --- I got the same crash backtrace with the same kdevelop version. The crash seems 100% reproducible if opening a file with the following reduced testcase in kdevelop, or typing it manually: ---- void a(int b) { int c[b]; [&] { c ---- The crash may be related to using variable-length arrays from lambda functions. -- You are receiving this mail because: You are watching all bug changes.