Open anderspapitto opened 1 year ago
Can you get a gacktrace from perf
crash? Should be a matter of running gdb --args perf list
and typing bt
in gdb
session.
I wonder if it's related to libpfm
dependency added a while ago in https://github.com/NixOS/nixpkgs/pull/250180
Describe the bug
Additional context
I am using
linuxPackages_latest.perf
inside WSL. This was working before anix flake update
, and if I revert that update, it works again. The working version corresponds to this version of nixkpgs