We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just typing something (e.g. in the server connection tab) and pressing Ctrl-Z crashes KVIrc. This is a locally built 5.2.2.
(gdb) bt #0 std::_Tuple_impl<0ul, KviInputEditor::EditCommand*, std::default_delete<KviInputEditor::EditCommand> >::_Tuple_impl (this=0x7fff8db240b0) at /usr/include/c++/13/tuple:527 #1 std::tuple<KviInputEditor::EditCommand*, std::default_delete<KviInputEditor::EditCommand> >::tuple (this=0x7fff8db240b0) at /usr/include/c++/13/tuple:1351 #2 std::__uniq_ptr_impl<KviInputEditor::EditCommand, std::default_delete<KviInputEditor::EditCommand> >::__uniq_ptr_impl (__u=..., this=0x7fff8db240b0) at /usr/include/c++/13/bits/unique_ptr.h:185 #3 std::__uniq_ptr_data<KviInputEditor::EditCommand, std::default_delete<KviInputEditor::EditCommand>, true, true>::__uniq_ptr_data (this=0x7fff8db240b0) at /usr/include/c++/13/bits/unique_ptr.h:242 #4 std::unique_ptr<KviInputEditor::EditCommand, std::default_delete<KviInputEditor::EditCommand> >::unique_ptr (this=0x7fff8db240b0) at /usr/include/c++/13/bits/unique_ptr.h:366 #5 KviInputEditor::undo (this=0x55ab759a7310) at ./src/kvirc/ui/KviInputEditor.cpp:2606
Happens every time so should be easy to debug.
The text was updated successfully, but these errors were encountered:
Fix crash on undo; fix kvirc#2617
432ec59
Hi @wRAR , thank you for the ticket. The fix is in #2618
Sorry, something went wrong.
b675a2e
No branches or pull requests
Just typing something (e.g. in the server connection tab) and pressing Ctrl-Z crashes KVIrc. This is a locally built 5.2.2.
Happens every time so should be easy to debug.
The text was updated successfully, but these errors were encountered: