[kate] [Bug 483631] Legacy VI-Mode config crashes kate and kwrite

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483631

--- Comment #6 from Christoph Cullmann  ---
I hope that are the right locations, I understand the error but are not able to
reproduce.

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

[kate] [Bug 483631] Legacy VI-Mode config crashes kate and kwrite

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483631

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/-/commit
   ||/d005ab8c9f14e6fb7923b46c7b
   ||8c36ed97e1c9f2
 Resolution|--- |FIXED

--- Comment #5 from Christoph Cullmann  ---
Git commit d005ab8c9f14e6fb7923b46c7b8c36ed97e1c9f2 by Christoph Cullmann.
Committed on 15/03/2024 at 17:28.
Pushed by cullmann into branch 'master'.

avoid using QChar constructor for key codes

auto c7 = QChar(0x1D11E);   // compiles, but undefined behavior at
runtime

M  +2-2src/vimode/keyparser.cpp

https://invent.kde.org/frameworks/ktexteditor/-/commit/d005ab8c9f14e6fb7923b46c7b8c36ed97e1c9f2

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

[kate] [Bug 483631] Legacy VI-Mode config crashes kate and kwrite

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483631

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #4 from Christoph Cullmann  ---
That is helpful, I will take a look!

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

[kate] [Bug 483631] Legacy VI-Mode config crashes kate and kwrite

2024-03-15 Thread Andreas
https://bugs.kde.org/show_bug.cgi?id=483631

--- Comment #3 from Andreas  ---
Would that suffice (does not seem to provide a lot more info)?

~> gdb kwrite
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from kwrite...
Reading symbols from
/usr/lib/debug/.build-id/da/b5cd68711f7c03f634e7e3f0e426cf8808d3cb.debug...
(gdb) run
Starting program: /usr/bin/kwrite 

This GDB supports auto-downloading debuginfo from the following URLs:
https://debuginfod.neon.kde.org/:
Enable debuginfod for this session? (y or [n]) y
Debuginfod has been enabled.
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x703ff640 (LWP 3265322)]
[New Thread 0x7fffeef5d640 (LWP 3265323)]
[New Thread 0x7fffee75c640 (LWP 3265324)]
[New Thread 0x7fffed952640 (LWP 3265543)]
[New Thread 0x7fffed151640 (LWP 3265750)]
[New Thread 0x7fffec950640 (LWP 3265751)]
[New Thread 0x7fffd6dff640 (LWP 3265752)]
[New Thread 0x7fffd65fe640 (LWP 3265753)]
[New Thread 0x7fffd5dfd640 (LWP 3265754)]
[New Thread 0x7fffd55fc640 (LWP 3265755)]
[New Thread 0x7fffd4dfb640 (LWP 3265756)]
[New Thread 0x7fffb7fff640 (LWP 3265757)]
[New Thread 0x7fffb77fe640 (LWP 3265758)]
[New Thread 0x7fffb6ffd640 (LWP 3265759)]
[Thread 0x7fffb6ffd640 (LWP 3265759) exited]
[Thread 0x7fffb77fe640 (LWP 3265758) exited]
[Thread 0x7fffb7fff640 (LWP 3265757) exited]
[Thread 0x7fffd4dfb640 (LWP 3265756) exited]
ASSERT: "rc <= 0x" in file
/usr/include/x86_64-linux-gnu/qt6/QtCore/qchar.h, line 79

Thread 1 "kwrite" received signal SIGABRT, Aborted.
__pthread_kill_implementation (no_tid=0, signo=6, threadid=140737228689344) at
./nptl/pthread_kill.c:44
Download failed: Invalid argument.  Continuing without source file
./nptl/./nptl/pthread_kill.c.
44  ./nptl/pthread_kill.c: No such file or directory.

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

[kate] [Bug 483631] Legacy VI-Mode config crashes kate and kwrite

2024-03-15 Thread Andreas
https://bugs.kde.org/show_bug.cgi?id=483631

--- Comment #2 from Andreas  ---
As mentioned I do unfortunately not have a backtrace. How could I enforce its
creation without compiling from sources?

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

[kate] [Bug 483631] Legacy VI-Mode config crashes kate and kwrite

2024-03-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=483631

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[kate] [Bug 483631] Legacy VI-Mode config crashes kate and kwrite

2024-03-15 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=483631

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
do you have a backtrace?

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