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
Calling send_dmx_packet segfaults in a release build with Rust 1.62.0. There is no segfault with the debug build, or with Rust 1.60.0. Without debug information I was unable to diagnose the cause.
It is relatively simple to replace the vendored serial-rs and termios-rs dependencies with serial2, and this fixes the problem.
The text was updated successfully, but these errors were encountered:
Calling
send_dmx_packet
segfaults in a release build with Rust 1.62.0. There is no segfault with the debug build, or with Rust 1.60.0. Without debug information I was unable to diagnose the cause.It is relatively simple to replace the vendored
serial-rs
andtermios-rs
dependencies withserial2
, and this fixes the problem.The text was updated successfully, but these errors were encountered: