Commit 8cef955
Benchmarks: disable jemalloc trait to fix SIGSEGV on macOS 26 (#1040)
The nightly benchmark crash (SIGSEGV in the first benchmark since Jun
10) is jemalloc's malloc-zone hooks freeing a foreign pointer during
CoreFoundation's one-time locale init, triggered by the
webrtc-xcframework 144.7559.08 bump (bisected: last-good SDK commit +
`.07` passes, same commit with only the pin flipped to `.08` crashes).
Disabling package-benchmark's Jemalloc trait removes the malloc-zone
interposition entirely — malloc metrics read 0, all other metrics
unaffected; full suite verified locally at main + `.08`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 5d13e9c commit 8cef955
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments