-
sech1
I have a testnet wallet with a few thousand mined blocks, and I can't sweep_all
-
sech1
It just gets stuck after asking for the password
-
sech1
monero-wallet-cli uses 15-20% CPU sporadically, and it's been going on for at least an hour
-
sech1
if there is any "throttling" code that is supposed to maintain privacy when connecting to a remote node, it should probably off when connecting to a local node
-
plowsof
Ive always found ridiculously large sweep_all txs to fail
-
moneromooo
You can gdb in and "thread apply all bt".
-
moneromooo
(in the wallet)
-
moneromooo
perf top might also shed some light.
-
moneromooo
If the bt isn't interesting, some cont + ^C should eventually find an interesting trace if the wallet is busy doing stuff.
-
moneromooo
AFAIK there is no wallet throttling code.
-
moneromooo
If the bt shows the wallet in the RPC call, then bt the daemon.
-
sech1
I'll need to build it locally to get proper callstacks
-
moneromooo
Running with log level 3 or 4 will also give you a fair idea of where it is.
-
sech1
right now it's just sitting there doing nothing, and I can't even kill the process
-
sech1
I'll try to get callstacks in the evening, need to go now
-
moneromooo
That hints at possible runaway memory usage with the OS swapping all the time ?
-
sech1
1103608 146924 20052 S 0.0 0.2 1:10.35 monero-wallet-c
-
sech1
not so much memory
-
sech1
that system has 64 GB RAM
-
sech1
testnet blockchain is 7.4 GB only, so I don't see how anything could swap there
-
sech1
KiB Mem : 65383152 total, 12340728 free, 24026888 used, 29015536 buff/cache
-
moneromooo
I just mentioned this since unkillable means stuck for a long time in kernel space. Absent I/O with buggy hardware, it seemed like the next likely reason.
-
sech1
hmm, maybe
-
sech1
That server is lingering since 2016 and never been updated
-
gingeropolous
u wanna share the seed or the wallet bin and see if it can work on diff hardware?
-
gingeropolous
or just try dif hardware
-
sech1
I'll try it on my notebook. Need to sync testnet first.
-
sech1
The wallet has 5614 outputs right now :D
-
sech1
Looks like it works better on the notebook. At least I get consistent 100% of on CPU core used
-
sech1
and it generated 39 transactions after ~1.5 minutes, all good