C++ error with no verbose output
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 372
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 10
Description
```
python3.7: /root/miniconda3/conda-bld/llvmdev_1531160641630/work/lib/Support/Error.cpp:116: void llvm::report_fatal_error(llvm::Error, bool): Assertion `Err && "report_fatal_error called with success value"' failed.
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
```
Sadly due to lack of verbosity I have no clue what part of my code causes this.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported Python 3.7 failure and tracing the llvm::report_fatal_error assertion in Error.cpp. Done means identifying the failing code path and determining how to expose a useful diagnostic instead of only the assertion message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100