Skip to content

UI binary crashes (clean exit) while rendering 3D graph #402

@sandeepshekhawat

Description

@sandeepshekhawat

Bug Report

Description

The ui variant binary crashes with a clean exit (no error message, no stack trace)
while the 3D graph is rendering in the browser. The process simply terminates silently.

Environment

  • Version: 0.7.0
  • OS: macOS 26.2 (Build 25C56)
  • Arch: darwin arm64
  • RAM: 16 GB
  • Variant: ui (installed via install.sh --ui)

Steps to Reproduce

  1. Install the UI variant: curl -fsSL .../install.sh | bash -s -- --ui
  2. Run: tail -f /dev/null | codebase-memory-mcp (to keep stdin open)
  3. Open http://localhost:9749
  4. Wait for 3D graph to render

Observed Behavior

Process exits cleanly mid-render. Logs only show:
level=info msg=mem.init budget_mb=8192 total_ram_mb=16384

No crash dump, no error, no signal info.

Expected Behavior

Graph renders without crashing the process.

Additional Notes

  • The MCP stdio tools (search_graph, trace_path, etc.) work fine
  • Crash is reproducible every time the graph attempts to render
  • KeepAlive in LaunchAgent does not restart the process after this crash

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions