fpc-create-report giving 'input' error
- Dominant language
- Python
- Stars
- 44
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
After generating trace, and running fpc-create-report command, gives the following error.
Tools/FPChecker/build/bin/fpc-create-report
Generating FPChecker report...
Trace files found: 9
Traceback (most recent call last):
File "Tools/FPChecker/build/bin/fpc-create-report", line 471, in
loadEvents(fileList)
File "Tools/FPChecker/build/bin/fpc-create-report", line 74, in loadEvents
p_input = data[i]['input']
KeyError: 'input'
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with Tools/FPChecker/build/bin/fpc-create-report, especially loadEvents at line 74 where the traceback accesses data[i]['input']. Reproduce the failure with the reported fpc-create-report command and inspect the nine generated trace files. Done means the report command processes these traces without the reported KeyError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100