[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-02-10 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #12 from Ian H --- yea. i suspect that since noone else is seeing this that it is simply because the version of llvm the snap is using is super old. unfortunately convincing anyone to keep the snap or appImage up to date is almost impossible

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-02-10 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=464747 Milian Wolff changed: What|Removed |Added Resolution|--- |UPSTREAM Status|REPORTED

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-02-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #10 from Igor Kushnir --- (In reply to Ian H from comment #9) > you guys mentioned that it could be caused by the old version of LLVM. is > there any chance someone from the neon team could update the snap so that it > uses a more recent ve

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-02-08 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #9 from Ian H --- Found a case that literally crashes every boot... but i still cant simplify it to a test project. doing ` if(m_ldap) ldap_destroy(m_ldap)` doesnt crash, but instantly when i switch the ldap_destroy to delete m_ldap, it g

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-01-25 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #8 from Ian H --- Must be related to something else going on. it also creashes when using make_unique sometimes. Thread 78 (LWP 1983138 "Queue(0x56339ff"): #0 0x7f51b5967125 in clone () from /snap/core20/current/lib/x86_64-linux-gnu/l

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-01-25 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #7 from Ian H --- (In reply to Igor Kushnir from comment #6) > (In reply to Sven Brauch from comment #5) > > The code in question is so trivial that it's very unlikely to be related to > > that code. This snippet occurs in pretty much every

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-01-25 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #6 from Igor Kushnir --- (In reply to Sven Brauch from comment #5) > The code in question is so trivial that it's very unlikely to be related to > that code. This snippet occurs in pretty much every C++ file in every > project. The snippet s

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-01-25 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=464747 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de --- Comment #5 from Sven Brauc

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-01-25 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #4 from Ian H --- Just tested on a blank project and it doesnt seem to crash... so i guess it might be project related. that makes this way more annoying. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-01-25 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #3 from Igor Kushnir --- (In reply to Ian H from comment #2) > pretty sure I'm using the clang that comes in the snap. does that mean this > needs to get assigned to the snap team? I am not sure this is a Clang bug that is fixed in newer Cla

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-01-25 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=464747 --- Comment #2 from Ian H --- pretty sure I'm using the clang that comes in the snap. does that mean this needs to get assigned to the snap team? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 464747] Crash when adding code to delete a pointer in c++

2023-01-25 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=464747 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #1 from Igor Kushn