-
Notifications
You must be signed in to change notification settings - Fork 117
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
Segmentation fault (core dumped) - Debug on Ubuntu #1355
Comments
Yes, you can use |
Sorry @modulesio I've been trying to get this running on Ubuntu but it's failing because of the Node version check doesn't appear to return what you need in index line 3.
Do you know how to get this running? |
Node 12 is required before building. On Ubuntu, the best way to get the right version of node is probably https://github.com/nvm-sh/nvm. |
Yes I have node 12. Exokit is running normally just crashing with the above error. I've had it running my app before, just can't find what the problem is right now. |
Interesting, when you run
|
Hmm this is with Bit new to node. |
You can just run node regularly with |
Running 12.2.0 |
Oh wait, are we simply running everything in Either way, to debug a segfault we would need
Or similar. |
Yes! Sorry found it.. just had to type run and I'm off. Found the error - relates to the Redux websocket connection to the debugger. Have now found another load of errors which I'll try and fix. Thanks |
Awesome, let us know if you get stuck! |
Ha yep stuck! This error:
This from the backtrace
Mean anything? |
It means that something is wrong with the OpenGL context creation, since it cannot switch to the context that was made. Do you have a reproduction HTML file for this? |
No sorry. It's just local at the moment. I'll try and get a build done to a test host. It's opening 2 Exokit windows, is that correct? And it's running some of the time. |
I can't tell from that stack trace alone what the issue is, but Exokit opens one window for every context, depending on visibility. If you could get any kind of HTML reproduction that crashes on the system, that would be helpful for debugging. It could very well be a race condition. |
Hi,
I'm getting a crash with an error message
Segmentation fault (core dumped)
Is there anyway to debug this?
Thanks
The text was updated successfully, but these errors were encountered: