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
so my seed node has been really unstable. monerod keeps restarting. on master, and on release, and on release binaries. I managed to get gdb running on a debug monerod (master).
I'm leaning towards this being a hardware problem, but I've attached the gdb logs and the monerod logs.
i think this is captured in the gdb log, but this is what first crashes out:
0x00007ffff1130107 in mdb_page_search_root (mc=0x7fc3acd1e6e8, key=0x7fc3bfffc090, flags=0) at /home/mondaemon/monero/external/db_drivers/liblmdb/mdb.c:6385
Thread 14 "monerod" received signal SIGBUS, Bus error.
[Switching to Thread 0x7fc3edffa640 (LWP 743673)]
0x00007ffff1130107 in mdb_page_search_root (mc=0x7fc3c88ded18, key=0x7fc3edff7090, flags=0) at /home/mondaemon/monero/external/db_drivers/liblmdb/mdb.c:6385
6385 while (IS_BRANCH(mp)) {
update - I'm running release branch with the 2 for 1 database thing, and it is still synchronizing. Has been synchronizing for days. The box this node is on has a secondary HDD, so I'm synchronizing to that.
so my seed node has been really unstable. monerod keeps restarting. on master, and on release, and on release binaries. I managed to get gdb running on a debug monerod (master).
I'm leaning towards this being a hardware problem, but I've attached the gdb logs and the monerod logs.
gdb_log.txt
10klog_log.txt
The text was updated successfully, but these errors were encountered: