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
This issue has been tested using docker and the debian packages.
Running mina ledger export staking-epoch-ledger > ledger.json is successful but mina ledger export next-epoch-ledger > next-ledger.json fail with (monitor.ml.Error ("Stack overflow")
Steps to Reproduce
Run the mina daemon 3.0.3.1-cc59a0 using docker or as a Debian Package
Wait for the daemon to Sync.
Test exporting the current staking ledger
mina ledger export staking-epoch-ledger > ledger.json
It should be successful
3. Test exporting the next staking ledger
mina ledger export next-epoch-ledger > next-ledger.json
It fails
Expected Result
next-ledger.json file generated with the next staking ledger
Actual Result
(monitor.ml.Error ("Stack overflow")
("Raised by primitive operation at Stdlib.max in file \"stdlib.ml\", line 75, characters 17-23"
"Called from Bi_outbuf.really_extend in file \"src/bi_outbuf.ml\", line 16, characters 12-34"
"Called from Bi_outbuf.add_sub in file \"src/bi_outbuf.ml\", line 76, characters 2-14"
"Called from Bi_outbuf.add_substring in file \"src/bi_outbuf.ml\" (inlined), line 80, characters 20-39"
"Called from Yojson.finish_string in file \"write.ml\", line 25, characters 4-70"
"Called from Stdlib__Bytes.make in file \"bytes.ml\", line 42, characters 10-18"
"Called from CamlinternalFormat.string_to_caml_string in file \"camlinternalFormat.ml\", line 1374, characters 12-35"
"Called from CamlinternalFormat.make_padding.(fun) in file \"camlinternalFormat.ml\", line 1673, characters 42-49"
"Called from Yojson.finish_string in file \"write.ml\", line 27, characters 4-93"
"Called from Yojson.write_string in file \"write.ml\", line 50, characters 2-24"
"Called from Yojson.json_string_of_string in file \"write.ml\", line 55, characters 2-19"
"Called from Yojson.Pretty.format_field in file \"pretty.ml\", line 54, characters 24-52"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 20-23"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Yojson.Pretty.format in file \"pretty.ml\", line 30, characters 61-90"
"Called from Yojson.Pretty.format_field in file \"pretty.ml\", line 55, characters 82-94"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 20-23"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Yojson.Pretty.format in file \"pretty.ml\", line 30, characters 61-90"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 20-23"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
...
...
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"
"Called from Stdlib__List.map in file \"list.ml\", line 92, characters 32-39"))
Preliminary Checks
Description
This issue has been tested using docker and the debian packages.
Running
mina ledger export staking-epoch-ledger > ledger.json
is successful butmina ledger export next-epoch-ledger > next-ledger.json
fail with(monitor.ml.Error ("Stack overflow")
Steps to Reproduce
3.0.3.1-cc59a0
using docker or as a Debian PackageIt should be successful
3. Test exporting the next staking ledger
It fails
Expected Result
next-ledger.json
file generated with the next staking ledgerActual Result
Daemon version
Commit cc59a03 (
3.0.3.1-cc59a0
)How frequently do you see this issue?
Always
What is the impact of this issue on your ability to run a node?
Medium
Status
Additional information
Please note that is work on Kubernetes (EKS) using Amazon Linux EC2 instances. I suspect the issue is linked to the type of kernel used by the machine
The text was updated successfully, but these errors were encountered: