-
Notifications
You must be signed in to change notification settings - Fork 131
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
Starting GeyserPluginService crashes #426
Comments
Likewise here - latest versions segfault after this |
Are you using the binary from the repo or a compiled version? |
I'm also seeing segfaults with the latest geyser release. Solana and the plugin should have matching rust versions 1.78 since I'm using the Anza release for Solana 2.0.18 and the yellowstone release geyser 3.0.1+solana.2.0.18 |
It's a config issue everyone! Replace the line that goes something like "block_fail_action": "log" and you'll be all good! |
(I'm embarassed to admit but I'll say it - it took me about 48 hours of bashing my head against the wall before thinking of using the config check script) |
(Also, version mismatches could also be a culprit but for me and the 15 other people I've talked to with the same issue, this fixed it) |
TYSM! This was my issues as well :) |
INFO solana_geyser_plugin_manager::geyser_plugin_service] Starting GeyserPluginService from config files: ["/yellowstone-grpc/yellowstone-grpc-geyser/config.json"]
It seems to stop at this log and won't process anymore. I tried waiting for a long time and didn't see anything change
Any solution?
Thanks!
The text was updated successfully, but these errors were encountered: