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
GraphQL returns an error, the node does not crash.
Actual Result
The node crashes due to an index out of bounds error.
{"timestamp":"2024-09-29 17:43:30.900875Z","level":"Fatal","source":{"module":"Init__Mina_run","location":"File \"src/app/cli/src/init/mina_run.ml\", line 669, characters 2-26"},"message":"Unhandled top-level exception: $exn\nGenerating crash report","metadata":{"exn":{"commit_id":"3ba67430251d36622086183fdcbac464d4603c56","sexp":["monitor.ml.Error",["exn.ml.Reraised","Mina_net2 raised an exception",["monitor.ml.Error",["Mina_net2__Libp2p_helper.Libp2p_helper_died_unexpectedly"],["Raised at Mina_net2__Libp2p_helper.handle_libp2p_helper_termination.(fun) in file \"src/lib/mina_net2/libp2p_helper.ml\", line 146, characters 8-45","Called from Async_kernel__Deferred1.M.map.(fun) in file \"src/deferred1.ml\", line 17, characters 40-45","Called from Async_kernel__Job_queue.run_job in file \"src/job_queue.ml\" (inlined), line 128, characters 2-5","Called from Async_kernel__Job_queue.run_jobs in file \"src/job_queue.ml\", line 169, characters 6-47","Caught by monitor at file \"src/lib/gossip_net/libp2p.ml\", line 236, characters 31-31"]]],["Raised at Base__Exn.reraise in file \"src/exn.ml\", line 59, characters 22-49","Called from Base__Result.try_with in file \"src/result.ml\", line 195, characters 9-15","Caught by monitor coda"]],"backtrace":["Raised at Base__Exn.reraise in file \"src/exn.ml\", line 59, characters 22-49","Called from Base__Result.try_with in file \"src/result.ml\", line 195, characters 9-15"]},"host":"24.55.74.203","peer_id":"12D3KooWAFFq2yEQFFzhU5dt64AWqawRuomG9hL8rSmm5vxhAsgr","port":3002}}
Preliminary Checks
Description
The node crashes if the memo of a zkapp command submitted via GraphQL is too short but is still encoded in base58.
Steps to Reproduce
Send the following query to GraphQL. Note the invalid length of the memo base58 encoding.
Expected Result
GraphQL returns an error, the node does not crash.
Actual Result
The node crashes due to an index out of bounds error.
Daemon version
3ba6743
How frequently do you see this issue?
Always
What is the impact of this issue on your ability to run a node?
Low
Status
Additional information
No response
The text was updated successfully, but these errors were encountered: