You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: runtime error: unsafe.Slice: ptr is nil and len is not zero
goroutine 1 [running]:
github.com/shirou/gopsutil/v4/cpu.perCPUTimes(0x14000a37660)
github.com/shirou/gopsutil/[email protected]/cpu/cpu_darwin.go:158 +0x4ec
github.com/shirou/gopsutil/v4/cpu.TimesWithContext({0x104548ae0?, 0x1400002d110?}, 0x1)
github.com/shirou/gopsutil/[email protected]/cpu/cpu_darwin.go:70 +0x70
github.com/shirou/gopsutil/v4/cpu.Times(...)
github.com/shirou/gopsutil/[email protected]/cpu/cpu_darwin.go:59
github.com/shirou/gopsutil/v4/cpu.init.0()
github.com/shirou/gopsutil/[email protected]/cpu/cpu.go:65 +0xec
FAIL github.com/erigontech/erigon/core/state 0.223s
The text was updated successfully, but these errors were encountered:
taratorio
changed the title
flakey erigon/core/state tests on Mac due to github.com/shirou/gopsutil/[email protected]/cpu
[flakey] erigon/core/state tests on Mac due to github.com/shirou/gopsutil/[email protected]/cpu
Apr 3, 2025
Downgrade of the gopsutils dependency due to a regression introduced in
version v4.24.9.
After upgrading to gopsutils v4.24.9, we encountered issues detailed in
[Erigon Issue
#14415](#14415). The problem
appears to be introduced specifically in that release.
To maintain stability and avoid the regression, we are reverting
gopsutils to the last known working version until a fix is introduced
upstream.
taratorio
changed the title
[flakey] erigon/core/state tests on Mac due to github.com/shirou/gopsutil/[email protected]/cpu
[flaky] erigon/core/state tests on Mac due to github.com/shirou/gopsutil/[email protected]/cpu
Apr 10, 2025
example: https://github.com/erigontech/erigon/actions/runs/14242430869/job/39915246141
The text was updated successfully, but these errors were encountered: