-
Matthew32
-
» opal 🐔: im gonna throw up if you call this a dev channel
-
selsta
-
selsta
3 different people now reoported monerod crashing while mining on Windows, since we didn't update monerod I don't really know what's going on
-
sech1
I'll check the error code from the screenshot. I think it's some 3rd party software or win11 itself interfering
-
moneromooo
That last post is interesting. Could be a locking bug (ie, unlock without a lock). If Windows has a strace equivalent, that could give a helpful log.
-
moneromooo
Or generic error causing a "free" type call for something that never got allocated due to early error out from the main code.
-
moneromooo
Log level 2 might show if the mining code bumps into any error path.
-
moneromooo
Maybe one is faulty since they're seldom tested much.
-
sech1
Or it might be a race condition in the mining code. Maybe older Windows versions (and Windows 11 up until recently) didn't care, but now they crash
-
moneromooo
Ah, there was a locking rewrite in rx-slow-hash.c some months ago.
-
» sech1 hides
-
moneromooo
Hey, I just remembered that, no idea if it's the reason :D
-
sech1
All locks in rx-slow-hash are statically allocated though
-
moneromooo
FWIW I don't have this patch in TF (it conflicted with my own changes too much). If someone gets the crash and can run both.
-
moneromooo
Though strace or similar would likely be my first choice to try out.
-
sech1
I don't have any node on Windows right now to test it. Having a callstack would be nice.
-
selsta
I can ask them to run an old version before the change
-
m-relay
<rootkit.lol:matrix.org> Does anyone know why the rpc-wallet is stuck at
-
m-relay
<rootkit.lol:matrix.org> "W Starting wallet RPC server"
-
m-relay
<rootkit.lol:matrix.org> I already had the blockchain synced and running with
-
m-relay
<rootkit.lol:matrix.org> ```
-
m-relay
<rootkit.lol:matrix.org> monerod --stagenet --prune-blockchain
-
m-relay
<rootkit.lol:matrix.org> ```
-
m-relay
<rootkit.lol:matrix.org> and the rpc command is
-
m-relay
<rootkit.lol:matrix.org> ```
-
m-relay
<rootkit.lol:matrix.org> monero-wallet-rpc --wallet-dir /tmp --rpc-bind-port 38085 --disable-rpc-login --stagenet
-
m-relay
<rootkit.lol:matrix.org> ```
-
moneromooo
Make sure firewall is letting RPC through, use the right port, try get_info if the port is using restricted rpc.
-
moneromooo
Try loopback first, then other ifs. Simplest cases first.
-
m-relay
<rootkit.lol:matrix.org> I used it in the past and it used do say something after "starting wallet", but now it just hangs there but actually doing the requests seems to work fine