graphprotocol / indexer

Graph Protocol indexer components and infrastructure
MIT License
238 stars 127 forks source link

Fixup current release #943

Open fordN opened 2 months ago

fordN commented 2 months ago
### Tasks
- [x] Indexer-cli 0.21.3, packaging issues on NPM
mindstyle85 commented 2 months ago

hey @fordN i assume this is for the problems we noticed, do you know off the top of your head what package is potentially missing (or whats broken), that we get this on 21.3 (agent works btw):

/indexer.new/packages/indexer-service/bin$ ./graph-indexer-service start --help
Segmentation fault (core dumped)
dwerner commented 2 months ago

https://github.com/graphprotocol/indexer/pull/944 fixed and merged

dwerner commented 2 months ago

hey @fordN i assume this is for the problems we noticed, do you know off the top of your head what package is potentially missing (or whats broken), that we get this on 21.3 (agent works btw):

/indexer.new/packages/indexer-service/bin$ ./graph-indexer-service start --help
Segmentation fault (core dumped)

A segfault indicates that native code is trying to access invalid memory. If you run any program with gdb or strace to get some idea of what is happening that could help.

https://stackoverflow.com/a/11439503

Are you still experiencing this issue after a reboot of the system?