Summary: | Frequent SIGSEGV just after rebasing on `master` | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | personalizedrefrigerator |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
personalizedrefrigerator
2021-11-15 20:41:02 UTC
I can reproduce this after building on master (without rebasing). The issue seems to have appeared in the last day or two. Here's an easier way to reproduce the bug: • Open vim • Press `a` • Hold down `Enter` You can find my .vimrc here: https://github.com/personalizedrefrigerator/dotfiles/blob/main/.vimrc (In reply to personalizedrefrigerator from comment #3) > Here's an easier way to reproduce the bug: > • Open vim > • Press `a` > • Hold down `Enter` > > You can find my .vimrc here: > https://github.com/personalizedrefrigerator/dotfiles/blob/main/.vimrc I am suspicious of these lines in my .vimrc: ``` " Change cursor when entering insert mode " Ref: https://stackoverflow.com/questions/6488683/how-do-i-change-the-cursor-between-normal-and-insert-modes-in-vim let &t_SI = "\e[6 q" let &t_EI = "\e[2 q" ``` It looks like https://invent.kde.org/utilities/konsole/-/commit/7bb6e94725c2d5c74fd464a2c120be2a5eb81e15 has fixed thiss! |