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

pivxd (ARM) crashes after about 15 minutes on Pi4 #1778

Closed
go140point6 opened this issue Jul 31, 2020 · 2 comments
Closed

pivxd (ARM) crashes after about 15 minutes on Pi4 #1778

go140point6 opened this issue Jul 31, 2020 · 2 comments

Comments

@go140point6
Copy link

I'm running into an issue with pivx core 4.2.0 on the Pi (using the official ARM binary for pivxd from the release -> pivx-4.2.0-arm-linux-gnueabihf.tar.gz). After about 15 minutes seemingly working as expected, the daemon crashes with the following:

pivxd: net.cpp:1062: void AcceptConnection(const {anonymous}::ListenSocket&): Assertion `nMaxInbound > 0' failed.

I switch back to 4.1.1 and it runs without issue. I've duplicated this 3 times.

I'm using the following startup for both 4.1.1 and 4.2.0:

pivxd -daemon -maxconnections=16 -onlynet=ipv4

Machine specs:

  • OS: Raspbian Buster (updated)
  • Hardware: Pi 4b
  • RAM: 4GB
  • Disk: 128GB SSD via USB 3 port
@furszy
Copy link

furszy commented Jul 31, 2020

Hi, thanks for reporting the issue. Please increase the -maxconnections to a number greater than 17 and it will work fine.

The issue was already reported, will be part of the next release

@go140point6
Copy link
Author

Yeah, that seems to do it, stays running like normal... thanks.

@furszy furszy closed this as completed Jul 31, 2020
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