You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearing the clipboard made it stop crashing, possibly related to #325, but having 🏴 in the clipboard, or arbitrary large text doesn't seem to annoy it in any capacity.
The keystrokes leading to the crash are: csharprepl --trace, ENTER, CTRL+X.
❯ csharprepl--trace
Writingtrace log to /home/emik/csharprepl-tracelog-2024-01-10.txt
Welcome to the C# REPL (ReadEval Print Loop)!
Type C# expressions and statements at the prompt and press Enter to evaluate them.Type help to learn more, exit to quit, and clear to clear your terminal.> Unhandled exception. System.Exception: Process timed out. Command line: bash -c "cat /tmp/tmpWDKMZj.tmp | xsel -i --clipboard ".Output:Error:atBashRunner.Run(StringcommandLine) in /_/src/TextCopy/BashRunner.cs:line 32
at LinuxClipboard.InnerSetText(String tempFileName)in/_/src/TextCopy/LinuxClipboard_2.1.cs:line42at LinuxClipboard.SetTextAsync(Stringtext,CancellationTokencancellation) in /_/src/TextCopy/LinuxClipboard_2.1.cs:line22at PrettyPrompt.TextSelection.WrappedClipboard.SetTextAsync(Stringtext,CancellationTokencancellation)
at PrettyPrompt.Panes.CodePane.OnKeyDown(KeyPresskey,CancellationTokencancellationToken)
at PrettyPrompt.Prompt.<>c__DisplayClass9_0.<<ReadLineAsync>g__InterpretKeyPress|0>d.MoveNext()---Endof stack trace from previous location ---atPrettyPrompt.Prompt.ReadLineAsync()
at CSharpRepl.ReadEvalPrintLoop.RunAsync(Configurationconfig)in/_/CSharpRepl/ReadEvalPrintLoop.cs:line49
at CSharpRepl.Program.Main(String[] args) in /_/CSharpRepl/Program.cs:line68
at CSharpRepl.Program.Main(String[] args)in/_/CSharpRepl/Program.cs:line 74
at CSharpRepl.Program.<Main>(String[]args)
Aborted (core dumped)
Version
C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29
What happened?
Clearing the clipboard made it stop crashing, possibly related to #325, but having
🏴
in the clipboard, or arbitrary large text doesn't seem to annoy it in any capacity.The keystrokes leading to the crash are:
csharprepl --trace
,ENTER
,CTRL+X
.Causes following log.
The text was updated successfully, but these errors were encountered: