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
console 2025-03-10T01:13:28-00:00: Fatal error: exception File "duniverse/utcp/src/input.ml", line 913, characters 22-28: Assertion failed
console 2025-03-10T01:13:28-00:00: Raised at Utcp__Input.di3_ststuff in file "duniverse/utcp/src/input.ml", line 913, characters 22-34
console 2025-03-10T01:13:28-00:00: Called from Utcp__Input.di3_datastuff_really in file "duniverse/utcp/src/input.ml", line 802, characters 4-49
console 2025-03-10T01:13:28-00:00: Called from Utcp__Input.deliver_in_3.(fun) in file "duniverse/utcp/src/input.ml", line 939, characters 12-73
console 2025-03-10T01:13:28-00:00: Called from Utcp__Input.handle_conn in file "duniverse/utcp/src/input.ml", line 1076, characters 26-62
console 2025-03-10T01:13:28-00:00: Called from Stdlib__Result.bind in file "result.ml" (inlined), line 23, characters 36-39
console 2025-03-10T01:13:28-00:00: Called from Utcp__Input.handle_conn in file "duniverse/utcp/src/input.ml", line 1060, characters 6-1023
console 2025-03-10T01:13:28-00:00: Called from Utcp__Input.handle_segment in file "duniverse/utcp/src/input.ml", line 1100, characters 19-48
console 2025-03-10T01:13:28-00:00: Called from Utcp__Input.handle_buf in file "duniverse/utcp/src/input.ml", line 1115, characters 19-46
console 2025-03-10T01:13:28-00:00: Called from Utcp_mirage.Make.input in file "duniverse/utcp/mirage/utcp_mirage.ml", line 164, characters 24-69
The text was updated successfully, but these errors were encountered:
state is Last_ack, and a FIN was received --> we fail with assertion false -- but maybe we should look into the HOL model and also capture a packet trace of such a TCP connection (to figure out where and why we get into this situation).
I looked through the HOL code, that looks fine and very much like the OCaml code. I've now added a log message mentioning the connection, and also started a full packet dump. So hopefully in a few hours we'll get a packet trace. :)
The text was updated successfully, but these errors were encountered: