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 (Read Eval 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:
at BashRunner.Run(String commandLine)in/_/src/TextCopy/BashRunner.cs:line 32
at LinuxClipboard.InnerSetText(String tempFileName)in/_/src/TextCopy/LinuxClipboard_2.1.cs:line 42
at LinuxClipboard.SetTextAsync(String text, CancellationToken cancellation)in/_/src/TextCopy/LinuxClipboard_2.1.cs:line 22
at PrettyPrompt.TextSelection.WrappedClipboard.SetTextAsync(String text, CancellationToken cancellation)
at PrettyPrompt.Panes.CodePane.OnKeyDown(KeyPress key, CancellationToken cancellationToken)
at PrettyPrompt.Prompt.<>c__DisplayClass9_0.<<ReadLineAsync>g__InterpretKeyPress|0>d.MoveNext()--- End of stack trace from previous location ---
at PrettyPrompt.Prompt.ReadLineAsync()
at CSharpRepl.ReadEvalPrintLoop.RunAsync(Configuration config)in/_/CSharpRepl/ReadEvalPrintLoop.cs:line 49
at CSharpRepl.Program.Main(String[] args)in/_/CSharpRepl/Program.cs:line 68
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: