indexer icon indicating copy to clipboard operation
indexer copied to clipboard

Fixup current release

Open fordN opened this issue 1 year ago • 3 comments

### Tasks
- [x] Indexer-cli 0.21.3, packaging issues on NPM

fordN avatar Jul 08 '24 16:07 fordN

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)

mindstyle85 avatar Jul 09 '24 20:07 mindstyle85

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

dwerner avatar Jul 12 '24 17:07 dwerner

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?

dwerner avatar Jul 12 '24 17:07 dwerner