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
Describe the bug
When running hh_client with a modern hhvm build on the 6.1 kernel (the default of Debian 12), an error is raised EOPNOTSUPP. This error is not raised on a 6.12 kernel.
Standalone code, or other way to reproduce the problem
Create an new directory with .hhconfig and file.hack. Both can be empty.
Typecheck your code with hh_server --check .
Typecheck your code with hh_server . or hh_client
This last step fails with the error described above.
Expected behavior
No errors!
Actual behavior
("Unix.Unix_error(Unix.EOPNOTSUPP, \"hh_open_tmpfile\", \"/tmp/hh_server\")")
Raised by primitive operation at Sys_utils.atomically_create_and_init_file in file "hack/src/utils/sys/sys_utils.ml", line 772, characters 11-71
Called from Server_progress.ErrorsWrite.new_empty_file.(fun) in file "hack/src/client_and_server/server_progress.ml", lines 446-453, characters 14-53
Describe the bug
When running hh_client with a modern hhvm build on the 6.1 kernel (the default of Debian 12), an error is raised EOPNOTSUPP. This error is not raised on a 6.12 kernel.
Standalone code, or other way to reproduce the problem
Steps to reproduce the behavior:
/etc/hh.conffile.hhconfigandfile.hack. Both can be empty.hh_server --check .hh_server .orhh_clientExpected behavior
No errors!Actual behavior
Environment