Summary: | Crash when trying to change name of array | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Eugeny Kazakov <ekazak48> |
Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
RoutePower.zip
2017-11-24 15-23-16.flv attachment-10096-0.html |
Description
Eugeny Kazakov
2017-11-24 11:53:06 UTC
Thanks for the report. In case this is reproducible every time as you say, please provide a minimal working example (a standalone .cpp file if possible) with which you can reproduce the issue. That helps us investigating the issue. Created attachment 109031 [details] RoutePower.zip Because of this project is nothing secret or big and not so hard to understand what's inside, I'll just give you this archive and simple video 2017-11-24 14:58 GMT+03:00 Kevin Funk <bugzilla_noreply@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=387255 > > Kevin Funk <kfunk@kde.org> changed: > > What |Removed |Added > ------------------------------------------------------------ > ---------------- > Component|general |Language Support: CPP > | |(Clang-based) > > -- > You are receiving this mail because: > You reported the bug. > Created attachment 109032 [details]
2017-11-24 15-23-16.flv
Created attachment 109033 [details] attachment-10096-0.html Sorry for issues with video. I don't tried to watch it before sending. About issue. If I open my project, and trying to change name of the array {double free[n][n]}, if I totally remove name and string looks like {double [n][n]} kdevelop crashes 2017-11-24 15:26 GMT+03:00 Женя Казаков <ekazak48@gmail.com>: > Because of this project is nothing secret or big and not so hard to > understand what's inside, I'll just give you this archive and simple video > > 2017-11-24 14:58 GMT+03:00 Kevin Funk <bugzilla_noreply@kde.org>: > >> https://bugs.kde.org/show_bug.cgi?id=387255 >> >> Kevin Funk <kfunk@kde.org> changed: >> >> What |Removed |Added >> ------------------------------------------------------------ >> ---------------- >> Component|general |Language Support: CPP >> | |(Clang-based) >> >> -- >> You are receiving this mail because: >> You reported the bug. >> > > Can you try with the (just released) 5.2.1? There's an AppImage, so it should be easy to test. We fixed a possibly related issue there (can't tell because the clang trace is not useful). If it's still there, we'll need to investigate. This bug is not actual for KDevelop 5.2.1. Tried this issue with AppImage version of 5.2.1 KDevelop, last lines of output from terminal are: /tmp/.mount_WOQHR7/AppRun: line 35: 16243 Segmentation fault (стек памяти сброшен на диск) kdevelop $@ Ok, so it's still broken, thanks. Thank you for the crash report. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you. 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 bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |