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
- Install the UI variant:
curl -fsSL .../install.sh | bash -s -- --ui
- Run:
tail -f /dev/null | codebase-memory-mcp (to keep stdin open)
- Open http://localhost:9749
- 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
Bug Report
Description
The
uivariant 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
install.sh --ui)Steps to Reproduce
curl -fsSL .../install.sh | bash -s -- --uitail -f /dev/null | codebase-memory-mcp(to keep stdin open)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
search_graph,trace_path, etc.) work fineKeepAlivein LaunchAgent does not restart the process after this crash