-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Crash when calling query_graph #627
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcypherCypher query language parser/executor bugsCypher query language parser/executor bugsstability/performanceServer crashes, OOM, hangs, high CPU/memoryServer crashes, OOM, hangs, high CPU/memorywindowsWindows-specific issuesWindows-specific issues
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcypherCypher query language parser/executor bugsCypher query language parser/executor bugsstability/performanceServer crashes, OOM, hangs, high CPU/memoryServer crashes, OOM, hangs, high CPU/memorywindowsWindows-specific issuesWindows-specific issues
Version
codebase-memory-mcp 0.8.1
Platform
Windows (x64)
Install channel
GitHub release archive / install.sh / install.ps1
Binary variant
standard
What happened, and what did you expect?
After indexing I tasked my agent to find dead code. It started calling the mcp and it has crashed almost on the first useful query.
Reproduction
It is a private codebase. I had to check the box that it is not. I am doing so in the hopes that it might help anyway.
codebase-memory-mcp cli query_graph '{"project": "YYY", "query": "MATCH (f:Function) WHERE NOT f.file_path CONTAINS ''ext'' AND NOT f.file_path CONTAINS ''Tests'' AND NOT f.file_path CONTAINS ''examples'' AND NOT f.name = ''main'' OPTIONAL MATCH (c)-[:CALLS]->(f) WITH f, c WHERE c IS NULL RETURN f.name, f.qualified_name, f.file_path, f.start_line ORDER BY f.file_path LIMIT 50"}'no usefull output, just a crash dump appearing in
AppData\Local\CrashDumps\Logs
Project scale (if relevant)
Nodes: 29,361 Edges: 59,940
Confirmations