-
Notifications
You must be signed in to change notification settings - Fork 89
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
Serial port segmentation fault #89
Comments
After installing the node-segfault-handler this is the stack trace I got. I've disabled BLE using the
|
Looks like it is this issue - serialport/node-serialport#1771 |
Downgrading by running |
Thanks for the report - this looks like quite a new issue with node-serialport (in the release 2 days ago?) so I'd hope that it would be fixed pretty soon - it's great that you found a downgrade would fix it though. |
This PR seems to fix the crash. serialport/node-serialport#1772 |
Thanks! |
Just did a fresh download of "espruino": "^0.1.23" & ESP32 firmware flash on my Mac and I get a segfault when trying to connect to the device. My node version is
v8.14.1
.Steps to reproduce:
npm install espruino
in a fresh / empty folder afternpm init
builds with the following output:I then run
node_modules/.bin/espruino --port /dev/tty.SLAB_USBtoUART -v
which:The text was updated successfully, but these errors were encountered: