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

Segementation Fault #159

Closed
eden-desta opened this issue Oct 29, 2020 · 2 comments
Closed

Segementation Fault #159

eden-desta opened this issue Oct 29, 2020 · 2 comments

Comments

@eden-desta
Copy link

eden-desta commented Oct 29, 2020

Hi Folks!

I am getting a segmentation fault with the webbridge. It happens rather randomly I'm not quite sure how to go about tracking its problem. For your reference, all I am currently doing is subscribing to my joystick data that I am publishing via a Joy node (this is separate and running ROS2 foxy).

Websocket started on ws://localhost:9090
(node:55671) DeprecationWarning: Deep requiring like `const uuidv4 = require('uuid/v4');` is deprecated as of [email protected]. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See https://github.com/uuidjs/uuid#deep-requires-now-deprecated for more information.
Segmentation fault (core dumped)

Is there something I am missing? Any help would be great! Thank you!
And also -- it runs for a while prior to crashing.

@minggangw
Copy link
Member

If you are using Node.js v12.19.0, I suspect there is an issue which may cause the segfault and has been fixed. So please try v12.18.4 or wait for the next release (v12.19.1?). Also, this problem is tracked RobotWebTools/rclnodejs#713 on rclnodejs.

@eden-desta
Copy link
Author

Thank you @minggangw that seems to solve the problem! I appreciate your response!

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

No branches or pull requests

2 participants