I-Nex icon indicating copy to clipboard operation
I-Nex copied to clipboard

i-nex-7.6.1 core dumps with new libcpuid-0.5.0

Open martinkg opened this issue 3 years ago • 1 comments

Hi,

i get this error message when trying to launch i-nex on Fedora:

[root@fc33 tmp]# i-nex
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
[12/24/2020 09:46:41.426] [INFO] [MStart.Main.23] Starting log
[12/24/2020 09:46:41.442] [INFO] [MStart.Main.24] Checking if eeprom module is loaded
[12/24/2020 09:46:49.03] [ERROR] [MStart.Main.31] I did not find the eeprom module in the system
[12/24/2020 09:46:49.043] [INFO] [Finfosys.Form_Open.66] Call to MLibcpuid14
double free or corruption (!prev)
Aborted (core dumped)

correct libcpuid library version, so that it will be find

sed -i -e 's|"libcpuid:14.0.1"|"libcpuid:15.0.0"|' I-Nex/i-nex/.src/CPU/MLibcpuid14.module

martinkg avatar Dec 24 '20 09:12 martinkg

should be solved by adding this 3 patches from AUR Linux

Adapt-for-new-libcpuid-structure.patch Fix-error-if-proc-mtrr-doesn-t-exist.patch Fix-libcpuid-SOVERSION.patch

martinkg avatar Dec 24 '20 11:12 martinkg