[kate] [Bug 459520] Crash in the new diffview

2022-09-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=459520 --- Comment #7 from Christoph Cullmann --- void QTextBlock::setUserData(QTextBlockUserData *data) { if (!p || !n) return; const QTextBlockData *b = p->blockMap().fragment(n); if (data != b->userData) delete b->userData;

[kate] [Bug 459520] Crash in the new diffview

2022-09-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=459520 Christoph Cullmann changed: What|Removed |Added Latest Commit||https://invent.kde.org/util

[kate] [Bug 459520] Crash in the new diffview

2022-09-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=459520 --- Comment #5 from Christoph Cullmann --- Good hint! But just the same backtrace: But ok, I see Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7f7cfe89ffa8 in QTextBlock::setUserData(QTextBlockUserData*) () from /nix/store

[kate] [Bug 459520] Crash in the new diffview

2022-09-23 Thread Eric Armbruster
https://bugs.kde.org/show_bug.cgi?id=459520 --- Comment #4 from Eric Armbruster --- You can still retrieve it using the Crashed Process Viewer (or coredumpctl list + debug), but I guess it's on your work machine. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 459520] Crash in the new diffview

2022-09-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=459520 Christoph Cullmann changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[kate] [Bug 459520] Crash in the new diffview

2022-09-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=459520 --- Comment #3 from Christoph Cullmann --- My fix was not sufficient, but I missed to get a backtrace for my crash today. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 459520] Crash in the new diffview

2022-09-22 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=459520 Christoph Cullmann changed: What|Removed |Added CC||cullm...@kde.org --- Comment #2 from Chris

[kate] [Bug 459520] Crash in the new diffview

2022-09-22 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=459520 --- Comment #1 from Christoph Cullmann --- Git commit 20c8b60eaab7d666eb079363111a93f0c252ff1c by Christoph Cullmann. Committed on 22/09/2022 at 19:09. Pushed by cullmann into branch 'master'. avoid to use previous block that is not there same logic a

[kate] [Bug 459520] Crash in the new diffview

2022-09-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=459520 Bug Janitor Service changed: What|Removed |Added Severity|normal |crash -- You are receiving this mail bec