Code prover gives force refined shared variables analysis error.
이전 댓글 표시
While Bug finder finds data race defect Code Prover can not find any shared variables defect and gives 'force refined shared variables analysis' error. I followed documentation to solve force refined shared variables analysis error but it didn't work. How can i fix this ?
답변 (1개)
Anirban
2023년 1월 9일
0 개 추천
Some more information is needed to answer this question.
- Are you using a manual multitasking configuration? In other words, are you explicitly stating your tasks in the analysis configuration?
- Is the error blocking the analysis? In other words, do you not get results at all? Can you quote the full error message?
Code Prover is a bit more strict compared to Bug Finder when it comes to analyzing multitasking applications. See:
- Differences Between Bug Finder and Code Prover (with regarding to multitasking analysis)
- Adapt Code for Code Prover Multitasking Analysis
카테고리
도움말 센터 및 File Exchange에서 Bug Finder Analysis in Polyspace Platform User Interface에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!