-
luigi1111w
wow that's a lot of merges
-
StaceyWarren[m]
hi anyone worked on monero private-testnet?
-
StaceyWarren[m]
when I start to mine in private-testnet, the daemon stops
-
ofrnxmr[m]
paste website logs and configs
-
ofrnxmr[m]
use a paste website* for
-
StaceyWarren[m]
-
StaceyWarren[m]
issue has been raised in github, any solution please?
-
ofrnxmr[m]
Completely different issue
-
StaceyWarren[m]
-
StaceyWarren[m]
sorry this is the one
-
moneromooo
Post the stack trace (gdb on the core, bt). You might have to build some files with -g -O0.
-
Alex|LocalMonero
When the seed command is invoked on a multisig wallet, what's the string of hex chars shown? Is that just the private spend key?
-
Alex|LocalMonero
s//CLI wallet `/, s//`/
-
moneromooo
State needed to recreate.
-
-
StaceyWarren[m]
moneromooo: this is what I got
-
moneromooo
I assume you posted a stack trace as an attachment or something. If so, it does not show up through the relay. Paste on paste.debian.net.
-
moneromooo
Or if an image, ibb.co lets tor through.
-
selsta
the image doesn't show a backtrace
-
selsta
[Inferior 1 (process 352) exited with code 05]
-
selsta
StaceyWarren[m]: it doesn't crash, monerod exits
-
selsta
this is not like the issue you linked
-
selsta
how much free RAM do you have?
-
moneromooo
dmesg will log OOM kills.
-
selsta
it says "couldn't allocate RandomX dataset using large pages" and then exits
-
moneromooo
That's not an error, it will go on allocating normal pages.
-
moneromooo
If the exit isn't a normal exit/return, you can try running in gdb/
-
moneromooo
Before running, add "catch throw".
-
moneromooo
Type "cont" if it breaks on early exceptions such as the one above.
-
selsta
-
moneromooo
Ah, then gdb needs to stop earlier. An exception is a fair bet.
-
moneromooo
But OOM is indeed a fairer one.
-
moneromooo
I think we'd get a message with a top level catch.
-
moneromooo
look, I run "man -k oom" and of course it's full of systemd stuf...
-
moneromooo
I guess I should run systemman nowadays...