-
Notifications
You must be signed in to change notification settings - Fork 506
Debian 12: pcm-* tools are throwing exception error #666
sourabhtk37
started this conversation in
General
-
Hi,
During our testing we found that in our debian 12 machine, when running pcm-sensor-server we encounter the following error:
$ sudo pcm-sensor-server
===== Processor information =====
Linux arch_perfmon flag : yes
Hybrid processor : no
IBRS and IBPB supported : yes
STIBP supported : yes
Spec arch caps supported : yes
Max CPUID level : 22
CPU model number : 85
ERROR: pthread_setaffinity_np for core 1 failed with code 22
PCM ERROR. Exception std::exception
Also one of the pcm-memory tool
$ sudo pcm-memory
Intel(r) Performance Counter Monitor: Memory Bandwidth Monitoring Utility (202302-1)
This utility measures memory bandwidth per channel or per DIMM rank in real-time
===== Processor information =====
Linux arch_perfmon flag : yes
Hybrid processor : no
IBRS and IBPB supported : yes
STIBP supported : yes
Spec arch caps supported : yes
Max CPUID level : 22
CPU model number : 85
ERROR: pthread_setaffinity_np for core 1 failed with code 22
PCM ERROR. Exception std::exception
===== Processor information =====
Linux arch_perfmon flag : yes
Hybrid processor : no
IBRS and IBPB supported : yes
STIBP supported : yes
Spec arch caps supported : yes
Max CPUID level : 22
CPU model number : 85
ERROR: pthread_setaffinity_np for core 1 failed with code 22
terminate called after throwing an instance of 'std::exception'
what(): std::exception
Aborted
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
is core 1 online on your system?
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
might be the same issue as here: #231
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment