utop
utop copied to clipboard
utop crashes randomly after pasting in texts
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.
I am also getting the same error. all I do is #use CommandLiner and then #use <myfile.ml> similar config
I have the same problem but i don't get what to do in order to fix it pls help me
Same problem here, I can't get where the problem comes from :(