Summary: | KDevelop crashes when I move to the review mode | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Aleix Pol <aleixpol> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kfunk |
Priority: | NOR | Keywords: | drkonqi |
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/b590c0973cbfbd016db4fb4d313d7b29faf0149c | Version Fixed In: | 4.14.0 |
Sentry Crash Report: |
Description
Aleix Pol
2014-07-08 11:02:39 UTC
*** This bug has been marked as a duplicate of bug 328271 *** *** Bug 337322 has been marked as a duplicate of this bug. *** Is this really a duplicate of bug 328271? The backtrace is different -- and I just reproduced with today's Kate master. Reopening. Git commit a8df8a551793a2b612b87eb655f7485a96898507 by Milian Wolff. Committed on 11/07/2014 at 13:35. Pushed by mwolff into branch 'master'. Fix crash on access of Document::defStyleNum without active view. M +9 -4 part/document/katedocument.cpp M +7 -0 tests/katedocument_test.cpp M +2 -0 tests/katedocument_test.h http://commits.kde.org/kate/a8df8a551793a2b612b87eb655f7485a96898507 Git commit 0c9f092d3128f31ccac46667b8d3857f560804f1 by Milian Wolff. Committed on 11/07/2014 at 13:42. Pushed by mwolff into branch 'master'. Fix crash on access of Document::defStyleNum without active view. forward port of commit a8df8a551793a2b612b87eb655f7485a96898507 M +8 -0 autotests/src/katedocument_test.cpp M +2 -0 autotests/src/katedocument_test.h M +8 -4 src/document/katedocument.cpp http://commits.kde.org/ktexteditor/0c9f092d3128f31ccac46667b8d3857f560804f1 Git commit fcb973fe5b672a13397a7bd804b92db8b3a02a97 by Milian Wolff. Committed on 11/07/2014 at 13:35. Pushed by mwolff into branch 'KDE/4.13'. Fix crash on access of Document::defStyleNum without active view. (cherry picked from commit a8df8a551793a2b612b87eb655f7485a96898507) M +9 -4 part/document/katedocument.cpp M +7 -0 tests/katedocument_test.cpp M +2 -0 tests/katedocument_test.h http://commits.kde.org/kate/fcb973fe5b672a13397a7bd804b92db8b3a02a97 Git commit b590c0973cbfbd016db4fb4d313d7b29faf0149c by Milian Wolff. Committed on 11/07/2014 at 13:35. Pushed by mwolff into branch 'KDE/4.14'. Fix crash on access of Document::defStyleNum without active view. (cherry picked from commit a8df8a551793a2b612b87eb655f7485a96898507) M +9 -4 part/document/katedocument.cpp M +7 -0 tests/katedocument_test.cpp M +2 -0 tests/katedocument_test.h http://commits.kde.org/kate/b590c0973cbfbd016db4fb4d313d7b29faf0149c |