Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daemon crashed last night with only a warning #9315

Closed
Column01 opened this issue May 2, 2024 · 18 comments
Closed

Daemon crashed last night with only a warning #9315

Column01 opened this issue May 2, 2024 · 18 comments

Comments

@Column01
Copy link

Column01 commented May 2, 2024

Last night, my daemon crasged with only a warning saying the following:

2024-05-02 06:34:11.786	[P2P3]	INFO	global	src/cryptonote_protocol/cryptonote_protocol_handler.inl:1697	Synced 3139930/3139930
2024-05-02 06:53:10.124	[P2P4]	WARNING	ringct	src/ringct/rctOps.cpp:457	ge_frombytes_vartime failed at 457

Now when I try to launch the daemon, it just sits at the stage where it would be loading the blockchain for a long time.

Monero 'Fluorine Fermi' (v0.18.3.3-release) is the version I'm using

@selsta
Copy link
Collaborator

selsta commented May 2, 2024

How long did you wait after launch?

The warning message you shared is likely unrelated to whatever freezing issue you had.

@Column01
Copy link
Author

Column01 commented May 2, 2024

It's been almost 20 mins and the console has done nothing else other than warn me my blockchain is on an HDD (I know, bad practice), resource usage shows that it hasn't even tried to read the disk as far as I can really tell

@Column01
Copy link
Author

Column01 commented May 2, 2024

The disk still works, I have media on there I can still stream just fine, its not an IO issue either as this machine has nothing else running at the moment

@Column01
Copy link
Author

Column01 commented May 2, 2024

It's doing 400kb/s read but that's far slower than anything I've seen it do
image

@selsta
Copy link
Collaborator

selsta commented May 2, 2024

It verifies the whole txpool on launch, which can take a while in some cases. Is there CPU usage?

Can you launch monerod with --log-level 2 and share the last couple messages?

@Column01
Copy link
Author

Column01 commented May 2, 2024

OK it is verifying transactions. spamming the console with a lot of:

2024-05-02 16:36:42.734 I Transaction added to pool: txid <dd3fb300aa6ad4095319e1ce59b90b08c38a63ef4cd10cdefe9a2bc324e7fc3e> weight: 101187 fee/byte: 80000, count: 338
2024-05-02 16:36:42.773 D Removing tx <0f19390354b694ee7774356757f2b0f85f5af1ab838b07b141812290172a323f> from tx pool, but it was not found in the map of added txs
2024-05-02 16:36:42.773 D Transaction removed from pool: txid <0f19390354b694ee7774356757f2b0f85f5af1ab838b07b141812290172a323f>, total entries in removed list now 339
2024-05-02 16:36:42.773 D Using 0.000000019000/byte fee
2024-05-02 16:36:42.773 D Mixin: 15-15

@Column01
Copy link
Author

Column01 commented May 2, 2024

Its using 250% CPU according to top so it is actually doing stuff

@Column01
Copy link
Author

Column01 commented May 2, 2024

im gonna just let it do its thing for a few hours and see if it fixes itself, sorry to cause alarm. It appeared to be idle but that clearly is not the case. Patience it is :D thanks for your help

@Column01
Copy link
Author

Column01 commented May 2, 2024

So I also mistitled it, I checked the log and it did close the daemon, not freeze. I also have ZMQ enabled for p2pool mining, I saw it mentioned here #8897, could it be related?

@Column01 Column01 changed the title Daemon froze last night with only a warning Daemon crashed last night with only a warning May 2, 2024
@selsta
Copy link
Collaborator

selsta commented May 2, 2024

How much RAM does your machine have? Did it get killed for OOM or crash?

@Column01
Copy link
Author

Column01 commented May 2, 2024

16GB of RAM, wasn't anywhere close to full. My virtual memory was at 91% though since its only a gig, but it had been at 80%+ since I started mining so not sure

@Column01
Copy link
Author

Column01 commented May 2, 2024

OK it was able to resync properly. I guess ill wait to see if it crashes again and try to get you more info if I can

@selsta
Copy link
Collaborator

selsta commented May 2, 2024

It's still not clear to me if it ran out of memory, or if it crashed. I have seen RAM usage spikes on my node in some specific situations that caused my node to OOM.

@selsta
Copy link
Collaborator

selsta commented May 2, 2024

Just checked one of my nodes, around the same time one of my nodes also ran out of memory. What you are reporting is not a crash, though it would be nice if someone could investigate what casues this RAM spike.

@Column01
Copy link
Author

Column01 commented May 2, 2024

Just checked one of my nodes, around the same time one of my nodes also ran out of memory. What you are reporting is not a crash, though it would be nice if someone could investigate what casues this RAM spike.

That is very odd indeed. No other processes were affected. I was running p2pool and xmrig on the server as well, if that is relevant. None of those crashed but were upset about the daemon dying

@selsta
Copy link
Collaborator

selsta commented May 3, 2024

Let's continue here #9315

@selsta selsta closed this as completed May 3, 2024
@Column01
Copy link
Author

Column01 commented May 3, 2024

The issue you linked is this one

@selsta
Copy link
Collaborator

selsta commented May 3, 2024

#9317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants