Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.77k stars 3.37k forks source link

Hitting ctrl + \ + backspace few times crashes the tab #8861

Open nexional opened 1 year ago

nexional commented 1 year ago

Hitting ctrl + \ + backspace few times crashes the open/connected tab

Clem-Fern commented 1 year ago

Hi, I wasn't able to reproduce :/ What do you mean by crash and on which tab type do you encounter it ? Please capture DevTools console logs at the time of the issue: https://github.com/Eugeny/terminus/wiki/Debug-logs

GitHub
Debug logs
A terminal for a more modern age. Contribute to Eugeny/tabby development by creating an account on GitHub.
nexional commented 1 year ago

Here's the console output, don't see much details here: [terminal] Starting profile Cygwin ConfigProxy{} C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:15819 [title-controls] New tab discovered: [object Object] C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:15819 [title-controls] Processing title [object Object]: "Cygwin" C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:15819 [title-controls] Title processed: [object Object] "Cygwin" C:\Program Files\Tabby\resources\builtin-plugins\tabby-linkifier\dist\index.js:973 Linkifier regexp /(((([A-Za-z]{3,9}:(?:\/\/)?)(?:[\-;:&=\+\$,\w]+@)?[A-Za-z0-9\.\-]+|(?:www\.|[\-;:&=\+\$,\w]+@)[A-Za-z0-9\.\-]+)((:((6553[0-5])|(655[0-2][0-9])|(65[0-4][0-9]{2})|(6[0-4][0-9]{3})|([1-5][0-9]{4})|([0-5]{1,5})|([0-9]{1,4})))?(?:\/[\+~%\/\.\w\-_]*)?\??(?:[\-\+=&;%@\.\w_]*)#?(?:[\.\!\/\\\w-]*))?))|(\b((2[0-4]\d|25[0-5]|[01]?\d\d?)\.){3}(2[0-4]\d|25[0-5]|[01]?\d\d?))|([~]?(\/[\w\d.~-]{1,100})+)|((([a-zA-Z]:|\\|~)\\[\w\-()\\\.]{1,1024}|"([a-zA-Z]:|\\)\\[\w\s\-()\\\.]{1,1024}"))/ C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:15819 [terminalTab] Resizing to 98x60 C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:20871 Matched hotkey delete-previous-word C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:20877 Unmatched hotkey delete-previous-word C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:15819 [local] Destroying C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:20871 Matched hotkey delete-previous-word C:\Program Files\Tabby\resources\builtin-plugins\tabby-core\dist\index.js:20877 Unmatched hotkey delete-previous-word

Clem-Fern commented 1 year ago

Hey, thank's for your feeback. I don't see much either. Tried with Cygwin tab and didn't see anything special. Could you add more detail on the behaviour you encountered ? (maybe screen recording at the time of the issue)

As workaround, you can try to unbind delete-previous-word hotkey in Settings > Hotkeys.