-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
BSC Mainnet on windows - Snapsync error: panic: runtime error: invalid memory address or nil pointer dereference #4233
Comments
|
Sizes:
Verification showed this:
I deleted up to those files and started sync again. Output is this:
|
weird. show:
|
Added more context info to such errors by: #4245 |
Git status:
Make all:
Verification: Output:
go run -trimpath ./cmd/downloader torrent_hashes --datadir= Output:
Rebuild:
And finally I deleted the .torrent files in snapshots folder Attempting to sync after these gave this output:
|
Thank you for providing each listing.
Please, start downloader with |
|
@stefanosstef did it help? |
Sorry for the late reply, I didn't have the chance to test it out. Still the same error after deleting:
|
Switch to latest devel and try again: go run -trimpath ./cmd/downloader torrent_hashes --verify --datadir=n:\erigon |
I deleted everything and tried from scratch (updated to latest devel before starting) warn: error:
error ending:
The only thing that might have played a role is that I had a couple of few seconds disconnect in my internet and I noticed that while the downloading continued, it displayed good peers=0 (and after a while it went to a very small number of peers, like 3) for quite some time after each disconnect. I am keeping it as it is in case I can help you find what's wrong with the sync but eventually I will have to do a full sync. So if you want me to try any diagnostics or possible fixes please do suggest. Thank you |
Need beginning of error - there is reason |
Accidentally deleted everything. I am retrying with piping output and replying in around 2 days (if it does crash again at the same point) |
This time I didn't get this error, instead, after going 100% for the snapshots the output was this:
it displays this warning for all snapshot files, then continues:
|
Get the same err error closing storage: FlushFileBuffers: The handle is invalid. Have you solved it? |
It's from edsrzf/mmap-go#22 |
probably solved by #4426 |
I updated to latest devel. Do I need to delete everything and start over? I'm getting this:
I verified, rebuild and I'm getting the same, even after deleting from v1-013 and below After canceling (ctrl+c) I got this:
|
You can try remove only “datadir/snapshots/db” folder |
i am trying to run daemon on Mac M1, receiving this:
Build / OS info: Erigon version: erigon version OS & Version: MacOS Monterey 12.5 |
i've created separate issue just in case for above rpcdaemon #4974 |
System information
32gb ram, 32gb pagefile
AMD Ryzen 5 3600 6-Core Processor
Graphics card GTX 1660 super
Erigon version: erigon version 2022.99.99-dev-64508a7d
OS & Version: Windows 10 x64
Commit hash : 64508a7
Expected behaviour
Snapsync using this command:
erigon.exe --chain bsc --datadir N:/erigon --prune hrtc --rpc.batch.concurrency 50 --torrent.download.rate=60mb --torrent.upload.rate=2mb --maxpeers 50 --ethash.dagdir N:/erigon/erigon-ethash --private.api.addr=localhost:9090 --http --ws --http.addr 192.168.2.6 --http.port 8545 --http.api=eth,debug,net,trace,web3,erigon
Actual behaviour
Output of the command & error:
I tried deleting the latest snapshot files and torrent files, (v1-016000-016500 and v1-016500 -017000) and I am getting this output:
Is this a problem with my system or a bug?
The text was updated successfully, but these errors were encountered: