Dr-Noob / cpufetch

Simple yet fancy CPU architecture fetching tool
GNU General Public License v2.0
1.88k stars 102 forks source link

[BUG] SEGFAULT on Mint linux on 12th Gen Intel(R) Core(TM) i7-12800HX #291

Open ekitru opened 1 week ago

ekitru commented 1 week ago

OS: Linux Mint wilma 22 x86_64 Host: 82TD (Legion 7 16IAX7) Kernel: Linux 6.8.0-45-generic CPU: 12th Gen Intel(R) Core(TM) i7-12800HX (16) @ 4.80 GHz

[ERROR]: malloc failed: Cannot allocate memory [VERSION]: cpufetch v1.06 (Linux x86 / x86_64 build)

/proc/cpuinfo

processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 151 model name : 12th Gen Intel(R) Core(TM) i7-12800HX stepping : 2 microcode : 0x35 cpu MHz : 1334.051 cache size : 25600 KB ....

Dr-Noob commented 1 week ago

Interesting. Can you check if it also happens with the last version (see here how to build)? If so, I would need you to follow this and provide the output of valgrind or some kind of backtrace to investigate the problem. Thanks!

Dr-Noob commented 3 days ago

Any updates?