Skip to content
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

Fixup current release #943

Open
1 task done
fordN opened this issue Jul 8, 2024 · 3 comments
Open
1 task done

Fixup current release #943

fordN opened this issue Jul 8, 2024 · 3 comments
Assignees

Comments

@fordN
Copy link
Contributor

fordN commented Jul 8, 2024

Tasks

@mindstyle85
Copy link

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
Copy link
Contributor

dwerner commented Jul 12, 2024

#944 fixed and merged

@dwerner
Copy link
Contributor

dwerner commented Jul 12, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🚗 Merged
Development

No branches or pull requests

3 participants