https://bugs.kde.org/show_bug.cgi?id=364433

--- Comment #7 from Milian Wolff <m...@milianw.de> ---
Did you run it through valgrind or ASAN? Both should tell you the reason why it
crashes. GDB is not a good tool to debug this. Also, I'd inspect the code that
runs the "add include path" action, and see if that one uses `QDialog::exec` or
similar. If so, rewrite that to not induce a nested eventloop (i.e. use
`::show()` and set `WA_DeleteOnClose` instead).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to