Systematically analyze stack traces to identify root causes of errors
Analyze the following stack trace and help me understand and fix the error:
**Stack Trace:**
```
{{STACK_TRACE}}
```
**Programming Language/Framework:** {{LANGUAGE_FRAMEWORK}}
**Context about what the code was doing when the error occurred:**
{{CONTEXT}}
Please provide:
1. **Error Summary**: What type of error is this and what does it mean?
2. **Root Cause Analysis**: What is the most likely cause of this error?
3. **Call Flow**: Explain the execution path that led to this error
4. **Fix Recommendations**: Provide specific code fixes with examples
5. **Prevention Strategies**: How to prevent similar errors in the future
6. **Related Issues**: Other potential issues this error might indicateOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{STACK_TRACE][{LANGUAGE_FRAMEWORK][{CONTEXT]