-
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
Node stopped syncing while upgrading from v19.3.0 to v20.0.2 - Segmentation fault, No debug information available for stacktrace. You should add debug information and then run #5777
Comments
@PastaPastaPasta can you please provide some help here. |
Well; you could now use v20.0.3; additionally you could consider using the pre-made docker images here https://hub.docker.com/r/dashpay/dashd/tags ( |
Symbolized debug info
|
Hi @PastaPastaPasta docker-compose.yaml node logs --- Thanks |
i am also facing the same issue . @PastaPastaPasta any help here |
Hello Team
I am facing an issue while upgrading from v19.3.0 to v20.0.2.
Posix Signal: Segmentation fault,
No debug information available for stacktrace. You should add debug information and then run:,
dashd -printcrashinfo=bvcgc43iinzgc43ijfxgm3ybaacwiyltnbscaudponuxqictnftw4ylmhiqfgzlhnvsw45dboruw63ramzqxk3dubna4jdyaaaaaaagqh47hxjbjaaahq6tqaaaaaaaa44ftiaaaaaaaa7kbgqaaaaaaaawqwlyaaaaaaaadiokaaaaaaaacqtboaaaaaaaaycp6aaaaaaaaaraqin52ikiaacaaqs33uquqaaaa
Docker File - To build docker image
FROM debian:stable-slim
RUN apt-get update -y
RUN apt-get install -y curl
RUN curl -LOk https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz
RUN tar --strip=2 -xzf *.tar.gz -C /usr/local/bin
WORKDIR /usr/local/bin
VOLUME ["/root/.dash"]
EXPOSE 9998 9999 19998 19999
ENTRYPOINT ["dashd"]
Docker compose File
version: '2'
services:
nodedash:
image: dashnode:v20.0.2
container_name: dashnode1332
restart: always
ports:
- "1332:9998"
- "127.0.0.1:9999:9999"
command: ["-disablewallet","-reindex","-rpcbind=dashnode1332","-rpcallowip=0.0.0.0/0","-printtoconsole=1","-onlynet=ipv4","-txindex","-dbcache=1024","-rpcthreads=128","-rpcuser=user","-rpcpassword=password","-blocksonly=1"]
volumes:
- /MyDisk/node-dash/data-3:/root/.dashcore
#mem_limit: 16g
Node logs
2023-12-19T07:45:24Z Filling coin cache with masternode UTXOs...,
2023-12-19T07:45:24Z CDeterministicMNManager::GetListForBlockInternal -- initial snapshot. blockHash=00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6 nHeight=0,
2023-12-19T07:45:24Z Filling coin cache with masternode UTXOs: done in 0ms,
2023-12-19T07:45:24Z Failed to open mempool file from disk. Continuing anyway.,
2023-12-19T07:45:24Z loadblk thread exit,
2023-12-19T07:45:25Z New outbound peer connected: version: 70230, blocks=1990279, peer=0 (full-relay),
2023-12-19T07:45:25Z Posix Signal: Segmentation fault,
No debug information available for stacktrace. You should add debug information and then run:,
dashd -printcrashinfo=bvcgc43iinzgc43ijfxgm3ybaacwiyltnbscaudponuxqictnftw4ylmhiqfgzlhnvsw45dboruw63ramzqxk3dubna4jdyaaaaaaagqh47hxjbjaaahq6tqaaaaaaaa44ftiaaaaaaaa7kbgqaaaaaaaawqwlyaaaaaaaadiokaaaaaaaacqtboaaaaaaaaycp6aaaaaaaaaraqin52ikiaacaaqs33uquqaaaa,
Posix Signal: Segmentation fault,
No debug information available for stacktrace. You should add debug information and then run:,
dashd -printcrashinfo=bvcgc43iinzgc43ijfxgm3ybaacwiyltnbscaudponuxqictnftw4ylmhiqfgzlhnvsw45dboruw63ramzqxk3dubna4jdyaaaaaaagqh47hxjbjaaahq6tqaaaaaaaa44ftiaaaaaaaa7kbgqaaaaaaaawqwlyaaaaaaaadiokaaaaaaaacqtboaaaaaaaaycp6aaaaaaaaaraqin52ikiaacaaqs33uquqaaaa,
Thanks
Umang Awasthy
The text was updated successfully, but these errors were encountered: