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
Firedancer crashes with a segmentation fault when trying to bind to port 8001 that's already in use, instead of exiting cleanly with an appropriate error message.
Steps to reproduce
Have another process using port 8001
Run sudo ./build/native/clang/bin/fdctl run --config config.toml
Expected behavior
A clear error message indicating the port is already in use, with a graceful exit.
The text was updated successfully, but these errors were encountered:
20urc3
changed the title
Bug: Firedancer crashes when port is already in use
Segmentation Fault in fdctl, crashes when port is already in use
Apr 16, 2025
Thank you for the report. Hand crashing via a double-panic is the safest thing to do here in an FFI context due to lack of exception support in Rust. @mmcgee-jump Do you have a workaround for this to make the console output more readable?
Firedancer crashes with a segmentation fault when trying to bind to port 8001 that's already in use, instead of exiting cleanly with an appropriate error message.
Steps to reproduce
sudo ./build/native/clang/bin/fdctl run --config config.toml
Expected behavior
A clear error message indicating the port is already in use, with a graceful exit.
Actual behavior
The text was updated successfully, but these errors were encountered: