Commit 639615c
CI: revert helgrind --history-level=full (ineffective)
--history-level=full did not reduce the helgrind race reports (still 84
FAIL, identical frames). Root cause: MHD signals its worker thread via an
internal ITC pipe, not a pthread primitive, so NO helgrind history level
can observe that happens-before — the reports are inherent to MHD's design,
not an approx-history artifact. Revert to the ax_valgrind_check default
(approx, faster). The valgrind lanes will be addressed with third-party
suppressions instead (tracked separately).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NpysYDDJac63yz2mZKKiDf1 parent c435774 commit 639615c
1 file changed
Lines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1395 | 1395 | | |
1396 | 1396 | | |
1397 | 1397 | | |
1398 | | - | |
1399 | | - | |
1400 | | - | |
1401 | | - | |
1402 | | - | |
1403 | | - | |
1404 | | - | |
1405 | | - | |
1406 | | - | |
1407 | | - | |
1408 | | - | |
1409 | | - | |
1410 | | - | |
| 1398 | + | |
1411 | 1399 | | |
1412 | 1400 | | |
1413 | 1401 | | |
| |||
0 commit comments