utop icon indicating copy to clipboard operation
utop copied to clipboard

utop crashes randomly after pasting in texts

Open kentnek opened this issue 7 years ago • 5 comments

I have installed ocaml and utop on cygwin, and currently I'm using VSCode for Windows (x64) to use utop as the REPL with this plugin. Most of the time I try to copy-paste codes into utop, it crashes:

utop.exe: SetConsoleCursorPosition: Invalid argument
utop.exe: lambda-term(history): failed to lock file 'C:\OCaml64\home\<user>\.utop-history': A requested file lock operation cannot be processed due to an invalid byte range.
utop.exe: lambda-term(history):

Any idea why this is happening? Otherwise, utop is awesome.

kentnek avatar Jan 24 '18 07:01 kentnek

I am also getting the same error. all I do is #use CommandLiner and then #use <myfile.ml> similar config

DrYSG avatar Jan 27 '20 17:01 DrYSG

I have the same problem but i don't get what to do in order to fix it pls help me

MisterRath avatar Feb 25 '23 10:02 MisterRath

Same problem here, I can't get where the problem comes from :(

RedstoneDark avatar Feb 19 '24 12:02 RedstoneDark