Skip to content

quantcpp serve crashes with SIGABRT on port conflict instead of graceful error #75

@unamedkr

Description

@unamedkr

Description

When the requested port is already in use, quantcpp serve crashes with SIGABRT (exit code -6) instead of showing a user-friendly error message.

Steps to Reproduce

# Start first server
quantcpp serve smollm2:135m --port 8080 &

# Start second on same port
quantcpp serve smollm2:135m --port 8080
# → Process crashes with SIGABRT, no error message

Expected

Error: port 8080 is already in use. Try a different port with --port.

Environment

  • quantcpp 0.12.1 (PyPI), macOS 15

Reported by ClawTeam Claw-1 (Quickstart persona) — Round 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions