You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application gets a list of serial ports, and then makes a connection to a device to transfer data. At the point in which serialport .list() is called, the application is crashing with Crash reason: EXCEPTION_ACCESS_VIOLATION_READ in bindings.node (dumps attached). I've got this app installed on ~500 end user systems, but the error is only occurring on one, a laptop with Win10 Pro x64.
Update: I've now discovered a total of 3 systems with this same issue, and they all have a Brother multifunction printer attached by USB. When the printer cable is disconnected, my app runs flawlessly. Why would a Brother printer connected via USB cause issues with serialport?
Summary of Problem
My application gets a list of serial ports, and then makes a connection to a device to transfer data. At the point in which serialport .list() is called, the application is crashing with Crash reason: EXCEPTION_ACCESS_VIOLATION_READ in bindings.node (dumps attached). I've got this app installed on ~500 end user systems, but the error is only occurring on one, a laptop with Win10 Pro x64.
(Please answer all 3)
dump1.txt
dump2.txt
dump3.txt
What are you trying to do?
List serial ports
What happens?
Application crashes (dump generated)
What should have happened?
Serial ports should be listed
Code to Reproduce the Issue
Versions, Operating System and Hardware
The text was updated successfully, but these errors were encountered: