Code Monkey home page Code Monkey logo

cpu-x's Introduction

Logo GitHub release GitHub commits GitHub downloads GitHub total downloads GitHub issues GitHub pull-requests Translation status

Linux FreeBSD AppImage
Build Status (Linux) Build Status (FreeBSD) AppImage Continuous

CPU-X is a Free software that gathers information on CPU, motherboard and more.
CPU-X is a system profiling and monitoring application (similar to CPU-Z for Windows), but CPU-X is a Free and Open Source software designed for GNU/Linux and FreeBSD.
This software is written in C++ and built with CMake tool.
It can be used in graphical mode by using GTK or in text-based mode by using NCurses. A dump mode is present from command line.

⚠️ There are no milestones for this project, read this announcement for more details.


Table of contents


Dependencies

Build-only dependencies

These dependencies are needed to build CPU-X:

Test dependencies

These dependencies are optional to test CPU-X:

¹At least on Awk is required, e.g. the default Awk on the system.

Build and run dependencies

These dependencies are needed to build² and run CPU-X:

²On some GNU/Linux distributions, the appropriate -dev or -devel package is needed.

Download and install

From repositories

In alphabetical order:

All packages:
Packaging status

From GitHub releases

Look for Assets here GitHub release for portable binary (AppImage).

From Flathub

CPU-X is available as Flatpak on Flathub since v5.0.2.

Manual build

For step-by-step guide, please read this page on the Wiki.

Usage

Application is available in menu (System Tools category). If you start the daemon, it will allow CPU-X to access some special devices, which provides more information and avoid empty labels.
The CPU-X daemon requires root privileges, and uses Polkit for privileges escalation.

You can use cpu-x from command line, some options are available, like:

  • --gtk: to start the graphical user interface (default)
  • --ncurses: to start the text-based user interface
  • --dump: to get a summary of data

Use --help to see all arguments.

Wiki

More informations are available on Wiki, like screenshots, troubleshooting and tips. You can access the Wiki by using this link.

Bugs/Improvements/Request features

Please open a new issue and fill the appropriate template. Note that text between <!-- ... --> is not displayed.
⚠️ Incomplete reports may be closed without justification.

Translate CPU-X

If you want to translate CPU-X in your native tongue, please visit the Weblate page.
POT file is updated on each changes thanks to Update POT file workflow.

cpu-x's People

Contributors

adem4ik avatar atalanttore avatar beatussum avatar bittin avatar comradekingu avatar eson57 avatar hatem07 avatar josprachi avatar kbdharun avatar kusanaginoturugi avatar laralem avatar locounpoconadamas avatar oersen avatar openglfreak avatar ppasserini avatar ryuzu3747 avatar santossi avatar sergeymy avatar sr093906 avatar thetumultuousunicornofdarkness avatar totalcaesar659 avatar umio-yasuno avatar utuhiro78 avatar waldist avatar wdlkmpx avatar weblate avatar wtuemura avatar x0rg avatar xendez avatar yangyangdaji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cpu-x's Issues

Your CPU does not belong in database ==> AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53

  • CPU-X installation type: Ubuntu 16.04 AMD64*
  • LC_ALL=C cpu-x -V command output:
CPU-X 3.1.1 (up-to-date)
Copyright © 2014-2016 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GPLv3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Oct 16 2016, 18:36:22 (with GNU 5.3.1 20160413 on linux64).
-- GTK       version: 3.18.9
-- LIBCURL   version: 7.47.0
-- LIBCPUID  version: 0.4.0
-- LIBPCI    version: 3.3.1
-- LIBPROCPS version: 3.3.10
-- DMIDECODE version: 3.0.20160907
-- BANDWIDTH version: 1.3.1

  • LC_ALL=C cpu-x -ovd command output (as root):

Setting label names
Calling dmidecode
Calling libcpuid for retrieving static data
Finding CPU technology
Your CPU does not belong in database ==> AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53, model: 8, ext. model: 104, ext. family: 15
Finding devices
Finding graphic card driver
Identifying running system
Calling libcpuid for retrieving CPU clock
Calling libcpuid for retrieving CPU MSR values
Calculating CPU usage
Retrieving CPU temperature in fallback mode
Retrieving CPU voltage in fallback mode
CPU-X:util.c:243: an error occurred while running command 'sensors | grep -i 'VCore' | awk -F '[+V]' '{ print $3 }'' (Input/output error)
CPU-X:core.c:1156: failed to retrieve CPU voltage (fallback mode)
Calculating CPU multipliers in fallback mode

Oops, something was wrong! CPU-X has received signal 11 (Segmentation fault) and has crashed.
========================= Backtrace =========================
CPU-X 3.1.1 (GNU, linux64)
#1 /lib/x86_64-linux-gnu/libc.so.6(+0x354a0) [0x7f91a8a814a0
#2 /lib/x86_64-linux-gnu/libc.so.6(cfree+0x22) [0x7f91a8acfa92
#3 cpu-x(free_multi+0x86) [0x40a946
#4 cpu-x() [0x40c936
#5 cpu-x(do_refresh+0x7ce) [0x40e00e
#6 cpu-x(fill_labels+0x567) [0x40eaf7
#7 cpu-x(main+0x1d02) [0x4097e2
#8 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f91a8a6c830
#9 cpu-x(_start+0x29) [0x409a69
======================== End Backtrace =======================

You can paste this backtrace by opening a new issue here:
https://github.com/X0rg/CPU-X/issues/new

*** Error in `cpu-x': double free or corruption (out): 0x00007fffda87b1b0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x77725)[0x7f91a8ac3725]
/lib/x86_64-linux-gnu/libc.so.6(+0x7ff4a)[0x7f91a8acbf4a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f91a8acfabc]
cpu-x(free_multi+0x86)[0x40a946]
cpu-x[0x409eed]
/lib/x86_64-linux-gnu/libc.so.6(+0x354a0)[0x7f91a8a814a0]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x22)[0x7f91a8acfa92]
cpu-x(free_multi+0x86)[0x40a946]
cpu-x[0x40c936]
cpu-x(do_refresh+0x7ce)[0x40e00e]
cpu-x(fill_labels+0x567)[0x40eaf7]
cpu-x(main+0x1d02)[0x4097e2]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f91a8a6c830]
cpu-x(_start+0x29)[0x409a69]
======= Memory map: ========
00400000-00447000 r-xp 00000000 08:06 2623423                            /usr/bin/cpu-x
00647000-00648000 r-xp 00047000 08:06 2623423                            /usr/bin/cpu-x
00648000-0064d000 rwxp 00048000 08:06 2623423                            /usr/bin/cpu-x
0064d000-0064e000 rwxp 00000000 00:00 0 
012ed000-0134d000 rwxp 00000000 00:00 0                                  [heap]
7f919c8ad000-7f919c8b6000 r-xp 00000000 08:06 1053291                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f919c8b6000-7f919cab5000 ---p 00009000 08:06 1053291                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f919cab5000-7f919cab6000 r-xp 00008000 08:06 1053291                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f919cab6000-7f919cab7000 rwxp 00009000 08:06 1053291                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f919cab7000-7f919cae5000 rwxp 00000000 00:00 0 
7f919cae5000-7f919cbb4000 r-xp 00000000 08:06 2631760                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f919cbb4000-7f919cdb4000 ---p 000cf000 08:06 2631760                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f919cdb4000-7f919cdb7000 r-xp 000cf000 08:06 2631760                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f919cdb7000-7f919cdb9000 rwxp 000d2000 08:06 2631760                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f919cdb9000-7f919cdba000 rwxp 00000000 00:00 0 
7f919cdba000-7f919ce00000 r-xp 00000000 08:06 2631241                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f919ce00000-7f919d000000 ---p 00046000 08:06 2631241                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f919d000000-7f919d002000 r-xp 00046000 08:06 2631241                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f919d002000-7f919d004000 rwxp 00048000 08:06 2631241                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f919d004000-7f919d005000 rwxp 00000000 00:00 0 
7f919d005000-7f919d013000 r-xp 00000000 08:06 2631225                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f919d013000-7f919d212000 ---p 0000e000 08:06 2631225                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f919d212000-7f919d213000 r-xp 0000d000 08:06 2631225                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f919d213000-7f919d214000 rwxp 0000e000 08:06 2631225                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f919d214000-7f919d23b000 r-xp 00000000 08:06 2631898                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f919d23b000-7f919d43b000 ---p 00027000 08:06 2631898                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f919d43b000-7f919d43c000 r-xp 00027000 08:06 2631898                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f919d43c000-7f919d43d000 rwxp 00028000 08:06 2631898                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f919d43d000-7f919d44f000 r-xp 00000000 08:06 1053325                    /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f919d44f000-7f919d64f000 ---p 00012000 08:06 1053325                    /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f919d64f000-7f919d650000 r-xp 00012000 08:06 1053325                    /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f919d650000-7f919d651000 rwxp 00013000 08:06 1053325                    /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f919d651000-7f919d666000 r-xp 00000000 08:06 2631666                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f919d666000-7f919d865000 ---p 00015000 08:06 2631666                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f919d865000-7f919d866000 r-xp 00014000 08:06 2631666                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f919d866000-7f919d867000 rwxp 00015000 08:06 2631666                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f919d867000-7f919d897000 r-xp 00000000 08:06 2631223                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f919d897000-7f919da97000 ---p 00030000 08:06 2631223                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f919da97000-7f919da98000 r-xp 00030000 08:06 2631223                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f919da98000-7f919da99000 rwxp 00031000 08:06 2631223                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f919da99000-7f919da9a000 rwxp 00000000 00:00 0 
7f919da9a000-7f919db39000 r-xp 00000000 08:06 2630609                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f919db39000-7f919dd38000 ---p 0009f000 08:06 2630609                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f919dd38000-7f919dd39000 r-xp 0009e000 08:06 2630609                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f919dd39000-7f919dd3c000 rwxp 0009f000 08:06 2630609                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f919dd3c000-7f919ddc0000 r-xp 00000000 08:06 2631328                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f919ddc0000-7f919dfbf000 ---p 00084000 08:06 2631328                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f919dfbf000-7f919dfc2000 r-xp 00083000 08:06 2631328                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f919dfc2000-7f919dfc5000 rwxp 00086000 08:06 2631328                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f919dfc5000-7f919dfc6000 rwxp 00000000 00:00 0 
7f919dfc6000-7f919dfce000 r-xp 00000000 08:06 2631227                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f919dfce000-7f919e1cd000 ---p 00008000 08:06 2631227                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f919e1cd000-7f919e1ce000 r-xp 00007000 08:06 2631227                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f919e1ce000-7f919e1cf000 rwxp 00008000 08:06 2631227                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f919e1cf000-7f919e1d2000 r-xp 00000000 08:06 1053342                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f919e1d2000-7f919e3d1000 ---p 00003000 08:06 1053342                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f919e3d1000-7f919e3d2000 r-xp 00002000 08:06 1053342                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f919e3d2000-7f919e3d3000 rwxp 00003000 08:06 1053342                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f919e3d3000-7f919e3e4000 r-xp 00000000 08:06 2621684                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f919e3e4000-7f919e5e4000 ---p 00011000 08:06 2621684                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f919e5e4000-7f919e5e5000 r-xp 00011000 08:06 2621684                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f919e5e5000-7f919e5e6000 rwxp 00012000 08:06 2621684                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f919e5e6000-7f919e63f000 r-xp 00000000 08:06 2628106                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f919e63f000-7f919e83e000 ---p 00059000 08:06 2628106                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f919e83e000-7f919e848000 r-xp 00058000 08:06 2628106                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f919e848000-7f919e84a000 rwxp 00062000 08:06 2628106                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f919e84a000-7f919e861000 r-xp 00000000 08:06 2627982                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f919e861000-7f919ea60000 ---p 00017000 08:06 2627982                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f919ea60000-7f919ea61000 r-xp 00016000 08:06 2627982                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f919ea61000-7f919ea62000 rwxp 00017000 08:06 2627982                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f919ea62000-7f919ea85000 r-xp 00000000 08:06 2631094                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f919ea85000-7f919ec84000 ---p 00023000 08:06 2631094                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f919ec84000-7f919ec86000 r-xp 00022000 08:06 2631094                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f919ec86000-7f919ec87000 rwxp 00024000 08:06 2631094                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f919ec87000-7f919ed5f000 r-xp 00000000 08:06 1053185                    /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f919ed5f000-7f919ef5e000 ---p 000d8000 08:06 1053185                    /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f919ef5e000-7f919ef5f000 r-xp 000d7000 08:06 1053185                    /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f919ef5f000-7f919ef67000 rwxp 000d8000 08:06 1053185                    /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f919ef67000-7f919ef68000 rwxp 00000000 00:00 0 
7f919ef68000-7f919ef89000 r-xp 00000000 08:06 1053348                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f919ef89000-7f919f188000 ---p 00021000 08:06 1053348                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f919f188000-7f919f189000 r-xp 00020000 08:06 1053348                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f919f189000-7f919f18a000 rwxp 00021000 08:06 1053348                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f919f18a000-7f919f1c7000 r-xp 00000000 08:06 2631100                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f919f1c7000-7f919f3c7000 ---p 0003d000 08:06 2631100                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f919f3c7000-7f919f3c8000 r-xp 0003d000 08:06 2631100                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f919f3c8000-7f919f3ca000 rwxp 0003e000 08:06 2631100                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f919f3ca000-7f919f3cb000 rwxp 00000000 00:00 0 
7f919f3cb000-7f919f3e4000 r-xp 00000000 08:06 2631699                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f919f3e4000-7f919f5e4000 ---p 00019000 08:06 2631699                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f919f5e4000-7f919f5e5000 r-xp 00019000 08:06 2631699                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f919f5e5000-7f919f5e6000 rwxp 0001a000 08:06 2631699                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f919f5e6000-7f919f5f0000 r-xp 00000000 08:06 2631332                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f919f5f0000-7f919f7ef000 ---p 0000a000 08:06 2631332                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f919f7ef000-7f919f7f0000 r-xp 00009000 08:06 2631332                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f919f7f0000-7f919f7f1000 rwxp 0000a000 08:06 2631332                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f919f7f1000-7f919f7f4000 r-xp 00000000 08:06 1053290                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f919f7f4000-7f919f9f3000 ---p 00003000 08:06 1053290                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f919f9f3000-7f919f9f4000 r-xp 00002000 08:06 1053290                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f919f9f4000-7f919f9f5000 rwxp 00003000 08:06 1053290                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f919f9f5000-7f919fa21000 r-xp 00000000 08:06 2631324                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f919fa21000-7f919fc20000 ---p 0002c000 08:06 2631324                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f919fc20000-7f919fc22000 r-xp 0002b000 08:06 2631324                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f919fc22000-7f919fc23000 rwxp 0002d000 08:06 2631324                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f919fc23000-7f919fc24000 rwxp 00000000 00:00 0 
7f919fc24000-7f919fce7000 r-xp 00000000 08:06 2631330                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f919fce7000-7f919fee7000 ---p 000c3000 08:06 2631330                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f919fee7000-7f919fef4000 r-xp 000c3000 08:06 2631330                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f919fef4000-7f919fef6000 rwxp 000d0000 08:06 2631330                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f919fef6000-7f919ff75000 r-xp 00000000 08:06 2631054                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f919ff75000-7f91a0174000 ---p 0007f000 08:06 2631054                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f91a0174000-7f91a0175000 r-xp 0007e000 08:06 2631054                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f91a0175000-7f91a0176000 rwxp 0007f000 08:06 2631054                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f91a0176000-7f91a01aa000 r-xp 00000000 08:06 2631471                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f91a01aa000-7f91a03a9000 ---p 00034000 08:06 2631471                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f91a03a9000-7f91a03ab000 r-xp 00033000 08:06 2631471                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f91a03ab000-7f91a03ac000 rwxp 00035000 08:06 2631471                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f91a03ac000-7f91a03de000 r-xp 00000000 08:06 2631229                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f91a03de000-7f91a05dd000 ---p 00032000 08:06 2631229                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f91a05dd000-7f91a05de000 r-xp 00031000 08:06 2631229                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f91a05de000-7f91a05df000 rwxp 00032000 08:06 2631229                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f91a05df000-7f91a0702000 r-xp 00000000 08:06 2628113                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
LC_ALL=C sudo cpu-x
Your CPU does not belong in database ==> AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53, model: 8, ext. model: 104, ext. family: 15
CPU-X:util.c:243: an error occurred while running command 'sensors | grep -i 'VCore' | awk -F '[+V]' '{ print $3 }'' (Input/output error)
CPU-X:core.c:1156: failed to retrieve CPU voltage (fallback mode)

Oops, something was wrong! CPU-X has received signal 11 (Segmentation fault) and has crashed.
========================= Backtrace =========================
CPU-X 3.1.1 (GNU, linux64)
#1 /lib/x86_64-linux-gnu/libc.so.6(+0x354a0) [0x7f84a62c14a0
#2 /lib/x86_64-linux-gnu/libc.so.6(cfree+0x22) [0x7f84a630fa92
#3 cpu-x(free_multi+0x86) [0x40a946
#4 cpu-x() [0x40c936
#5 cpu-x(do_refresh+0x7ce) [0x40e00e
#6 cpu-x(fill_labels+0x567) [0x40eaf7
#7 cpu-x(main+0x1d02) [0x4097e2
#8 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f84a62ac830
#9 cpu-x(_start+0x29) [0x409a69
======================== End Backtrace =======================

You can paste this backtrace by opening a new issue here:
https://github.com/X0rg/CPU-X/issues/new

*** Error in `cpu-x': double free or corruption (out): 0x00007ffc01266e70 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x77725)[0x7f84a6303725]
/lib/x86_64-linux-gnu/libc.so.6(+0x7ff4a)[0x7f84a630bf4a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f84a630fabc]
cpu-x(free_multi+0x86)[0x40a946]
cpu-x[0x409eed]
/lib/x86_64-linux-gnu/libc.so.6(+0x354a0)[0x7f84a62c14a0]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x22)[0x7f84a630fa92]
cpu-x(free_multi+0x86)[0x40a946]
cpu-x[0x40c936]
cpu-x(do_refresh+0x7ce)[0x40e00e]
cpu-x(fill_labels+0x567)[0x40eaf7]
cpu-x(main+0x1d02)[0x4097e2]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f84a62ac830]
cpu-x(_start+0x29)[0x409a69]
======= Memory map: ========
00400000-00447000 r-xp 00000000 08:06 2623423                            /usr/bin/cpu-x
00647000-00648000 r-xp 00047000 08:06 2623423                            /usr/bin/cpu-x
00648000-0064d000 rwxp 00048000 08:06 2623423                            /usr/bin/cpu-x
0064d000-0064e000 rwxp 00000000 00:00 0 
01511000-01571000 rwxp 00000000 00:00 0                                  [heap]
7f849a0ed000-7f849a0f6000 r-xp 00000000 08:06 1053291                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f849a0f6000-7f849a2f5000 ---p 00009000 08:06 1053291                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f849a2f5000-7f849a2f6000 r-xp 00008000 08:06 1053291                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f849a2f6000-7f849a2f7000 rwxp 00009000 08:06 1053291                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f849a2f7000-7f849a325000 rwxp 00000000 00:00 0 
7f849a325000-7f849a3f4000 r-xp 00000000 08:06 2631760                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f849a3f4000-7f849a5f4000 ---p 000cf000 08:06 2631760                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f849a5f4000-7f849a5f7000 r-xp 000cf000 08:06 2631760                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f849a5f7000-7f849a5f9000 rwxp 000d2000 08:06 2631760                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f849a5f9000-7f849a5fa000 rwxp 00000000 00:00 0 
7f849a5fa000-7f849a640000 r-xp 00000000 08:06 2631241                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f849a640000-7f849a840000 ---p 00046000 08:06 2631241                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f849a840000-7f849a842000 r-xp 00046000 08:06 2631241                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f849a842000-7f849a844000 rwxp 00048000 08:06 2631241                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f849a844000-7f849a845000 rwxp 00000000 00:00 0 
7f849a845000-7f849a853000 r-xp 00000000 08:06 2631225                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f849a853000-7f849aa52000 ---p 0000e000 08:06 2631225                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f849aa52000-7f849aa53000 r-xp 0000d000 08:06 2631225                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f849aa53000-7f849aa54000 rwxp 0000e000 08:06 2631225                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f849aa54000-7f849aa7b000 r-xp 00000000 08:06 2631898                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f849aa7b000-7f849ac7b000 ---p 00027000 08:06 2631898                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f849ac7b000-7f849ac7c000 r-xp 00027000 08:06 2631898                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f849ac7c000-7f849ac7d000 rwxp 00028000 08:06 2631898                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f849ac7d000-7f849ac8f000 r-xp 00000000 08:06 1053325                    /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f849ac8f000-7f849ae8f000 ---p 00012000 08:06 1053325                    /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f849ae8f000-7f849ae90000 r-xp 00012000 08:06 1053325                    /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f849ae90000-7f849ae91000 rwxp 00013000 08:06 1053325                    /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f849ae91000-7f849aea6000 r-xp 00000000 08:06 2631666                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f849aea6000-7f849b0a5000 ---p 00015000 08:06 2631666                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f849b0a5000-7f849b0a6000 r-xp 00014000 08:06 2631666                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f849b0a6000-7f849b0a7000 rwxp 00015000 08:06 2631666                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f849b0a7000-7f849b0d7000 r-xp 00000000 08:06 2631223                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f849b0d7000-7f849b2d7000 ---p 00030000 08:06 2631223                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f849b2d7000-7f849b2d8000 r-xp 00030000 08:06 2631223                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f849b2d8000-7f849b2d9000 rwxp 00031000 08:06 2631223                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f849b2d9000-7f849b2da000 rwxp 00000000 00:00 0 
7f849b2da000-7f849b379000 r-xp 00000000 08:06 2630609                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f849b379000-7f849b578000 ---p 0009f000 08:06 2630609                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f849b578000-7f849b579000 r-xp 0009e000 08:06 2630609                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f849b579000-7f849b57c000 rwxp 0009f000 08:06 2630609                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f849b57c000-7f849b600000 r-xp 00000000 08:06 2631328                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f849b600000-7f849b7ff000 ---p 00084000 08:06 2631328                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f849b7ff000-7f849b802000 r-xp 00083000 08:06 2631328                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f849b802000-7f849b805000 rwxp 00086000 08:06 2631328                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f849b805000-7f849b806000 rwxp 00000000 00:00 0 
7f849b806000-7f849b80e000 r-xp 00000000 08:06 2631227                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f849b80e000-7f849ba0d000 ---p 00008000 08:06 2631227                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f849ba0d000-7f849ba0e000 r-xp 00007000 08:06 2631227                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f849ba0e000-7f849ba0f000 rwxp 00008000 08:06 2631227                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f849ba0f000-7f849ba12000 r-xp 00000000 08:06 1053342                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f849ba12000-7f849bc11000 ---p 00003000 08:06 1053342                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f849bc11000-7f849bc12000 r-xp 00002000 08:06 1053342                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f849bc12000-7f849bc13000 rwxp 00003000 08:06 1053342                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f849bc13000-7f849bc24000 r-xp 00000000 08:06 2621684                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f849bc24000-7f849be24000 ---p 00011000 08:06 2621684                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f849be24000-7f849be25000 r-xp 00011000 08:06 2621684                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f849be25000-7f849be26000 rwxp 00012000 08:06 2621684                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f849be26000-7f849be7f000 r-xp 00000000 08:06 2628106                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f849be7f000-7f849c07e000 ---p 00059000 08:06 2628106                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f849c07e000-7f849c088000 r-xp 00058000 08:06 2628106                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f849c088000-7f849c08a000 rwxp 00062000 08:06 2628106                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f849c08a000-7f849c0a1000 r-xp 00000000 08:06 2627982                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f849c0a1000-7f849c2a0000 ---p 00017000 08:06 2627982                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f849c2a0000-7f849c2a1000 r-xp 00016000 08:06 2627982                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f849c2a1000-7f849c2a2000 rwxp 00017000 08:06 2627982                    /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f849c2a2000-7f849c2c5000 r-xp 00000000 08:06 2631094                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f849c2c5000-7f849c4c4000 ---p 00023000 08:06 2631094                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f849c4c4000-7f849c4c6000 r-xp 00022000 08:06 2631094                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f849c4c6000-7f849c4c7000 rwxp 00024000 08:06 2631094                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f849c4c7000-7f849c59f000 r-xp 00000000 08:06 1053185                    /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f849c59f000-7f849c79e000 ---p 000d8000 08:06 1053185                    /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f849c79e000-7f849c79f000 r-xp 000d7000 08:06 1053185                    /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f849c79f000-7f849c7a7000 rwxp 000d8000 08:06 1053185                    /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f849c7a7000-7f849c7a8000 rwxp 00000000 00:00 0 
7f849c7a8000-7f849c7c9000 r-xp 00000000 08:06 1053348                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f849c7c9000-7f849c9c8000 ---p 00021000 08:06 1053348                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f849c9c8000-7f849c9c9000 r-xp 00020000 08:06 1053348                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f849c9c9000-7f849c9ca000 rwxp 00021000 08:06 1053348                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f849c9ca000-7f849ca07000 r-xp 00000000 08:06 2631100                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f849ca07000-7f849cc07000 ---p 0003d000 08:06 2631100                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f849cc07000-7f849cc08000 r-xp 0003d000 08:06 2631100                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f849cc08000-7f849cc0a000 rwxp 0003e000 08:06 2631100                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f849cc0a000-7f849cc0b000 rwxp 00000000 00:00 0 
7f849cc0b000-7f849cc24000 r-xp 00000000 08:06 2631699                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f849cc24000-7f849ce24000 ---p 00019000 08:06 2631699                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f849ce24000-7f849ce25000 r-xp 00019000 08:06 2631699                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f849ce25000-7f849ce26000 rwxp 0001a000 08:06 2631699                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f849ce26000-7f849ce30000 r-xp 00000000 08:06 2631332                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f849ce30000-7f849d02f000 ---p 0000a000 08:06 2631332                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f849d02f000-7f849d030000 r-xp 00009000 08:06 2631332                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f849d030000-7f849d031000 rwxp 0000a000 08:06 2631332                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f849d031000-7f849d034000 r-xp 00000000 08:06 1053290                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f849d034000-7f849d233000 ---p 00003000 08:06 1053290                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f849d233000-7f849d234000 r-xp 00002000 08:06 1053290                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f849d234000-7f849d235000 rwxp 00003000 08:06 1053290                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f849d235000-7f849d261000 r-xp 00000000 08:06 2631324                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f849d261000-7f849d460000 ---p 0002c000 08:06 2631324                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f849d460000-7f849d462000 r-xp 0002b000 08:06 2631324                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f849d462000-7f849d463000 rwxp 0002d000 08:06 2631324                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f849d463000-7f849d464000 rwxp 00000000 00:00 0 
7f849d464000-7f849d527000 r-xp 00000000 08:06 2631330                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f849d527000-7f849d727000 ---p 000c3000 08:06 2631330                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f849d727000-7f849d734000 r-xp 000c3000 08:06 2631330                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f849d734000-7f849d736000 rwxp 000d0000 08:06 2631330                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f849d736000-7f849d7b5000 r-xp 00000000 08:06 2631054                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f849d7b5000-7f849d9b4000 ---p 0007f000 08:06 2631054                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f849d9b4000-7f849d9b5000 r-xp 0007e000 08:06 2631054                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f849d9b5000-7f849d9b6000 rwxp 0007f000 08:06 2631054                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f849d9b6000-7f849d9ea000 r-xp 00000000 08:06 2631471                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f849d9ea000-7f849dbe9000 ---p 00034000 08:06 2631471                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f849dbe9000-7f849dbeb000 r-xp 00033000 08:06 2631471                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f849dbeb000-7f849dbec000 rwxp 00035000 08:06 2631471                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f849dbec000-7f849dc1e000 r-xp 00000000 08:06 2631229                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2Przerwane

/usr/local/bin/cpu-x_polkit: 5: [: x11: unexpected operator *** buffer overflow detected *** (only with root, without now works)

Operating system name and version: Ubuntu Linux (17.10)

CPU-X installation type: built from source (cpu-x-git).

cpu-x --issue-fmt command output (as root):

CPU-X 3.1.3 (null)
Copyright © 2014-2017 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GNU GPL v3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Dec 31 2017, 16:36:39 (with GNU 7.2.0 on linux64).
-- GTK       version: 3.22.25
-- LIBCPUID  version: 0.4.0
-- DMIDECODE version: 3.1.20171130
Setting label names
Calling libcpuid for retrieving static data
Finding CPU technology
version=0.4.0
basic_cpuid[0]=00000016 756e6547 6c65746e 49656e69
basic_cpuid[1]=000906ea 01100800 7ffafbff bfebfbff
basic_cpuid[2]=76036301 00f0b5ff 00000000 00c30000
basic_cpuid[3]=00000000 00000000 00000000 00000000
basic_cpuid[4]=1c004121 01c0003f 0000003f 00000000
basic_cpuid[5]=00000040 00000040 00000003 11142120
basic_cpuid[6]=000007f7 00000002 00000009 00000000
basic_cpuid[7]=00000000 029c6fbf 40000000 00000000
basic_cpuid[8]=00000000 00000000 00000000 00000000
basic_cpuid[9]=00000000 00000000 00000000 00000000
basic_cpuid[10]=07300404 00000000 00000000 00000603
basic_cpuid[11]=00000001 00000002 00000100 00000001
basic_cpuid[12]=00000000 00000000 00000000 00000000
basic_cpuid[13]=0000001f 00000440 00000440 00000000
basic_cpuid[14]=00000000 00000000 00000000 00000000
basic_cpuid[15]=00000000 00000000 00000000 00000000
basic_cpuid[16]=00000000 00000000 00000000 00000000
basic_cpuid[17]=00000000 00000000 00000000 00000000
basic_cpuid[18]=00000000 00000000 00000000 00000000
basic_cpuid[19]=00000000 00000000 00000000 00000000
basic_cpuid[20]=00000001 0000000f 00000007 00000000
basic_cpuid[21]=00000002 00000134 00000000 00000000
basic_cpuid[22]=00000e74 00001388 00000064 00000000
basic_cpuid[23]=00000e74 00001388 00000064 00000000
basic_cpuid[24]=00000e74 00001388 00000064 00000000
basic_cpuid[25]=00000e74 00001388 00000064 00000000
basic_cpuid[26]=00000e74 00001388 00000064 00000000
basic_cpuid[27]=00000e74 00001388 00000064 00000000
basic_cpuid[28]=00000e74 00001388 00000064 00000000
basic_cpuid[29]=00000e74 00001388 00000064 00000000
basic_cpuid[30]=00000e74 00001388 00000064 00000000
basic_cpuid[31]=00000e74 00001388 00000064 00000000
ext_cpuid[0]=80000008 00000000 00000000 00000000
ext_cpuid[1]=00000000 00000000 00000121 2c100800
ext_cpuid[2]=65746e49 2952286c 726f4320 4d542865
ext_cpuid[3]=37692029 3037382d 43204b30 40205550
ext_cpuid[4]=372e3320 7a484730 00000000 00000000
ext_cpuid[5]=00000000 00000000 00000000 00000000
ext_cpuid[6]=00000000 00000000 01006040 00000000
ext_cpuid[7]=00000000 00000000 00000000 00000100
ext_cpuid[8]=00003027 00000000 00000000 00000000
ext_cpuid[9]=00000e74 00001388 00000064 00000000
ext_cpuid[10]=00000e74 00001388 00000064 00000000
ext_cpuid[11]=00000e74 00001388 00000064 00000000
ext_cpuid[12]=00000e74 00001388 00000064 00000000
ext_cpuid[13]=00000e74 00001388 00000064 00000000
ext_cpuid[14]=00000e74 00001388 00000064 00000000
ext_cpuid[15]=00000e74 00001388 00000064 00000000
ext_cpuid[16]=00000e74 00001388 00000064 00000000
ext_cpuid[17]=00000e74 00001388 00000064 00000000
ext_cpuid[18]=00000e74 00001388 00000064 00000000
ext_cpuid[19]=00000e74 00001388 00000064 00000000
ext_cpuid[20]=00000e74 00001388 00000064 00000000
ext_cpuid[21]=00000e74 00001388 00000064 00000000
ext_cpuid[22]=00000e74 00001388 00000064 00000000
ext_cpuid[23]=00000e74 00001388 00000064 00000000
ext_cpuid[24]=00000e74 00001388 00000064 00000000
ext_cpuid[25]=00000e74 00001388 00000064 00000000
ext_cpuid[26]=00000e74 00001388 00000064 00000000
ext_cpuid[27]=00000e74 00001388 00000064 00000000
ext_cpuid[28]=00000e74 00001388 00000064 00000000
ext_cpuid[29]=00000e74 00001388 00000064 00000000
ext_cpuid[30]=00000e74 00001388 00000064 00000000
ext_cpuid[31]=00000e74 00001388 00000064 00000000
intel_fn4[0]=1c004121 01c0003f 0000003f 00000000
intel_fn4[1]=1c004122 01c0003f 0000003f 00000000
intel_fn4[2]=1c004143 00c0003f 000003ff 00000000
intel_fn4[3]=1c03c163 03c0003f 00002fff 00000006
intel_fn4[4]=00000000 00000000 00000000 00000000
intel_fn4[5]=00000000 00000000 00000000 00000000
intel_fn4[6]=00000000 00000000 00000000 00000000
intel_fn4[7]=00000000 00000000 00000000 00000000
intel_fn11[0]=00000001 00000002 00000100 00000001
intel_fn11[1]=00000004 0000000c 00000201 00000001
intel_fn11[2]=00000000 00000000 00000002 00000001
intel_fn11[3]=00000000 00000000 00000003 00000001
intel_fn12h[0]=00000000 00000000 00000000 00000000
intel_fn12h[1]=00000000 00000000 00000000 00000000
intel_fn12h[2]=00000000 00000000 00000000 00000000
intel_fn12h[3]=00000000 00000000 00000000 00000000
intel_fn14h[0]=00000001 0000000f 00000007 00000000
intel_fn14h[1]=02490002 003f3fff 00000000 00000000
intel_fn14h[2]=00000000 00000000 00000000 00000000
intel_fn14h[3]=00000000 00000000 00000000 00000000
Calling libcpuid for retrieving CPU MSR static values
CPU is GenuineIntel Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz, stock clock is 3695MHz.
msr[0x0000e7]=00 00 01 c0 76 52 be 8c 
msr[0x0000e8]=00 00 01 f3 4d e1 1b 63 
msr[0x000198]=00 00 2c 20 00 00 32 00 
msr[0x00019c]=00 00 00 00 88 14 38 08 
msr[0x00002a]=00 00 00 00 00 00 00 00 
msr[0x0001ad]=00 00 32 32 32 32 32 32 
msr[0x0001a2]=00 00 00 00 02 64 12 00 
msr[0x000198]=00 00 21 91 00 00 22 00 
msr[0x0000ce]=08 08 08 38 f1 01 25 00 
Calling dmidecode
*** buffer overflow detected ***: cpu-x terminated

Oops, something was wrong! CPU-X has received signal 6 (Aborted) and has crashed.
========================= Backtrace =========================
CPU-X 3.1.3 (GNU, linux64)
# 1 /lib/x86_64-linux-gnu/libc.so.6(+0x37140) [0x7fdef3694140]
# 2 /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb) [0x7fdef36940bb]
# 3 /lib/x86_64-linux-gnu/libc.so.6(abort+0x16d) [0x7fdef3695f5d]
# 4 /lib/x86_64-linux-gnu/libc.so.6(+0x8128d) [0x7fdef36de28d]
# 5 /lib/x86_64-linux-gnu/libc.so.6(+0x1277ef) [0x7fdef37847ef]
# 6 /lib/x86_64-linux-gnu/libc.so.6(+0x127811) [0x7fdef3784811]
# 7 /lib/x86_64-linux-gnu/libc.so.6(+0x125500) [0x7fdef3782500]
# 8 /lib/x86_64-linux-gnu/libc.so.6(+0x1249e9) [0x7fdef37819e9]
# 9 /lib/x86_64-linux-gnu/libc.so.6(_IO_default_xsputn+0xa9) [0x7fdef36e2d59]
#10 /lib/x86_64-linux-gnu/libc.so.6(_IO_vfprintf+0x799) [0x7fdef36b1029]
#11 /lib/x86_64-linux-gnu/libc.so.6(__vsprintf_chk+0x9b) [0x7fdef3781a8b]
#12 /lib/x86_64-linux-gnu/libc.so.6(__sprintf_chk+0x8a) [0x7fdef37819ba]
#13 cpu-x(+0x1cd67) [0x5587fbc5dd67]
#14 cpu-x(+0x21d4e) [0x5587fbc62d4e]
#15 cpu-x(+0x22253) [0x5587fbc63253]
======================== End Backtrace =======================

debian packaging

where are the sources for the debian binary packages in the release files? i would be happy to sponsor an upload of this useful package into debian if the source was available... thanks!

Dependency is not satisfiable: libprocps3

Hi,

With Ubuntu 16.04, after installed « libcpuid13_0.2.2.r84.612d213_i386.deb » package :

sudo gdebi cpu-x_3.0.0_i386.deb
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done
Ce paquet ne peut pas être installé
Dependency is not satisfiable: libprocps3

I have search libprocps :

apt search libprocps4
En train de trier... Fait
Recherche en texte intégral... Fait
libprocps4/xenial,now 2:3.3.10-4ubuntu2 i386  [installé]
  bibliothèque pour accéder aux informations sur les processus depuis /proc

libprocps4-dev/xenial 2:3.3.10-4ubuntu2 i386
  bibliothèque pour accéder aux informations sur les processus depuis /proc

The version available and installed is 4.

Any idea ? Thanks !

cpu-x-2.2.0 is totally broken

lara@Amora: ~ :) env LANG=C cpu-x
CPU-X:core.c:406: error when finding CPU technology
CPU-X:core.c:314: error when finding CPU core voltage
CPU-X:core.c:340: error when finding CPU core temperature
fish: 'env LANG=C cpu-x' terminated by signal SIGSEGV (Erro de fronteira de endereço (Falha de segmentação))
lara@Amora: ~ :( env LANG=C cpu-x --help
Setting locale done
Setting label pointers
Setting label names
Reading value BogoMIPS
Filling labels (libsystem step)
Filling labels (libprocps step)
Filling labels (libcpuid step)
Finding CPU technology
CPU-X:core.c:406: error when finding CPU technology
Finding CPU core voltage
CPU-X:core.c:314: error when finding CPU core voltage
Finding CPU core temperature
CPU-X:core.c:340: error when finding CPU core temperature
Removing unnecessary spaces in label Specification
Improving CPU Vendor label
Finding CPU instructions
Filling labels (libbandwidth step)
fish: 'env LANG=C cpu-x --help' terminated by signal SIGSEGV (Erro de fronteira de endereço (Falha de segmentação))
lara@Amora: ~ :( env LANG=C cpu-x --ncurses
fish: 'env LANG=C cpu-x --ncurses' terminated by signal SIGSEGV (Erro de fronteira de endereço (Falha de segmentação))
lara@Amora: ~ :( env LANG=C cpu-x --dump
CPU-X:core.c:406: error when finding CPU technology
CPU-X:core.c:314: error when finding CPU core voltage
CPU-X:core.c:340: error when finding CPU core temperature
fish: 'env LANG=C cpu-x --dump' terminated by signal SIGSEGV (Erro de fronteira de endereço (Falha de segmentação))

Same error while running as both user or root

Debian 9: CPU-X has received signal 11 (Segmentation fault)

OS: Debian 9

Oops, something was wrong! CPU-X has received signal 11 (Segmentation fault) and has crashed.
========================= Backtrace =========================
CPU-X 3.1.3 (GNU, linux64)
# 1 /lib/x86_64-linux-gnu/libc.so.6(+0x33060) [0x7fdb91521060
# 2 cpu-x(fill_labels+0x87a) [0x40f1ba
# 3 cpu-x(main+0x1bab) [0x40965b
# 4 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fdb9150e2e1
# 5 cpu-x(_start+0x2a) [0x4098ca
======================== End Backtrace =======================

Portable version suggested here: #36 works, as well as https://github.com/X0rg/CPU-X/releases/download/v3.1.3/CPU-X_v3.1.3_portable.tar.gz

Gentoo package

I'm maintaing an overlay with updated cpu-x package for Gentoo.
You can use/share it.

For install:

Add the repository:
# layman -a ShyPixie

And install with:
# emerge cpu-x

Note: Currently the libcpuid package does not have a release, then you need to unmask it.

Missing icon with GNOME launcher

I'm using cpu-x-git 2.2.2.r83.g7d45def-1 on a Parabola GNU/Linux-libre system but cpu-x-git comes from the AUR. My desktop environment is GNOME 3. When searching for CPU-X from GNOME launcher it comes with an ugly default icon:
cpu-x

The proper icon has been installed on my system as part of the cpu-x-git package:

$ pacman -Ql cpu-x-git | grep cpu-x.png
cpu-x-git /usr/share/icons/hicolor/128x128/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/16x16/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/192x192/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/22x22/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/24x24/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/256x256/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/32x32/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/36x36/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/384x384/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/48x48/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/512x512/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/64x64/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/72x72/apps/cpu-x.png
cpu-x-git /usr/share/icons/hicolor/96x96/apps/cpu-x.png

If I install cpu-x-2.2.2-1 from the AUR (that is, the non-git version) GNOME displays the proper icon without problems. So there's some difference between the git version and the non-git version.

CPU voltage not displayed with recent libcpuid versions

Hello it's me again :) I found out that with recent libcpuid versions the CPU voltage is not displayed in CPU-X. Since with cpuid_tool the voltage is displayed, I think the problem is on cpu-x side. Bisecting libcpuid points to this:

e7bfcc36514453ceee9ac8c18d8515753545069c is the first bad commit
commit e7bfcc36514453ceee9ac8c18d8515753545069c
Author: Xorg <[email protected]>
Date:   Sun Feb 12 20:10:36 2017 +0100

    RDMSR: add an internal structure to pass arguments

:040000 040000 776025e661f610e7aa9e5cd76ef5b057a69fccfb efeaa3f750e4efae191c7dba9997fc1dcf3d1436 M      libcpuid

It seems that this commit changed quite a bit in the libcpuid functions, so maybe cpu-x was not updated to match?

  • Operating system name and version: Kubuntu 16.04

  • CPU-X installation type: built from source

  • LC_ALL=C cpu-x -V command output:

# LC_ALL=C cpu-x -V
CPU-X 3.1.3 (up-to-date)
Copyright © 2014-2017 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GNU GPL v3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Mar  4 2017, 18:16:31 (with GNU 5.4.0 20160609 on linux64).
-- GTK       version: 3.18.9
-- NCURSES   version: 6.0.20160213
-- LIBCURL   version: 7.47.0
-- LIBCPUID  version: 0.4.0
-- LIBPCI    version: 3.3.1
-- LIBPROCPS version: 3.3.10
-- DMIDECODE version: 3.0.20160907
-- BANDWIDTH version: 1.3.1
  • LC_ALL=C cpu-x -ovd command output (as root):
# LC_ALL=C cpu-x -ovd
Setting label names
Calling libcpuid for retrieving static data
Finding CPU technology
version=0.4.0
basic_cpuid[0]=00000005 68747541 444d4163 69746e65
basic_cpuid[1]=00100f42 03040800 00802009 178bfbff
basic_cpuid[2]=00000000 00000000 00000000 00000000
basic_cpuid[3]=00000000 00000000 00000000 00000000
basic_cpuid[4]=00000000 00000000 00000000 00000000
basic_cpuid[5]=00000040 00000040 00000003 00000000
basic_cpuid[6]=00000000 00000000 00000000 00000000
basic_cpuid[7]=00000000 00000000 00000000 00000000
basic_cpuid[8]=00000000 00000000 00000000 00000000
basic_cpuid[9]=00000000 00000000 00000000 00000000
basic_cpuid[10]=00000000 00000000 00000000 00000000
basic_cpuid[11]=00000000 00000000 00000000 00000000
basic_cpuid[12]=00000000 00000000 00000000 00000000
basic_cpuid[13]=00000000 00000000 00000000 00000000
basic_cpuid[14]=00000000 00000000 00000000 00000000
basic_cpuid[15]=00000000 00000000 00000000 00000000
basic_cpuid[16]=00000000 00000000 00000000 00000000
basic_cpuid[17]=00000000 00000000 00000000 00000000
basic_cpuid[18]=00000000 00000000 00000000 00000000
basic_cpuid[19]=00000000 00000000 00000000 00000000
basic_cpuid[20]=00000000 00000000 00000000 00000000
basic_cpuid[21]=00000000 00000000 00000000 00000000
basic_cpuid[22]=00000000 00000000 00000000 00000000
basic_cpuid[23]=00000000 00000000 00000000 00000000
basic_cpuid[24]=00000000 00000000 00000000 00000000
basic_cpuid[25]=00000000 00000000 00000000 00000000
basic_cpuid[26]=00000000 00000000 00000000 00000000
basic_cpuid[27]=00000000 00000000 00000000 00000000
basic_cpuid[28]=00000000 00000000 00000000 00000000
basic_cpuid[29]=00000000 00000000 00000000 00000000
basic_cpuid[30]=00000000 00000000 00000000 00000000
basic_cpuid[31]=00000000 00000000 00000000 00000000
ext_cpuid[0]=8000001b 68747541 444d4163 69746e65
ext_cpuid[1]=00100f42 10001a86 000037ff efd3fbff
ext_cpuid[2]=20444d41 6e656850 74286d6f 4920296d
ext_cpuid[3]=34582049 30343920 6f725020 73736563
ext_cpuid[4]=0000726f 00000000 00000000 00000000
ext_cpuid[5]=ff30ff10 ff30ff20 40020140 40020140
ext_cpuid[6]=20800000 42004200 02008140 0030b140
ext_cpuid[7]=00000000 00000000 00000000 000001f9
ext_cpuid[8]=00003030 00000000 00002003 00000000
ext_cpuid[9]=00000000 00000000 00000000 00000000
ext_cpuid[10]=00000001 00000040 00000000 0000000f
ext_cpuid[11]=00000000 00000000 00000000 00000000
ext_cpuid[12]=00000000 00000000 00000000 00000000
ext_cpuid[13]=00000000 00000000 00000000 00000000
ext_cpuid[14]=00000000 00000000 00000000 00000000
ext_cpuid[15]=00000000 00000000 00000000 00000000
ext_cpuid[16]=00000000 00000000 00000000 00000000
ext_cpuid[17]=00000000 00000000 00000000 00000000
ext_cpuid[18]=00000000 00000000 00000000 00000000
ext_cpuid[19]=00000000 00000000 00000000 00000000
ext_cpuid[20]=00000000 00000000 00000000 00000000
ext_cpuid[21]=00000000 00000000 00000000 00000000
ext_cpuid[22]=00000000 00000000 00000000 00000000
ext_cpuid[23]=00000000 00000000 00000000 00000000
ext_cpuid[24]=00000000 00000000 00000000 00000000
ext_cpuid[25]=f0300000 60100000 00000000 00000000
ext_cpuid[26]=00000003 00000000 00000000 00000000
ext_cpuid[27]=0000001f 00000000 00000000 00000000
ext_cpuid[28]=00000000 00000000 00000000 00000000
ext_cpuid[29]=00000000 00000000 00000000 00000000
ext_cpuid[30]=00000000 00000000 00000000 00000000
ext_cpuid[31]=00000000 00000000 00000000 00000000
intel_fn4[0]=00000000 00000000 00000000 00000000
intel_fn4[1]=00000000 00000000 00000000 00000000
intel_fn4[2]=00000000 00000000 00000000 00000000
intel_fn4[3]=00000000 00000000 00000000 00000000
intel_fn4[4]=00000000 00000000 00000000 00000000
intel_fn4[5]=00000000 00000000 00000000 00000000
intel_fn4[6]=00000000 00000000 00000000 00000000
intel_fn4[7]=00000000 00000000 00000000 00000000
intel_fn11[0]=00000000 00000000 00000000 00000000
intel_fn11[1]=00000000 00000000 00000000 00000000
intel_fn11[2]=00000000 00000000 00000000 00000000
intel_fn11[3]=00000000 00000000 00000000 00000000
intel_fn12h[0]=00000000 00000000 00000000 00000000
intel_fn12h[1]=00000000 00000000 00000000 00000000
intel_fn12h[2]=00000000 00000000 00000000 00000000
intel_fn12h[3]=00000000 00000000 00000000 00000000
intel_fn14h[0]=00000000 00000000 00000000 00000000
intel_fn14h[1]=00000000 00000000 00000000 00000000
intel_fn14h[2]=00000000 00000000 00000000 00000000
intel_fn14h[3]=00000000 00000000 00000000 00000000
Calling libcpuid for retrieving CPU MSR static values
Calling dmidecode
Finding devices
Finding graphic card driver
Identifying running system
Calling libcpuid for retrieving dynamic data
Calling libcpuid for retrieving CPU MSR dynamic values
Calculating CPU usage
Retrieving CPU temperature in fallback mode
Retrieving CPU voltage in fallback mode
CPU-X:core.c:1194: failed to retrieve CPU voltage (fallback mode) (Bad file descriptor)
Calculating CPU multipliers
Calling bandwidth
Calling libprocps
Retrieving GPU temperature
CPU-X:core.c:754: failed to retrieve GPU temperature (No such file or directory)
Updating benchmark status
Checking on Internet for a new version...
No new version available
Dumping data...
  >>>>>>>>>> CPU <<<<<<<<<<

        ***** Processor *****
          Vendor: AMD
       Code Name: Phenom II X4 (Deneb)
         Package: Socket AM2 
      Technology: 45 nm
         Voltage: 
   Specification: AMD Phenom(tm) II X4 940 Processor
          Family: 0XF
     Ext. Family: 0X10
           Model: 0X4
      Ext. Model: 0X4
           Temp.: 59.00°C
        Stepping: 2
    Instructions: MMX(+), 3DNOW!(+), SSE(1, 2, 3, 4A), AMD-V, x86-64

        ***** Clocks *****
      Core Speed: 3415 MHz
      Multiplier: x17.0 (4-17)
       Bus Speed: 200.88 MHz
           Usage:   6.42 %

        ***** Cache *****
         L1 Data: 4 x 64 KB, 2-way
        L1 Inst.: 4 x 64 KB, 2-way
         Level 2: 4 x 512 KB, 16-way
         Level 3: 6 MB, 48-way

        ***** * *****
       Socket(s): 1
         Core(s): 4
       Thread(s): 4


  >>>>>>>>>> Caches <<<<<<<<<<

        ***** L1 Cache *****
            Size: 4 x 64 KB, 2-way associative, 64-byte line size
           Speed: 97395.60 MB/s

        ***** L2 Cache *****
            Size: 4 x 512 KB, 16-way associative, 64-byte line size
           Speed: 25088.20 MB/s

        ***** L3 Cache *****
            Size: 6 MB, 48-way associative, 64-byte line size
           Speed: 8209.70 MB/s


  >>>>>>>>>> Motherboard <<<<<<<<<<

        ***** Motherboard *****
    Manufacturer: ASUSTeK Computer INC.
           Model: M2N32-SLI DELUXE
        Revision: 1.XX

        ***** BIOS *****
           Brand: Phoenix Technologies, LTD
         Version: ASUS M2N32-SLI DELUXE ACPI BIOS Revision 5002
            Date: 03/18/2010
        ROM Size:  128 kB / 1024 kB

        ***** Chipset *****
          Vendor: NVIDIA Corporation
           Model: MCP55 LPC Bridge


  >>>>>>>>>> Memory <<<<<<<<<<

        ***** Bank 0 *****
       Reference: None None, 2048 MB @ 800MHz (DIMM Other)

        ***** Bank 1 *****
       Reference: None None, 2048 MB @ 800MHz (DIMM Other)

        ***** Bank 2 *****
       Reference: None None, 2048 MB @ 800MHz (DIMM Other)

        ***** Bank 3 *****
       Reference: None None, 2048 MB @ 800MHz (DIMM Other)


  >>>>>>>>>> System <<<<<<<<<<

        ***** Operating System *****
          Kernel: Linux 4.6.1-040601-generic
    Distribution: KDE neon User Edition 5.8
        Hostname: alby
          Uptime: 0 days, 5 hours, 8 minutes, 58 seconds
        Compiler: cc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

        ***** Memory *****
            Used:  2394 MB /  8175 MB
         Buffers:   615 MB /  8175 MB
          Cached:  4864 MB /  8175 MB
            Free:   300 MB /  8175 MB
            Swap:     0 MB /     0 MB


  >>>>>>>>>> Graphics <<<<<<<<<<

        ***** Card 1 *****
          Vendor: NVIDIA (nouveau driver)
           Model: GT200b [GeForce GTX 285]
     Temperature: 


Freeing memory

Ram timings

I realized that you have not included in code the reading of memory timings. I use a program called Turion Power Control, it shows something similar to this:

TurionPowerControl 0.44-rc2 (export)
Turion Power States Optimization and Control - by blackshard

DRAM Configuration Status

Node 0 ---
DCT0: DDR3 frequency: 1333 MHz
Tcl=9 Trcd=9 Trp=10 Tras=24 Access Mode:2T Trtp=5 Trc=33 Twr=10 Trrd=4 Tcwl=7 Tfaw=20
TrwtWB=8 TrwtTO=7 Twtr=5 Twrrd=1 Twrwrsdsc=1 Trdrdsdsc=1 Tref=2 Trfc0=3 Trfc1=3 Trfc2=4 Trfc3=4 MaxRdLatency=51
LDIMM0=OK/EMPTY LDIMM1=OK/EMPTY LDIMM2=EMPTY/EMPTY LDIMM3=EMPTY/EMPTY 

DCT1: DDR3 frequency: 1333 MHz
Tcl=9 Trcd=9 Trp=10 Tras=24 Access Mode:2T Trtp=5 Trc=33 Twr=10 Trrd=4 Tcwl=7 Tfaw=20
TrwtWB=8 TrwtTO=7 Twtr=5 Twrrd=1 Twrwrsdsc=1 Trdrdsdsc=1 Tref=2 Trfc0=3 Trfc1=3 Trfc2=4 Trfc3=4 MaxRdLatency=51
LDIMM0=OK/EMPTY LDIMM1=OK/EMPTY LDIMM2=EMPTY/EMPTY LDIMM3=EMPTY/EMPTY

Done.

You could include this (or something similar) in your program?

Re: Error finding CPU core voltage

Based on the initial issue/report, #27, I wanted to give feedback on testing v3.0.0 Portable.

When running with sudo, the VCore is not displayed. When running normal (without sudo), the VCore is displayed.

Thought I should let you know.

cpu-x 3.1.0-1 ne fonctionne pas avec les droits root

  • Operating system name and version: Archlinux 4.7.5-1 . 32 bits
  • CPU-X installation type: cpux 3.1.0-1 from aur
  • LC_ALL=C cpu-x -V command output:
CPU-X 3.1.0 (à jour)
Copyright © 2014-2016 Xorg

Ceci est un logiciel libre ; vous êtes libres de le modifier et de le redistribuer.
Ce programme est distribué SANS AUCUNE GARANTIE
Voir la licence GPLv3 : <http://www.gnu.org/licenses/gpl.txt>

Compilé le Oct  2 2016 à 20:28:23 (avec GNU 6.2.1 20160830 sur linux32).
-- Version de GTK       : 3.20.9
-- Version de NCURSES   : 6.0.20150808
-- Version de LIBCURL   : 7.50.3
-- Version de LIBCPUID  : 0.3.0
-- Version de LIBPCI    : 3.5.1
-- Version de LIBPROCPS : 3.3.12
-- Version de DMIDECODE : 3.0.20160907
-- Version de BANDWIDTH : 1.3.1

  • LC_ALL=C cpu-x -ovd command output (as root):
Configuration du nom des étiquettes
Appel dmidecode
Appel libcpuid pour récupérer les données statiques
Recherche la finesse de gravure du processeur
Recherche des périphériques
Recherche le pilote de la carte graphique
Identifie le système en cours de fonctionnement
Appel libcpuid pour récupérer la fréquence du processeur
Appel libcpuid pour récupérer les valeurs des MSRs du processeur
Calcule l'utilisation du processeur
Récupère la température du processeur en mode de secours
Calcule les multiplicateurs du processeur en mode de secours
*** Error in `cpu-x': munmap_chunk(): invalid pointer: 0x080712f1 ***
======= Backtrace: =========
/usr/lib/libc.so.6(+0x67d2a)[0xb6811d2a]
/usr/lib/libc.so.6(+0x6e9c7)[0xb68189c7]
/usr/lib/libc.so.6(+0x6f051)[0xb6819051]
cpu-x(free_multi+0x3d)[0x80507ed]
cpu-x[0x80525a7]
cpu-x(do_refresh+0x822)[0x8053bd2]
cpu-x(fill_labels+0x64c)[0x80546cc]
cpu-x(main+0x194b)[0x804f69b]
/usr/lib/libc.so.6(__libc_start_main+0xf6)[0xb67c2196]
cpu-x[0x804f8c2]
======= Memory map: ========
08048000-08087000 r-xp 00000000 08:07 1218727    /usr/bin/cpu-x
08087000-08088000 r-xp 0003e000 08:07 1218727    /usr/bin/cpu-x
08088000-0808b000 rwxp 0003f000 08:07 1218727    /usr/bin/cpu-x
09245000-09292000 rwxp 00000000 00:00 0          [heap]
b54cc000-b5664000 r-xp 00000000 08:07 1223187    /usr/lib/locale/locale-archive
b5664000-b566a000 rwxp 00000000 00:00 0 
b566a000-b5697000 r-xp 00000000 08:07 1198891    /usr/lib/libgraphite2.so.3.0.1
b5697000-b5698000 ---p 0002d000 08:07 1198891    /usr/lib/libgraphite2.so.3.0.1
b5698000-b5699000 r-xp 0002d000 08:07 1198891    /usr/lib/libgraphite2.so.3.0.1
b5699000-b569a000 rwxp 0002e000 08:07 1198891    /usr/lib/libgraphite2.so.3.0.1
b569a000-b56b6000 r-xp 00000000 08:07 1183158    /usr/lib/libgcc_s.so.1
b56b6000-b56b7000 r-xp 0001b000 08:07 1183158    /usr/lib/libgcc_s.so.1
b56b7000-b56b8000 rwxp 0001c000 08:07 1183158    /usr/lib/libgcc_s.so.1
b56b8000-b56cc000 r-xp 00000000 08:07 1216404    /usr/lib/libgpg-error.so.0.19.1
b56cc000-b56cd000 r-xp 00013000 08:07 1216404    /usr/lib/libgpg-error.so.0.19.1
b56cd000-b56ce000 rwxp 00014000 08:07 1216404    /usr/lib/libgpg-error.so.0.19.1
b56ce000-b5798000 r-xp 00000000 08:07 1191074    /usr/lib/libgcrypt.so.20.1.3
b5798000-b5799000 r-xp 000c9000 08:07 1191074    /usr/lib/libgcrypt.so.20.1.3
b5799000-b579c000 rwxp 000ca000 08:07 1191074    /usr/lib/libgcrypt.so.20.1.3
b579c000-b57ad000 r-xp 00000000 08:07 1206339    /usr/lib/liblz4.so.1.7.1
b57ad000-b57ae000 ---p 00011000 08:07 1206339    /usr/lib/liblz4.so.1.7.1
b57ae000-b57af000 r-xp 00011000 08:07 1206339    /usr/lib/liblz4.so.1.7.1
b57af000-b57b0000 rwxp 00012000 08:07 1206339    /usr/lib/liblz4.so.1.7.1
b57b0000-b57da000 r-xp 00000000 08:07 1190967    /usr/lib/liblzma.so.5.2.2
b57da000-b57db000 r-xp 00029000 08:07 1190967    /usr/lib/liblzma.so.5.2.2
b57db000-b57dc000 rwxp 0002a000 08:07 1190967    /usr/lib/liblzma.so.5.2.2
b57dc000-b57e0000 r-xp 00000000 08:07 1190334    /usr/lib/libcap.so.2.25
b57e0000-b57e1000 rwxp 00003000 08:07 1190334    /usr/lib/libcap.so.2.25
b57e1000-b57e4000 r-xp 00000000 08:07 1189861    /usr/lib/libkeyutils.so.1.5
b57e4000-b57e5000 r-xp 00002000 08:07 1189861    /usr/lib/libkeyutils.so.1.5
b57e5000-b57e6000 rwxp 00003000 08:07 1189861    /usr/lib/libkeyutils.so.1.5
b57e6000-b57e8000 rwxp 00000000 00:00 0 
b57e8000-b57f4000 r-xp 00000000 08:07 1189901    /usr/lib/libkrb5support.so.0.1
b57f4000-b57f5000 r-xp 0000b000 08:07 1189901    /usr/lib/libkrb5support.so.0.1
b57f5000-b57f6000 rwxp 0000c000 08:07 1189901    /usr/lib/libkrb5support.so.0.1
b57f6000-b57fb000 r-xp 00000000 08:07 1206255    /usr/lib/libXxf86vm.so.1.0.0
b57fb000-b57fc000 r-xp 00004000 08:07 1206255    /usr/lib/libXxf86vm.so.1.0.0
b57fc000-b57fd000 rwxp 00005000 08:07 1206255    /usr/lib/libXxf86vm.so.1.0.0
b57fd000-b5818000 r-xp 00000000 08:07 1202140    /usr/lib/libxcb-glx.so.0.0.0
b5818000-b5819000 r-xp 0001a000 08:07 1202140    /usr/lib/libxcb-glx.so.0.0.0
b5819000-b581a000 rwxp 0001b000 08:07 1202140    /usr/lib/libxcb-glx.so.0.0.0
b581a000-b582e000 r-xp 00000000 08:07 1190623    /usr/lib/libglapi.so.0.0.0
b582e000-b5830000 r-xp 00013000 08:07 1190623    /usr/lib/libglapi.so.0.0.0
b5830000-b5836000 rwxp 00015000 08:07 1190623    /usr/lib/libglapi.so.0.0.0
b5836000-b583b000 r-xp 00000000 08:07 1201919    /usr/lib/libXdmcp.so.6.0.0
b583b000-b583c000 r-xp 00004000 08:07 1201919    /usr/lib/libXdmcp.so.6.0.0
b583c000-b583d000 rwxp 00005000 08:07 1201919    /usr/lib/libXdmcp.so.6.0.0
b583d000-b583f000 r-xp 00000000 08:07 1202005    /usr/lib/libXau.so.6.0.0
b583f000-b5840000 r-xp 00001000 08:07 1202005    /usr/lib/libXau.so.6.0.0
b5840000-b5841000 rwxp 00002000 08:07 1202005    /usr/lib/libXau.so.6.0.0
b5841000-b5851000 r-xp 00000000 08:07 1214270    /usr/lib/libdrm.so.2.4.0
b5851000-b5852000 r-xp 0000f000 08:07 1214270    /usr/lib/libdrm.so.2.4.0
b5852000-b5853000 rwxp 00010000 08:07 1214270    /usr/lib/libdrm.so.2.4.0
b5853000-b5862000 r-xp 00000000 08:07 1206084    /usr/lib/libwayland-server.so.0.1.0
b5862000-b5863000 ---p 0000f000 08:07 1206084    /usr/lib/libwayland-server.so.0.1.0
b5863000-b5864000 r-xp 0000f000 08:07 1206084    /usr/lib/libwayland-server.so.0.1.0
b5864000-b5865000 rwxp 00010000 08:07 1206084    /usr/lib/libwayland-server.so.0.1.0
b5865000-b5872000 r-xp 00000000 08:07 1185895    /usr/lib/libgbm.so.1.0.0
b5872000-b5873000 ---p 0000d000 08:07 1185895    /usr/lib/libgbm.so.1.0.0
b5873000-b5874000 r-xp 0000d000 08:07 1185895    /usr/lib/libgbm.so.1.0.0
b5874000-b5875000 rwxp 0000e000 08:07 1185895    /usr/lib/libgbm.so.1.0.0
b5875000-b5876000 r-xp 00000000 08:07 1206045    /usr/lib/libxshmfence.so.1.0.0
b5876000-b5877000 r-xp 00000000 08:07 1206045    /usr/lib/libxshmfence.so.1.0.0
b5877000-b5878000 rwxp 00001000 08:07 1206045    /usr/lib/libxshmfence.so.1.0.0
b5878000-b587a000 rwxp 00000000 00:00 0 
b587a000-b5880000 r-xp 00000000 08:07 1202148    /usr/lib/libxcb-sync.so.1.0.0
b5880000-b5881000 r-xp 00005000 08:07 1202148    /usr/lib/libxcb-sync.so.1.0.0
b5881000-b5882000 rwxp 00006000 08:07 1202148    /usr/lib/libxcb-sync.so.1.0.0
b5882000-b5884000 r-xp 00000000 08:07 1202139    /usr/lib/libxcb-present.so.0.0.0
b5884000-b5885000 r-xp 00001000 08:07 1202139    /usr/lib/libxcb-present.so.0.0.0
b5885000-b5886000 rwxp 00002000 08:07 1202139    /usr/lib/libxcb-present.so.0.0.0
b5886000-b5888000 r-xp 00000000 08:07 1202138    /usr/lib/libxcb-dri3.so.0.0.0
b5888000-b5889000 r-xp 00001000 08:07 1202138    /usr/lib/libxcb-dri3.so.0.0.0
b5889000-b588a000 rwxp 00002000 08:07 1202138    /usr/lib/libxcb-dri3.so.0.0.0
b588a000-b5891000 r-xp 00000000 08:07 1202150    /usr/lib/libxcb-xfixes.so.0.0.0
b5891000-b5892000 r-xp 00006000 08:07 1202150    /usr/lib/libxcb-xfixes.so.0.0.0
b5892000-b5893000 rwxp 00007000 08:07 1202150    /usr/lib/libxcb-xfixes.so.0.0.0
b5893000-b5897000 r-xp 00000000 08:07 1202137    /usr/lib/libxcb-dri2.so.0.0.0
b5897000-b5898000 r-xp 00003000 08:07 1202137    /usr/lib/libxcb-dri2.so.0.0.0
b5898000-b5899000 rwxp 00004000 08:07 1202137    /usr/lib/libxcb-dri2.so.0.0.0
b5899000-b589a000 r-xp 00000000 08:07 1204447    /usr/lib/libX11-xcb.so.1.0.0
b589a000-b589b000 r-xp 00000000 08:07 1204447    /usr/lib/libX11-xcb.so.1.0.0
b589b000-b589c000 rwxp 00001000 08:07 1204447    /usr/lib/libX11-xcb.so.1.0.0
b589c000-b58a4000 r-xp 00000000 08:07 1217713    /usr/lib/libdatrie.so.1.3.3
b58a4000-b58a5000 r-xp 00007000 08:07 1217713    /usr/lib/libdatrie.so.1.3.3
b58a5000-b58a6000 rwxp 00008000 08:07 1217713    /usr/lib/libdatrie.so.1.3.3
b58a6000-b58b6000 r-xp 00000000 08:07 1185887    /usr/lib/libbz2.so.1.0.6
b58b6000-b58b7000 rwxp 00010000 08:07 1185887    /usr/lib/libbz2.so.1.0.6
b58b7000-b58de000 r-xp 00000000 08:07 1201851    /usr/lib/libexpat.so.1.6.2
b58de000-b58e0000 r-xp 00026000 08:07 1201851    /usr/lib/libexpat.so.1.6.2
b58e0000-b58e1000 rwxp 00028000 08:07 1201851    /usr/lib/libexpat.so.1.6.2
b58e1000-b5944000 r-xp 00000000 08:07 1201949    /usr/lib/libharfbuzz.so.0.10301.0
b5944000-b5945000 r-xp 00062000 08:07 1201949    /usr/lib/libharfbuzz.so.0.10301.0
b5945000-b5946000 rwxp 00063000 08:07 1201949    /usr/lib/libharfbuzz.so.0.10301.0
b5946000-b5948000 rwxp 00000000 00:00 0 
b5948000-b59a2000 r-xp 00000000 08:07 1217419    /usr/lib/libdbus-1.so.3.14.7
b59a2000-b59a3000 r-xp 00059000 08:07 1217419    /usr/lib/libdbus-1.so.3.14.7
b59a3000-b59a4000 rwxp 0005a000 08:07 1217419    /usr/lib/libdbus-1.so.3.14.7
b59a4000-b59d4000 r-xp 00000000 08:07 1209108    /usr/lib/libatspi.so.0.0.1
b59d4000-b59d6000 r-xp 0002f000 08:07 1209108    /usr/lib/libatspi.so.0.0.1
b59d6000-b59d7000 rwxp 00031000 08:07 1209108    /usr/lib/libatspi.so.0.0.1
b59d7000-b5a65000 r-xp 00000000 08:07 1217819    /usr/lib/libsystemd.so.0.16.0
b5a65000-b5a67000 r-xp 0008d000 08:07 1217819    /usr/lib/libsystemd.so.0.16.0
b5a67000-b5a68000 rwxp 0008f000 08:07 1217819    /usr/lib/libsystemd.so.0.16.0
b5a68000-b5a7c000 r-xp 00000000 08:07 1183040    /usr/lib/libresolv-2.24.so
b5a7c000-b5a7d000 ---p 00014000 08:07 1183040    /usr/lib/libresolv-2.24.so
b5a7d000-b5a7e000 r-xp 00014000 08:07 1183040    /usr/lib/libresolv-2.24.so
b5a7e000-b5a7f000 rwxp 00015000 08:07 1183040    /usr/lib/libresolv-2.24.so
b5a7f000-b5a81000 rwxp 00000000 00:00 0 
b5a81000-b5a84000 r-xp 00000000 08:07 1186023    /usr/lib/libcom_err.so.2.1
b5a84000-b5a85000 r-xp 00002000 08:07 1186023    /usr/lib/libcom_err.so.2.1
b5a85000-b5a86000 rwxp 00003000 08:07 1186023    /usr/lib/libcom_err.so.2.1
b5a86000-b5ab6000 r-xp 00000000 08:07 1189903    /usr/lib/libk5crypto.so.3.1
b5ab6000-b5ab7000 ---p 00030000 08:07 1189903    /usr/lib/libk5crypto.so.3.1
b5ab7000-b5ab8000 r-xp 00030000 08:07 1189903    /usr/lib/libk5crypto.so.3.1
b5ab8000-b5ab9000 rwxp 00031000 08:07 1189903    /usr/lib/libk5crypto.so.3.1
b5ab9000-b5aba000 rwxp 00000000 00:00 0
b5aba000-b5b95000 r-xp 00000000 08:07 1189904    /usr/lib/libkrb5.so.3.3
b5b95000-b5b96000 ---p 000db000 08:07 1189904    /usr/lib/libkrb5.so.3.3
b5b96000-b5b9c000 r-xp 000db000 08:07 1189904    /usr/lib/libkrb5.so.3.3
b5b9c000-b5b9e000 rwxp 000e1000 08:07 1189904    /usr/lib/libkrb5.so.3.3
b5b9e000-b5bf0000 r-xp 00000000 08:07 1189905    /usr/lib/libgssapi_krb5.so.2.2
b5bf0000-b5bf1000 ---p 00052000 08:07 1189905    /usr/lib/libgssapi_krb5.so.2.2
b5bf1000-b5bf2000 r-xp 00052000 08:07 1189905    /usr/lib/libgssapi_krb5.so.2.2
b5bf2000-b5bf3000 rwxp 00053000 08:07 1189905    /usr/lib/libgssapi_krb5.so.2.2
b5bf3000-b5dec000 r-xp 00000000 08:07 1218681    /usr/lib/libcrypto.so.1.0.0
b5dec000-b5ded000 ---p 001f9000 08:07 1218681    /usr/lib/libcrypto.so.1.0.0
b5ded000-b5dfd000 r-xp 001f9000 08:07 1218681    /usr/lib/libcrypto.so.1.0.0
b5dfd000-b5e04000 rwxp 00209000 08:07 1218681    /usr/lib/libcrypto.so.1.0.0
b5e04000-b5e07000 rwxp 00000000 00:00 0 
b5e07000-b5e73000 r-xp 00000000 08:07 1218680    /usr/lib/libssl.so.1.0.0
b5e73000-b5e74000 ---p 0006c000 08:07 1218680    /usr/lib/libssl.so.1.0.0
b5e74000-b5e76000 r-xp 0006c000 08:07 1218680    /usr/lib/libssl.so.1.0.0
b5e76000-b5e7a000 rwxp 0006e000 08:07 1218680    /usr/lib/libssl.so.1.0.0
b5e7a000-b5e7c000 rwxp 00000000 00:00 0 
b5e7c000-b5eae000 r-xp 00000000 08:07 1197055    /usr/lib/libssh2.so.1.0.1
b5eae000-b5eaf000 ---p 00032000 08:07 1197055    /usr/lib/libssh2.so.1.0.1
b5eaf000-b5eb0000 r-xp 00032000 08:07 1197055    /usr/lib/libssh2.so.1.0.1
b5eb0000-b5eb1000 rwxp 00033000 08:07 1197055    /usr/lib/libssh2.so.1.0.1
b5eb1000-b5ee3000 r-xp 00000000 08:07 1199420    /usr/lib/libidn.so.11.6.16
b5ee3000-b5ee4000 r-xp 00031000 08:07 1199420    /usr/lib/libidn.so.11.6.16
b5ee4000-b5ee5000 rwxp 00032000 08:07 1199420    /usr/lib/libidn.so.11.6.16
b5ee5000-b5eec000 r-xp 00000000 08:07 1190790    /usr/lib/libffi.so.6.0.4
b5eec000-b5eed000 r-xp 00006000 08:07 1190790    /usr/lib/libffi.so.6.0.4
b5eed000-b5eee000 rwxp 00007000 08:07 1190790    /usr/lib/libffi.so.6.0.4
b5eee000-b5f65000 r-xp 00000000 08:07 1190666    /usr/lib/libpcre.so.1.2.7
b5f65000-b5f66000 r-xp 00076000 08:07 1190666    /usr/lib/libpcre.so.1.2.7
b5f66000-b5f67000 rwxp 00077000 08:07 1190666    /usr/lib/libpcre.so.1.2.7
b5f67000-b5fd2000 r-xp 00000000 08:07 1705589    /usr/lib/mesa/libGL.so.1.2.0
b5fd2000-b5fd4000 r-xp 0006a000 08:07 1705589    /usr/lib/mesa/libGL.so.1.2.0
b5fd4000-b5fd9000 rwxp 0006c000 08:07 1705589    /usr/lib/mesa/libGL.so.1.2.0
b5fd9000-b5fef000 r-xp 00000000 08:07 1185891    /usr/lib/libz.so.1.2.8
b5fef000-b5ff0000 r-xp 00015000 08:07 1185891    /usr/lib/libz.so.1.2.8
b5ff0000-b5ff1000 rwxp 00016000 08:07 1185891    /usr/lib/libz.so.1.2.8
b5ff1000-b5ffb000 r-xp 00000000 08:07 1206841    /usr/lib/libXrender.so.1.3.0
b5ffb000-b5ffc000 r-xp 00009000 08:07 1206841    /usr/lib/libXrender.so.1.3.0
b5ffc000-b5ffd000 rwxp 0000a000 08:07 1206841    /usr/lib/libXrender.so.1.3.0
b5ffd000-b600a000 r-xp 00000000 08:07 1202143    /usr/lib/libxcb-render.so.0.0.0
b600a000-b600b000 r-xp 0000c000 08:07 1202143    /usr/lib/libxcb-render.so.0.0.0
b600b000-b600c000 rwxp 0000d000 08:07 1202143    /usr/lib/libxcb-render.so.0.0.0
b600c000-b6036000 r-xp 00000000 08:07 1202133    /usr/lib/libxcb.so.1.1.0
b6036000-b6037000 ---p 0002a000 08:07 1202133    /usr/lib/libxcb.so.1.1.0
b6037000-b6038000 r-xp 0002a000 08:07 1202133    /usr/lib/libxcb.so.1.1.0
b6038000-b6039000 rwxp 0002b000 08:07 1202133    /usr/lib/libxcb.so.1.1.0
b6039000-b603b000 r-xp 00000000 08:07 1202147    /usr/lib/libxcb-shm.so.0.0.0
b603b000-b603c000 r-xp 00001000 08:07 1202147    /usr/lib/libxcb-shm.so.0.0.0
b603c000-b603d000 rwxp 00002000 08:07 1202147    /usr/lib/libxcb-shm.so.0.0.0
b603d000-b6079000 r-xp 00000000 08:07 1188006    /usr/lib/libpng16.so.16.25.0
b6079000-b607a000 r-xp 0003b000 08:07 1188006    /usr/lib/libpng16.so.16.25.0
b607a000-b607b000 rwxp 0003c000 08:07 1188006    /usr/lib/libpng16.so.16.25.0
b607b000-b607d000 rwxp 00000000 00:00 0 
b607d000-b6080000 r-xp 00000000 08:07 1183037    /usr/lib/libdl-2.24.so
b6080000-b6081000 r-xp 00002000 08:07 1183037    /usr/lib/libdl-2.24.so
b6081000-b6082000 rwxp 00003000 08:07 1183037    /usr/lib/libdl-2.24.so
b6082000-b60b7000 r-xp 00000000 08:07 1705808    /usr/lib/mesa/libEGL.so.1.0.0
b60b7000-b60b8000 ---p 00035000 08:07 1705808    /usr/lib/mesa/libEGL.so.1.0.0
b60b8000-b60b9000 r-xp 00035000 08:07 1705808    /usr/lib/mesa/libEGL.so.1.0.0
b60b9000-b60ba000 rwxp 00036000 08:07 1705808    /usr/lib/mesa/libEGL.so.1.0.0
b60ba000-b6162000 r-xp 00000000 08:07 1202004    /usr/lib/libpixman-1.so.0.34.0
b6162000-b6168000 r-xp 000a7000 08:07 1202004    /usr/lib/libpixman-1.so.0.34.0
b6168000-b6169000 rwxp 000ad000 08:07 1202004    /usr/lib/libpixman-1.so.0.34.0
b6169000-b6172000 r-xp 00000000 08:07 1207199    /usr/lib/libthai.so.0.2.4
b6172000-b6173000 r-xp 00008000 08:07 1207199    /usr/lib/libthai.so.0.2.4
b6173000-b6174000 rwxp 00009000 08:07 1207199    /usr/lib/libthai.so.0.2.4
b6174000-b6231000 r-xp 00000000 08:07 1222541    /usr/lib/libfreetype.so.6.12.6
b6231000-b6232000 ---p 000bd000 08:07 1222541    /usr/lib/libfreetype.so.6.12.6
b6232000-b6236000 r-xp 000bd000 08:07 1222541    /usr/lib/libfreetype.so.6.12.6
b6236000-b6237000 rwxp 000c1000 08:07 1222541    /usr/lib/libfreetype.so.6.12.6
b6237000-b623e000 r-xp 00000000 08:07 1183041    /usr/lib/librt-2.24.so
b623e000-b623f000 r-xp 00006000 08:07 1183041    /usr/lib/librt-2.24.so
b623f000-b6240000 rwxp 00007000 08:07 1183041    /usr/lib/librt-2.24.so
b6240000-b6253000 r-xp 00000000 08:07 1206226    /usr/lib/libXext.so.6.4.0
b6253000-b6254000 r-xp 00012000 08:07 1206226    /usr/lib/libXext.so.6.4.0
b6254000-b6255000 rwxp 00013000 08:07 1206226    /usr/lib/libXext.so.6.4.0
b6255000-b6260000 r-xp 00000000 08:07 1206085    /usr/lib/libwayland-client.so.0.3.0
b6260000-b6261000 ---p 0000b000 08:07 1206085    /usr/lib/libwayland-client.so.0.3.0
b6261000-b6262000 r-xp 0000b000 08:07 1206085    /usr/lib/libwayland-client.so.0.3.0
b6262000-b6263000 rwxp 0000c000 08:07 1206085    /usr/lib/libwayland-client.so.0.3.0
b6263000-b6264000 r-xp 00000000 08:07 1190643    /usr/lib/libwayland-egl.so.1.0.0
b6264000-b6265000 r-xp 00000000 08:07 1190643    /usr/lib/libwayland-egl.so.1.0.0
b6265000-b6266000 rwxp 00001000 08:07 1190643    /usr/lib/libwayland-egl.so.1.0.0
b6266000-b626a000 r-xp 00000000 08:07 1206086    /usr/lib/libwayland-cursor.so.0.0.0
b626a000-b626b000 r-xp 00003000 08:07 1206086    /usr/lib/libwayland-cursor.so..0.0
b626b000-b626f000 rwxp 00004000 08:07 1206086    /usr/lib/libwayland-cursor.so..0.0
b626f000-b62b1000 r-xp 00000000 08:07 1218097    /usr/lib/libxkbcommon.so.0.0.0
b62b1000-b62b2000 r-xp 00041000 08:07 1218097    /usr/lib/libxkbcommon.so.0.0.0
b62b2000-b62b3000 rwxp 00042000 08:07 1218097    /usr/lib/libxkbcommon.so.0.0.0
b62b3000-b62b5000 rwxp 00000000 00:00 0 
b62b5000-b62b7000 r-xp 00000000 08:07 1206266    /usr/lib/libXdamage.so.1.1.0
b62b7000-b62b8000 r-xp 00001000 08:07 1206266    /usr/lib/libXdamage.so.1.1.0
b62b8000-b62b9000 rwxp 00002000 08:07 1206266    /usr/lib/libXdamage.so.1.1.0
b62b9000-b62bb000 r-xp 00000000 08:07 1207651    /usr/lib/libXcomposite.so.1.0.0
b62bb000-b62bc000 r-xp 00001000 08:07 1207651    /usr/lib/libXcomposite.so.1.0.0
b62bc000-b62bd000 rwxp 00002000 08:07 1207651    /usr/lib/libXcomposite.so.1.0.0
b62bd000-b62c7000 r-xp 00000000 08:07 1206930    /usr/lib/libXcursor.so.1.0.2
b62c7000-b62c8000 r-xp 00009000 08:07 1206930    /usr/lib/libXcursor.so.1.0.2
b62c8000-b62c9000 rwxp 0000a000 08:07 1206930    /usr/lib/libXcursor.so.1.0.2
b62c9000-b62d4000 r-xp 00000000 08:07 1206863    /usr/lib/libXrandr.so.2.2.0
b62d4000-b62d5000 r-xp 0000a000 08:07 1206863    /usr/lib/libXrandr.so.2.2.0Abandon

CPU Voltage isn't shown in GTK Mode

Searching in past issues, this is almost exactly the same as this issue.

Voltage works in ncurses but doesn't show in GTK mode.

  • Arch Linux x86_64 (Kernel: 4.10.13-1-ARCH)

  • CPU-X installation type: Arch Linux Package (v.3.1.3)

  • LC_ALL=C cpu-x -V

CPU-X 3.1.3 (up-to-date)
Copyright © 2014-2016 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GPLv3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Feb 22 2017, 14:28:16 (with GNU 6.3.1 20170109 on linux64).
-- GTK       version: 3.22.8
-- NCURSES   version: 6.0.20170128
-- LIBCURL   version: 7.52.1
-- LIBCPUID  version: 0.4.0
-- LIBPCI    version: 3.5.2
-- LIBPROCPS version: 3.3.12
-- DMIDECODE version: 3.0.20160907
-- BANDWIDTH version: 1.3.1
  • LC_ALL=C cpu-x -ovd
Setting label names
Calling dmidecode
Calling libcpuid for retrieving static data
Finding CPU technology
version=0.4.0
basic_cpuid[0]=00000016 756e6547 6c65746e 49656e69
basic_cpuid[1]=000506e3 04100800 7ffafbbf bfebfbff
basic_cpuid[2]=76036301 00f0b6ff 00000000 00c30000
basic_cpuid[3]=00000000 00000000 00000000 00000000
basic_cpuid[4]=1c004121 01c0003f 0000003f 00000000
basic_cpuid[5]=00000040 00000040 00000003 00142120
basic_cpuid[6]=000027f7 00000002 00000001 00000000
basic_cpuid[7]=00000000 029c6fbf 00000000 00000000
basic_cpuid[8]=00000000 00000000 00000000 00000000
basic_cpuid[9]=00000000 00000000 00000000 00000000
basic_cpuid[10]=07300804 00000000 00000000 00000603
basic_cpuid[11]=00000001 00000001 00000100 00000004
basic_cpuid[12]=00000000 00000000 00000000 00000000
basic_cpuid[13]=0000001f 00000440 00000440 00000000
basic_cpuid[14]=00000000 00000000 00000000 00000000
basic_cpuid[15]=00000000 00000000 00000000 00000000
basic_cpuid[16]=00000000 00000000 00000000 00000000
basic_cpuid[17]=00000000 00000000 00000000 00000000
basic_cpuid[18]=00000000 00000000 00000000 00000000
basic_cpuid[19]=00000000 00000000 00000000 00000000
basic_cpuid[20]=00000001 0000000f 00000007 00000000
basic_cpuid[21]=00000002 00000124 00000000 00000000
basic_cpuid[22]=00000dac 00001068 00000064 00000000
basic_cpuid[23]=00000dac 00001068 00000064 00000000
basic_cpuid[24]=00000dac 00001068 00000064 00000000
basic_cpuid[25]=00000dac 00001068 00000064 00000000
basic_cpuid[26]=00000dac 00001068 00000064 00000000
basic_cpuid[27]=00000dac 00001068 00000064 00000000
basic_cpuid[28]=00000dac 00001068 00000064 00000000
basic_cpuid[29]=00000dac 00001068 00000064 00000000
basic_cpuid[30]=00000dac 00001068 00000064 00000000
basic_cpuid[31]=00000dac 00001068 00000064 00000000
ext_cpuid[0]=80000008 00000000 00000000 00000000
ext_cpuid[1]=00000000 00000000 00000121 2c100800
ext_cpuid[2]=65746e49 2952286c 726f4320 4d542865
ext_cpuid[3]=35692029 3036362d 43204b30 40205550
ext_cpuid[4]=352e3320 7a484730 00000000 00000000
ext_cpuid[5]=00000000 00000000 00000000 00000000
ext_cpuid[6]=00000000 00000000 01006040 00000000
ext_cpuid[7]=00000000 00000000 00000000 00000100
ext_cpuid[8]=00003027 00000000 00000000 00000000
ext_cpuid[9]=00000dac 00001068 00000064 00000000
ext_cpuid[10]=00000dac 00001068 00000064 00000000
ext_cpuid[11]=00000dac 00001068 00000064 00000000
ext_cpuid[12]=00000dac 00001068 00000064 00000000
ext_cpuid[13]=00000dac 00001068 00000064 00000000
ext_cpuid[14]=00000dac 00001068 00000064 00000000
ext_cpuid[15]=00000dac 00001068 00000064 00000000
ext_cpuid[16]=00000dac 00001068 00000064 00000000
ext_cpuid[17]=00000dac 00001068 00000064 00000000
ext_cpuid[18]=00000dac 00001068 00000064 00000000
ext_cpuid[19]=00000dac 00001068 00000064 00000000
ext_cpuid[20]=00000dac 00001068 00000064 00000000
ext_cpuid[21]=00000dac 00001068 00000064 00000000
ext_cpuid[22]=00000dac 00001068 00000064 00000000
ext_cpuid[23]=00000dac 00001068 00000064 00000000
ext_cpuid[24]=00000dac 00001068 00000064 00000000
ext_cpuid[25]=00000dac 00001068 00000064 00000000
ext_cpuid[26]=00000dac 00001068 00000064 00000000
ext_cpuid[27]=00000dac 00001068 00000064 00000000
ext_cpuid[28]=00000dac 00001068 00000064 00000000
ext_cpuid[29]=00000dac 00001068 00000064 00000000
ext_cpuid[30]=00000dac 00001068 00000064 00000000
ext_cpuid[31]=00000dac 00001068 00000064 00000000
intel_fn4[0]=1c004121 01c0003f 0000003f 00000000
intel_fn4[1]=1c004122 01c0003f 0000003f 00000000
intel_fn4[2]=1c004143 00c0003f 000003ff 00000000
intel_fn4[3]=1c03c163 02c0003f 00001fff 00000006
intel_fn4[4]=00000000 00000000 00000000 00000000
intel_fn4[5]=00000000 00000000 00000000 00000000
intel_fn4[6]=00000000 00000000 00000000 00000000
intel_fn4[7]=00000000 00000000 00000000 00000000
intel_fn11[0]=00000001 00000001 00000100 00000004
intel_fn11[1]=00000004 00000004 00000201 00000004
intel_fn11[2]=00000000 00000000 00000002 00000004
intel_fn11[3]=00000000 00000000 00000003 00000004
intel_fn12h[0]=00000000 00000000 00000000 00000000
intel_fn12h[1]=00000000 00000000 00000000 00000000
intel_fn12h[2]=00000000 00000000 00000000 00000000
intel_fn12h[3]=00000000 00000000 00000000 00000000
intel_fn14h[0]=00000001 0000000f 00000007 00000000
intel_fn14h[1]=02490002 003f3fff 00000000 00000000
intel_fn14h[2]=00000000 00000000 00000000 00000000
intel_fn14h[3]=00000000 00000000 00000000 00000000
Calling libcpuid for retrieving CPU MSR static values
Finding devices
Finding graphic card driver
Identifying running system
Calling libcpuid for retrieving dynamic data
Calling libcpuid for retrieving CPU MSR dynamic values
Calculating CPU usage
Retrieving CPU temperature in fallback mode
Retrieving CPU voltage in fallback mode
CPU-X:util.c:209: an error occurred while running command 'sensors | grep -i 'VCore' | awk -F '[+V]' '{ print $3 }'' (Bad file descriptor)
CPU-X:core.c:1321: failed to retrieve CPU voltage (fallback mode)
Calculating CPU multipliers
Calling bandwidth
Calling libprocps
Retrieving GPU temperature
Updating benchmark status
Replacing undefined labels by an empty string
Checking on Internet for a new version...
No new version available
Dumping data...
  >>>>>>>>>> CPU <<<<<<<<<<

	***** Processor *****
          Vendor: Intel
       Code Name: Skylake (Core i5)
         Package: LGA1151
      Technology: 14 nm
         Voltage: 
   Specification: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
          Family: 6
     Ext. Family: 6
           Model: 14 (E)
      Ext. Model: 94 (5E)
           Temp.: 34.00°C
        Stepping: 3
    Instructions: MMX, SSE (1, 2, 3S, 4.1, 4.2), AES, AVX, VT-x, Intel64

	***** Clocks *****
      Core Speed: 4199 MHz
      Multiplier: x41.9 (8-42)
       Bus Speed: 100.11 MHz
           Usage:   3.94 %

	***** Cache *****
         L1 Data: 4 x   32 KB,  8-way
        L1 Inst.: 4 x   32 KB,  8-way
         Level 2: 4 x  256 KB,  4-way
         Level 3:    6 MB, 12-way

	***** * *****
       Socket(s): 1
         Core(s): 4
       Thread(s): 4


  >>>>>>>>>> Caches <<<<<<<<<<

	***** L1 Cache *****
            Size: 4 x 32 KB, 8-way associative, 64-byte line size
           Speed: 126146.80 MB/s

	***** L2 Cache *****
            Size: 4 x 256 KB, 4-way associative, 64-byte line size
           Speed: 72128.80 MB/s

	***** L3 Cache *****
            Size: 6 MB, 12-way associative, 64-byte line size
           Speed: 54746.70 MB/s


  >>>>>>>>>> Motherboard <<<<<<<<<<

	***** Motherboard *****
    Manufacturer: ASUSTeK COMPUTER INC.
           Model: Z170I PRO GAMING
        Revision: Rev X.0x

	***** BIOS *****
           Brand: American Megatrends Inc.
         Version: 3401
            Date: 03/15/2017
        ROM Size:  64 kB / 16384 kB

	***** Chipset *****
          Vendor: Intel Corporation
           Model: Sunrise Point-H LPC Controller


  >>>>>>>>>> Memory <<<<<<<<<<

	***** Bank 0 *****
       Reference: GEIL CL15-17-17 D4-3000  , 8192 MB @ 3000MHz (DIMM DDR4)

	***** Bank 1 *****
       Reference: GEIL CL15-17-17 D4-3000  , 8192 MB @ 3000MHz (DIMM DDR4)


  >>>>>>>>>> System <<<<<<<<<<

	***** Operating System *****
          Kernel: Linux 4.10.13-1-ARCH
    Distribution: Arch Linux
        Hostname: Orion
          Uptime: 0 days, 0 hours, 55 minutes, 14 seconds
        Compiler: cc (GCC) 6.3.1 20170306

	***** Memory *****
            Used:  1429 MB / 16376 MB
         Buffers:    60 MB / 16376 MB
          Cached:   984 MB / 16376 MB
            Free: 13901 MB / 16376 MB
            Swap:     0 MB /   524 MB


  >>>>>>>>>> Graphics <<<<<<<<<<

	***** Card 0 *****
          Vendor: AMD (amdgpu driver)
           Model: Ellesmere [Radeon RX 470/480]
     Temperature: 35.00°C

cpu-x-2.2.1 error when finding CPU technology, CPU voltage, core temperature

lara@Amora: ~ :) sudo env LANG=C cpu-x -vd
Setting locale done
Setting label pointers
Setting label names
Reading value BogoMIPS
Filling labels (libsystem step)
Filling labels (libprocps step)
Filling labels (libcpuid step)
Finding CPU technology
CPU-X:core.c:406: error when finding CPU technology
Finding CPU core voltage
CPU-X:core.c:314: error when finding CPU core voltage
Finding CPU core temperature
CPU-X:core.c:340: error when finding CPU core temperature
Removing unnecessary spaces in label Specification
Improving CPU Vendor label
Finding CPU instructions
Filling labels (libbandwidth step)
CPU-X:main.c:113: bandwidth failed
Filling labels (libdmi step)
dmidecode (embedded version for CPU-X): version 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0039, DMI type 4, 42 bytes


dmidecode (embedded version for CPU-X): version 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0000, DMI type 0, 24 bytes
Handle 0x0002, DMI type 2, 15 bytes


dmidecode (embedded version for CPU-X): version 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0025, DMI type 17, 34 bytes
Handle 0x0027, DMI type 17, 34 bytes
Handle 0x0029, DMI type 17, 34 bytes
Handle 0x002B, DMI type 17, 34 bytes


Filling labels (libpci step)
Finding GPU temperature
Getting CPU frequency
Estimating CPU multipliers
Replace undefined label by empty string
Dumping data...
 ***** CPU *****

    *** Processor ***
      Vendor: AMD
   Code Name: Richland X4
     Package: P0
  Technology:
     Voltage:
Specification: AMD A8-6600K APU with Radeon(tm) HD Graphics
      Family: 15
 Ext. Family: 21
       Model: 3
  Ext. Model: 19
       Temp.:
    Stepping: 1
Instructions: MMX(+), SSE (1, 2, 3S, 4.1, 4A), AVX, AMD-V, AMD64

    *** Clocks ***
  Core Speed: 4200 MHz
  Multiplier: x 42 (19-42)
   Bus Speed: 100 MHz
    BogoMIPS: 8384.59

    *** Cache ***
     L1 Data: 4 x   16 KB,  4-way
    L1 Inst.: 4 x   64 KB,  4-way
     Level 2: 4 x 2048 KB, 16-way
     Level 3:

    ***  ***
   Socket(s): 1
     Core(s): 4
   Thread(s): 4


 ***** Caches *****
    *** L1 Cache ***
        Size: 4 x   64 KB
  Descriptor:  4-way set associative, 64-byte line size
       Speed: 80970.09 MB/s

    *** L2 Cache ***
        Size: 4 x 2048 KB
  Descriptor: 16-way set associative, 64-byte line size
       Speed: 34605.04 MB/s

    *** L3 Cache ***
        Size:
  Descriptor:
       Speed:

 ***** Motherboard *****

    *** Motherboard ***
Manufacturer: Gigabyte Technology Co., Ltd.
       Model: F2A78M-D3H
    Revision: x.x

    *** BIOS ***
       Brand: American Megatrends Inc.
     Version: F5e
        Date: 05/07/2015
    ROM Size:  64 kB / 8192 kB

    *** Chipset ***
      Vendor: Advanced Micro Devices, Inc. [AMD]
       Model: FCH LPC Bridge


 ***** RAM *****

    *** Banks ***
 Bank 0 Ref.: Undefined          SH564568FH8N0
 Bank 0 Type: 2048 MB @ 1333MHz (DIMM DDR3)
 Bank 1 Ref.: Undefined          SH564568FH8N0
 Bank 1 Type: 2048 MB @ 1333MHz (DIMM DDR3)
 Bank 2 Ref.: Undefined          SH564568FH8N0
 Bank 2 Type: 2048 MB @ 1333MHz (DIMM DDR3)
 Bank 3 Ref.: Undefined          SH564568FH8N0
 Bank 3 Type: 2048 MB @ 1333MHz (DIMM DDR3)


 ***** System *****

    *** Operating System ***
      Kernel: Linux 4.3.0-gentoo-lqx
Distribution: Gentoo/Linux
    Hostname: Amora
      Uptime: 0 days,  2 hours, 32 minutes, 29 seconds
    Compiler: gcc (Gentoo 4.9.3 p1.1, pie-0.6.2) 4.9.3

    *** Memory ***
        Used:  1375 MB /  7680 MB
     Buffers:   820 MB /  7680 MB
      Cached:  2029 MB /  7680 MB
        Free:  3455 MB /  7680 MB
        Swap:     0 MB / 14314 MB


 ***** Graphics *****

    *** Card 0 ***
      Vendor: AMD (fglrx_pci driver)
       Model: Richland [Radeon HD 8570D]
 Temperature: 7.00°C
Freeing memory

Same with last git (c974627)

Error when compiled without GTK flag

The program is making the -g option default even if it's compiled without gtk support.

(cpu-x:4960): Gtk-CRITICAL **: gtk_builder_add_from_file: assertion 'filename != NULL' failed

(cpu-x:4960): Gtk-CRITICAL **: gtk_builder_add_from_file: assertion 'filename != NULL' failed
CPU-X:gui_gtk.c:64: Import UI in GtkBuilder failed: No such file or directory

In my opinion, when compiled without support for gtk or ncurses, the corresponding option should not be available from the command line.

Segmentation error 11

Hi
I'm using a debian testing

========================= Backtrace =========================
#1 /lib/x86_64-linux-gnu/libc.so.6(+0x33220) [0x7f65999be220]
#2 cpu-x(fill_labels+0x1715) [0x40f565]
#3 cpu-x(main+0x14c0) [0x409740]
#4 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f65999ab700]
#5 cpu-x() [0x409c9f]
======================== End Backtrace =======================

Cpu tab blank

I'm testing cpu-x with an AMD A8-6600k, and the cpu tab is entire blank.

Here is the output of dmidecode -t processor:

# dmidecode 2.12
# SMBIOS entry point at 0x000f04c0
SMBIOS 2.7 present.

Handle 0x0039, DMI type 4, 42 bytes
Processor Information
    Socket Designation: P0
    Type: Central Processor
    Family: A-Series
    Manufacturer: AuthenticAMD
    ID: 31 0F 61 00 FF FB 8B 17
    Signature: Family 21, Model 19, Stepping 1
    Flags:
        FPU (Floating-point unit on-chip)
        VME (Virtual mode extension)
        DE (Debugging extension)
        PSE (Page size extension)
        TSC (Time stamp counter)
        MSR (Model specific registers)
        PAE (Physical address extension)
        MCE (Machine check exception)
        CX8 (CMPXCHG8 instruction supported)
        APIC (On-chip APIC hardware supported)
        SEP (Fast system call)
        MTRR (Memory type range registers)
        PGE (Page global enable)
        MCA (Machine check architecture)
        CMOV (Conditional move instruction supported)
        PAT (Page attribute table)
        PSE-36 (36-bit page size extension)
        CLFSH (CLFLUSH instruction supported)
        MMX (MMX technology supported)
        FXSR (FXSAVE and FXSTOR instructions supported)
        SSE (Streaming SIMD extensions)
        SSE2 (Streaming SIMD extensions 2)
        HTT (Multi-threading)
    Version: AMD A8-6600K APU with Radeon(tm) HD Graphics   
    Voltage: 1.3 V
    External Clock: 100 MHz
    Max Speed: 4300 MHz
    Current Speed: 4300 MHz
    Status: Populated, Enabled
    Upgrade: Socket FM2
    L1 Cache Handle: 0x002F
    L2 Cache Handle: 0x0030
    L3 Cache Handle: Not Provided
    Serial Number: Not Specified
    Asset Tag: Not Specified
    Part Number: Not Specified
    Core Count: 4
    Core Enabled: 4
    Thread Count: 4
    Characteristics:
        64-bit capable

Wrong Codename and Temp (AMD System)

Using a Trinity APU and CPU-X detects it as Bulldozer:

  ││+-Processor----------------------------------------------------+││
  ││|       Vendor: AMD                                            |││
  ││|    Code Name: Bulldozer X2                                   |││
  ││|      Package: CPUSocket                                      |││
  ││|   Technology: 28 nm      Voltage:                            |││
  ││|Specification: AMD A10-5800K APU with Radeon(tm) HD Graphics  |││
  ││|       Family: 15         Model:  0     Temp.:                |││
  ││|  Ext. Family: 21    Ext. Model: 16  Stepping: 1              |││
  ││| Instructions: MMX(+), SSE (1, 2, 3S, 4.1, 4A), AVX, AMD-V, AMD6│
  │4+--------------------------------------------------------------+││
  ││+-Clocks----------------++-Cache-------------------------------+││
  ││|   Core Speed: 4591 MHz||   L1 Data:  4 x   16 KB,  4-way     |││
  ││|   Multiplier: x 45.91 ||  L1 Inst.:  4 x   64 KB,  4-way     |││
  ││|    Bus Speed: 100 MHz ||   Level 2:  4 x 2048 KB, 16-way     |││
  ││|     BogoMIPS: 9186.58 ||   Level 3:                          |││
  ││+-----------------------++-------------------------------------+││
  ││+--------------------------------------------------------------+││
  ││|  Socket(s):  1      Core(s):  4     Thread(s):  4            |││
  ││+--------------------------------------------------------------+││

The other thing is the GPU Temp was able to show but not moving from 3*C

Using git version with Arch Linux distribution

Segfault on startup on Fedora 23

Got the latest version from http://download.opensuse.org/repositories/home:/X0rg/Fedora_23/x86_64/

I'm running under X.org (not Wayland) with GNOME.

(gdb) run
Starting program: /usr/bin/cpu-x 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
warning: the debug information found in "/usr/lib/debug//lib64/libwayland-egl.so.1.0.0.debug" does not match "/lib64/libwayland-egl.so.1" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//usr/lib64/libwayland-egl.so.1.0.0.debug" does not match "/lib64/libwayland-egl.so.1" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//lib64/libEGL.so.1.0.0.debug" does not match "/lib64/libEGL.so.1" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//usr/lib64/libEGL.so.1.0.0.debug" does not match "/lib64/libEGL.so.1" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//lib64/libGL.so.1.2.0.debug" does not match "/lib64/libGL.so.1" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//usr/lib64/libGL.so.1.2.0.debug" does not match "/lib64/libGL.so.1" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//lib64/libatspi.so.0.0.1.debug" does not match "/lib64/libatspi.so.0" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//usr/lib64/libatspi.so.0.0.1.debug" does not match "/lib64/libatspi.so.0" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//lib64/libgbm.so.1.0.0.debug" does not match "/lib64/libgbm.so.1" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//usr/lib64/libgbm.so.1.0.0.debug" does not match "/lib64/libgbm.so.1" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//lib64/libglapi.so.0.0.0.debug" does not match "/lib64/libglapi.so.0" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//usr/lib64/libglapi.so.0.0.0.debug" does not match "/lib64/libglapi.so.0" (CRC mismatch).

Detaching after fork from child process 24210.
Detaching after fork from child process 24211.

Program received signal SIGSEGV, Segmentation fault.

__GI_____strtol_l_internal (nptr=0x0, endptr=0x0, base=10, group=<optimized out>, loc=0x7ffff4b44440 <_nl_global_locale>) at ../stdlib/strtol_l.c:297
297   while (ISSPACE (*s))

(gdb) bt full
#0  0x00007ffff47c2a74 in __GI_____strtol_l_internal (nptr=0x0, endptr=0x0, base=10, group=<optimized out>, loc=0x7ffff4b44440 <_nl_global_locale>) at ../stdlib/strtol_l.c:297
        negative = <optimized out>
        cutoff = <optimized out>
        cutlim = <optimized out>
        i = <optimized out>
        s = 0x0
        c = <optimized out>
        save = <optimized out>
        end = <optimized out>
        overflow = <optimized out>
        cnt = <optimized out>
        current = <optimized out>
        thousands = 0x0
        thousands_len = 0
        grouping = 0x0
#1  0x000000000041b788 in bandwidth ()
#2  0x0000000000405f90 in main ()

SegFault

========================= Backtrace =========================
#1 /lib/x86_64-linux-gnu/libc.so.6(+0x33250) [0x7f5ac9fb7250]
#2 cpu-x(fill_labels+0x1715) [0x40f565]
#3 cpu-x(main+0x14c0) [0x409740]
#4 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f5ac9fa4730]
#5 cpu-x() [0x409c9f]
======================== End Backtrace =======================

v3.1.2. Segmentation fault on Fedora 24

  • Operating system name and version: Fedora 24 x86_64 kernel 4.7.7
  • CPU-X installation type: RPM package
  • LC_ALL=C cpu-x -V command output:
CPU-X 3.1.2 (up-to-date)
Copyright © 2014-2016 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GPLv3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Oct 23 2016, 12:21:06 (with GNU 6.1.1 20160510 (Red Hat 6.1.1-2) on linux64).
-- GTK       version: 3.20.6
-- NCURSES   version: 6.0.20160116
-- LIBCURL   version: 7.47.1
-- LIBCPUID  version: 0.4.0
-- LIBPCI    version: 3.4.1
-- LIBPROCPS version: 3.3.10
-- DMIDECODE version: 3.0.20160907
-- BANDWIDTH version: 1.3.1
  • LC_ALL=C cpu-x -ovd command output (as root):
Setting label names
Calling dmidecode
Calling libcpuid for retrieving static data
Finding CPU technology
Calling libcpuid for retrieving CPU MSR static values
Finding devices
Finding graphic card driver

Oops, something was wrong! CPU-X has received signal 11 (Segmentation fault) and has crashed.
========================= Backtrace =========================
CPU-X 3.1.2 (GNU, linux64)
#1 /lib64/libc.so.6(+0x34770) [0x7f91893f2770
#2 cpu-x(fill_labels+0xa46) [0x40ebf6
#3 cpu-x(main+0x1b7e) [0x4094ee
#4 /lib64/libc.so.6(__libc_start_main+0xf1) [0x7f91893de731
#5 cpu-x(_start+0x29) [0x409769
======================== End Backtrace =======================

You can paste this backtrace by opening a new issue here:
https://github.com/X0rg/CPU-X/issues/new

Segmentation fault (core dumped)

Error finding CPU core voltage

When running CPU-X 2.2.2 Portable (linux64) on Ubuntu 16.04 x64, it fails to read the CPU voltage:

CPU-X:core.c:314: error when finding CPU core voltage
CPU-X:core.c:509: failed to open file '/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq': No such file or directory

CPU-X:core.c:523: failed to open file '/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq': No such file or directory

This is running on an Intel i7 930. The error is applicable to both the GTK and Non-GTK versions.

Your CPU does not belong in database ==> AMD A10-7870K Radeon R7, 12 Compute Cores 4C+8G, model: 8, ext. model: 56, ext. family: 21

OS: GENTOO Linux kernel 4.7.5
CPU: AMD A10-7870K
GPU driver: AMDGPU-PRO-16.30.3.315407
CPU-X built from source.

CPU-X 3.1.2 (up-to-date)
Copyright © 2014-2016 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GPLv3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Oct 23 2016, 17:54:31 (with GNU 5.3.0 on linux64).
-- GTK       version: 3.18.9
-- NCURSES   version: 6.0.20150808
-- LIBCURL   version: 7.50.2
-- LIBCPUID  version: 0.4.0
-- LIBPCI    version: 3.5.2
-- LIBPROCPS version: 3.3.12
-- DMIDECODE version: 3.0.20160907
-- BANDWIDTH version: 1.3.1
Setting label names
Calling dmidecode
Calling libcpuid for retrieving static data
Finding CPU technology
Your CPU does not belong in database ==> AMD A10-7870K Radeon R7, 12 Compute Cores 4C+8G, model: 8, ext. model: 56, ext. family: 21
*** buffer overflow detected ***: cpu-x terminated
======= Backtrace: =========
/lib64/libc.so.6(+0x6ecbb)[0x7efcc2161cbb]
/lib64/libc.so.6(__fortify_fail+0x37)[0x7efcc21e8617]
/lib64/libc.so.6(+0xf36f0)[0x7efcc21e66f0]
/lib64/libc.so.6(__strcat_chk+0x5c)[0x7efcc21e594c]
cpu-x[0x40ca40]
cpu-x(fill_labels+0x15d)[0x40d15d]
cpu-x(main+0x1839)[0x409509]
/lib64/libc.so.6(__libc_start_main+0xf0)[0x7efcc21136f0]
cpu-x(_start+0x29)[0x409799]
======= Memory map: ========
00400000-00433000 r-xp 00000000 08:02 9197185                            /usr/bin/cpu-x
00632000-00633000 r-xp 00032000 08:02 9197185                            /usr/bin/cpu-x
00633000-00638000 rwxp 00033000 08:02 9197185                            /usr/bin/cpu-x
00638000-00639000 rwxp 00000000 00:00 0 
020e2000-02114000 rwxp 00000000 00:00 0                                  [heap]
7efcba3cb000-7efcba3de000 r-xp 00000000 08:02 9181807                    /usr/lib64/libbsd.so.0.8.3
7efcba3de000-7efcba5dd000 ---p 00013000 08:02 9181807                    /usr/lib64/libbsd.so.0.8.3
7efcba5dd000-7efcba5de000 r-xp 00012000 08:02 9181807                    /usr/lib64/libbsd.so.0.8.3
7efcba5de000-7efcba5df000 rwxp 00013000 08:02 9181807                    /usr/lib64/libbsd.so.0.8.3
7efcba5df000-7efcba5e0000 rwxp 00000000 00:00 0 
7efcba5e3000-7efcba5f8000 r-xp 00000000 08:02 134682                     /usr/lib64/gcc/x86_64-pc-linux-gnu/5.3.0/libgcc_s.so.1
7efcba5f8000-7efcba7f7000 ---p 00015000 08:02 134682                     /usr/lib64/gcc/x86_64-pc-linux-gnu/5.3.0/libgcc_s.so.1
7efcba7f7000-7efcba7f8000 r-xp 00014000 08:02 134682                     /usr/lib64/gcc/x86_64-pc-linux-gnu/5.3.0/libgcc_s.so.1
7efcba7f8000-7efcba7f9000 rwxp 00015000 08:02 134682                     /usr/lib64/gcc/x86_64-pc-linux-gnu/5.3.0/libgcc_s.so.1
7efcba7fb000-7efcba825000 r-xp 00000000 08:02 9183741                    /usr/lib64/libgraphite2.so.3.0.1
7efcba825000-7efcbaa24000 ---p 0002a000 08:02 9183741                    /usr/lib64/libgraphite2.so.3.0.1
7efcbaa24000-7efcbaa26000 r-xp 00029000 08:02 9183741                    /usr/lib64/libgraphite2.so.3.0.1
7efcbaa26000-7efcbaa27000 rwxp 0002b000 08:02 9183741                    /usr/lib64/libgraphite2.so.3.0.1
7efcbaa2b000-7efcbaa2f000 r-xp 00000000 08:02 10223743                   /lib64/libcap.so.2.25
7efcbaa2f000-7efcbac2f000 ---p 00004000 08:02 10223743                   /lib64/libcap.so.2.25
7efcbac2f000-7efcbac30000 r-xp 00004000 08:02 10223743                   /lib64/libcap.so.2.25
7efcbac30000-7efcbac31000 rwxp 00005000 08:02 10223743                   /lib64/libcap.so.2.25
7efcbac33000-7efcbac38000 r-xp 00000000 08:02 9183109                    /usr/lib64/libxcb-sync.so.1.0.0
7efcbac38000-7efcbae38000 ---p 00005000 08:02 9183109                    /usr/lib64/libxcb-sync.so.1.0.0
7efcbae38000-7efcbae39000 r-xp 00005000 08:02 9183109                    /usr/lib64/libxcb-sync.so.1.0.0
7efcbae39000-7efcbae3a000 rwxp 00006000 08:02 9183109                    /usr/lib64/libxcb-sync.so.1.0.0
7efcbae3b000-7efcbae3c000 r-xp 00000000 08:02 9183687                    /usr/lib64/libxshmfence.so.1.0.0
7efcbae3c000-7efcbb03b000 ---p 00001000 08:02 9183687                    /usr/lib64/libxshmfence.so.1.0.0
7efcbb03b000-7efcbb03c000 r-xp 00000000 08:02 9183687                    /usr/lib64/libxshmfence.so.1.0.0
7efcbb03c000-7efcbb03d000 rwxp 00001000 08:02 9183687                    /usr/lib64/libxshmfence.so.1.0.0
7efcbb043000-7efcbb050000 r-xp 00000000 08:02 9183717                    /usr/lib64/libdrm.so.2.4.0
7efcbb050000-7efcbb250000 ---p 0000d000 08:02 9183717                    /usr/lib64/libdrm.so.2.4.0
7efcbb250000-7efcbb251000 rwxp 0000d000 08:02 9183717                    /usr/lib64/libdrm.so.2.4.0
7efcbb253000-7efcbb258000 r-xp 00000000 08:02 9183748                    /usr/lib64/libXxf86vm.so.1.0.0
7efcbb258000-7efcbb457000 ---p 00005000 08:02 9183748                    /usr/lib64/libXxf86vm.so.1.0.0
7efcbb457000-7efcbb458000 r-xp 00004000 08:02 9183748                    /usr/lib64/libXxf86vm.so.1.0.0
7efcbb458000-7efcbb459000 rwxp 00005000 08:02 9183748                    /usr/lib64/libXxf86vm.so.1.0.0
7efcbb45b000-7efcbb45e000 r-xp 00000000 08:02 9183120                    /usr/lib64/libxcb-dri2.so.0.0.0
7efcbb45e000-7efcbb65e000 ---p 00003000 08:02 9183120                    /usr/lib64/libxcb-dri2.so.0.0.0
7efcbb65e000-7efcbb65f000 r-xp 00003000 08:02 9183120                    /usr/lib64/libxcb-dri2.so.0.0.0
7efcbb65f000-7efcbb660000 rwxp 00004000 08:02 9183120                    /usr/lib64/libxcb-dri2.so.0.0.0
7efcbb663000-7efcbb665000 r-xp 00000000 08:02 9217811                    /usr/lib64/libxcb-present.so.0.0.0
7efcbb665000-7efcbb864000 ---p 00002000 08:02 9217811                    /usr/lib64/libxcb-present.so.0.0.0
7efcbb864000-7efcbb865000 r-xp 00001000 08:02 9217811                    /usr/lib64/libxcb-present.so.0.0.0
7efcbb865000-7efcbb866000 rwxp 00002000 08:02 9217811                    /usr/lib64/libxcb-present.so.0.0.0
7efcbb86b000-7efcbb86d000 r-xp 00000000 08:02 9203725                    /usr/lib64/libxcb-dri3.so.0.0.0
7efcbb86d000-7efcbba6c000 ---p 00002000 08:02 9203725                    /usr/lib64/libxcb-dri3.so.0.0.0
7efcbba6c000-7efcbba6d000 r-xp 00001000 08:02 9203725                    /usr/lib64/libxcb-dri3.so.0.0.0
7efcbba6d000-7efcbba6e000 rwxp 00002000 08:02 9203725                    /usr/lib64/libxcb-dri3.so.0.0.0
7efcbba73000-7efcbba89000 r-xp 00000000 08:02 9202448                    /usr/lib64/libxcb-glx.so.0.0.0
7efcbba89000-7efcbbc89000 ---p 00016000 08:02 9202448                    /usr/lib64/libxcb-glx.so.0.0.0
7efcbbc89000-7efcbbc8b000 r-xp 00016000 08:02 9202448                    /usr/lib64/libxcb-glx.so.0.0.0
7efcbbc8b000-7efcbbc8c000 rwxp 00018000 08:02 9202448                    /usr/lib64/libxcb-glx.so.0.0.0
7efcbbc93000-7efcbbc94000 r-xp 00000000 08:02 9183229                    /usr/lib64/libX11-xcb.so.1.0.0
7efcbbc94000-7efcbbe93000 ---p 00001000 08:02 9183229                    /usr/lib64/libX11-xcb.so.1.0.0
7efcbbe93000-7efcbbe94000 r-xp 00000000 08:02 9183229                    /usr/lib64/libX11-xcb.so.1.0.0
7efcbbe94000-7efcbbe95000 rwxp 00001000 08:02 9183229                    /usr/lib64/libX11-xcb.so.1.0.0
7efcbbe9b000-7efcbbea0000 r-xp 00000000 08:02 9180487                    /usr/lib64/libXdmcp.so.6.0.0
7efcbbea0000-7efcbc09f000 ---p 00005000 08:02 9180487                    /usr/lib64/libXdmcp.so.6.0.0
7efcbc09f000-7efcbc0a0000 r-xp 00004000 08:02 9180487                    /usr/lib64/libXdmcp.so.6.0.0
7efcbc0a0000-7efcbc0a1000 rwxp 00005000 08:02 9180487                    /usr/lib64/libXdmcp.so.6.0.0
7efcbc0a3000-7efcbc0a5000 r-xp 00000000 08:02 9180318                    /usr/lib64/libXau.so.6.0.0
7efcbc0a5000-7efcbc2a5000 ---p 00002000 08:02 9180318                    /usr/lib64/libXau.so.6.0.0
7efcbc2a5000-7efcbc2a6000 r-xp 00002000 08:02 9180318                    /usr/lib64/libXau.so.6.0.0
7efcbc2a6000-7efcbc2a7000 rwxp 00003000 08:02 9180318                    /usr/lib64/libXau.so.6.0.0
7efcbc2ab000-7efcbc489000 r-xp 00000000 08:02 134699                     /usr/lib64/gcc/x86_64-pc-linux-gnu/5.3.0/libstdc++.so.6.0.21
7efcbc489000-7efcbc688000 ---p 001de000 08:02 134699                     /usr/lib64/gcc/x86_64-pc-linux-gnu/5.3.0/libstdc++.so.6.0.21
7efcbc688000-7efcbc695000 r-xp 001dd000 08:02 134699                     /usr/lib64/gcc/x86_64-pc-linux-gnu/5.3.0/libstdc++.so.6.0.21
7efcbc695000-7efcbc699000 rwxp 001ea000 08:02 134699                     /usr/lib64/gcc/x86_64-pc-linux-gnu/5.3.0/libstdc++.so.6.0.21
7efcbc699000-7efcbc69c000 rwxp 00000000 00:00 0 
7efcbc6a3000-7efcbc6b2000 r-xp 00000000 08:02 10228799                   /lib64/libbz2.so.1.0.6
7efcbc6b2000-7efcbc8b1000 ---p 0000f000 08:02 10228799                   /lib64/libbz2.so.1.0.6
7efcbc8b1000-7efcbc8b2000 r-xp 0000e000 08:02 10228799                   /lib64/libbz2.so.1.0.6
7efcbc8b2000-7efcbc8b3000 rwxp 0000f000 08:02 10228799                   /lib64/libbz2.so.1.0.6
7efcbc8b3000-7efcbc8c6000 r-xp 00000000 08:02 10228804                   /lib64/libresolv-2.23.so
7efcbc8c6000-7efcbcac6000 ---p 00013000 08:02 10228804                   /lib64/libresolv-2.23.so
7efcbcac6000-7efcbcac7000 r-xp 00013000 08:02 10228804                   /lib64/libresolv-2.23.so
7efcbcac7000-7efcbcac8000 rwxp 00014000 08:02 10228804                   /lib64/libresolv-2.23.so
7efcbcac8000-7efcbcaca000 rwxp 00000000 00:00 0 
7efcbcacb000-7efcbcaf1000 r-xp 00000000 08:02 9176211                    /usr/lib64/libexpat.so.1.6.2
7efcbcaf1000-7efcbccf1000 ---p 00026000 08:02 9176211                    /usr/lib64/libexpat.so.1.6.2
7efcbccf1000-7efcbccf3000 r-xp 00026000 08:02 9176211                    /usr/lib64/libexpat.so.1.6.2
7efcbccf3000-7efcbccf4000 rwxp 00028000 08:02 9176211                    /usr/lib64/libexpat.so.1.6.2
7efcbccfb000-7efcbcd78000 r-xp 00000000 08:02 9184728                    /usr/lib64/libharfbuzz.so.0.10300.0
7efcbcd78000-7efcbcf78000 ---p 0007d000 08:02 9184728                    /usr/lib64/libharfbuzz.so.0.10300.0
7efcbcf78000-7efcbcf79000 r-xp 0007d000 08:02 9184728                    /usr/lib64/libharfbuzz.so.0.10300.0
7efcbcf79000-7efcbcf7a000 rwxp 0007e000 08:02 9184728                    /usr/lib64/libharfbuzz.so.0.10300.0
7efcbcf7b000-7efcbcfbd000 r-xp 00000000 08:02 9180564                    /usr/lib64/libdbus-1.so.3.14.6
7efcbcfbd000-7efcbd1bc000 ---p 00042000 08:02 9180564                    /usr/lib64/libdbus-1.so.3.14.6
7efcbd1bc000-7efcbd1bd000 r-xp 00041000 08:02 9180564                    /usr/lib64/libdbus-1.so.3.14.6
7efcbd1bd000-7efcbd1be000 rwxp 00042000 08:02 9180564                    /usr/lib64/libdbus-1.so.3.14.6
7efcbd1be000-7efcbd1bf000 rwxp 00000000 00:00 0 
7efcbd1c3000-7efcbd1ef000 r-xp 00000000 08:02 9186261                    /usr/lib64/libatspi.so.0.0.1
7efcbd1ef000-7efcbd3ee000 ---p 0002c000 08:02 9186261                    /usr/lib64/libatspi.so.0.0.1
7efcbd3ee000-7efcbd3f1000 r-xp 0002b000 08:02 9186261                    /usr/lib64/libatspi.so.0.0.1
7efcbd3f1000-7efcbd3f2000 rwxp 0002e000 08:02 9186261                    /usr/lib64/libatspi.so.0.0.1
7efcbd3f3000-7efcbd413000 r-xp 00000000 08:02 10228757                   /lib64/libudev.so.1.6.4
7efcbd413000-7efcbd612000 ---p 00020000 08:02 10228757                   /lib64/libudev.so.1.6.4
7efcbd612000-7efcbd613000 r-xp 0001f000 08:02 10228757                   /lib64/libudev.so.1.6.4
7efcbd613000-7efcbd614000 rwxp 00020000 08:02 10228757                   /lib64/libudev.so.1.6.4
7efcbd61b000-7efcbd827000 r-xp 00000000 08:02 9177942                    /usr/lib64/libcrypto.so.1.0.0
7efcbd827000-7efcbda26000 ---p 0020c000 08:02 9177942                    /usr/lib64/libcrypto.so.1.0.0
7efcbda26000-7efcbda42000 r-xp 0020b000 08:02 9177942                    /usr/lib64/libcrypto.so.1.0.0
7efcbda42000-7efcbda4e000 rwxp 00227000 08:02 9177942                    /usr/lib64/libcrypto.so.1.0.0
7efcbda4e000-7efcbda51000 rwxp 00000000 00:00 0 
7efcbda53000-7efcbdab6000 r-xp 00000000 08:02 9187614                    /usr/lib64/libssl.so.1.0.0
7efcbdab6000-7efcbdcb5000 ---p 00063000 08:02 9187614                    /usr/lib64/libssl.so.1.0.0
7efcbdcb5000-7efcbdcb9000 r-xp 00062000 08:02 9187614                    /usr/lib64/libssl.so.1.0.0
7efcbdcb9000-7efcbdcc0000 rwxp 00066000 08:02 9187614                    /usr/lib64/libssl.so.1.0.0
7efcbdcc3000-7efcbdcee000 r-xp 00000000 08:02 9181069                    /usr/lib64/libssh2.so.1.0.1
7efcbdcee000-7efcbdeee000 ---p 0002b000 08:02 9181069                    /usr/lib64/libssh2.so.1.0.1
7efcbdeee000-7efcbdeef000 r-xp 0002b000 08:02 9181069                    /usr/lib64/libssh2.so.1.0.1
7efcbdeef000-7efcbdef0000 rwxp 0002c000 08:02 9181069                    /usr/lib64/libssh2.so.1.0.1
7efcbdef3000-7efcbdf25000 r-xp 00000000 08:02 9181091                    /usr/lib64/libidn.so.11.6.16
7efcbdf25000-7efcbe125000 ---p 00032000 08:02 9181091                    /usr/lib64/libidn.so.11.6.16
7efcbe125000-7efcbe126000 r-xp 00032000 08:02 9181091                    /usr/lib64/libidn.so.11.6.16
7efcbe126000-7efcbe127000 rwxp 00033000 08:02 9181091                    /usr/lib64/libidn.so.11.6.16
7efcbe12b000-7efcbe132000 r-xp 00000000 08:02 9181827                    /usr/lib64/libffi.so.6.0.4
7efcbe132000-7efcbe331000 ---p 00007000 08:02 9181827                    /usr/lib64/libffi.so.6.0.4
7efcbe331000-7efcbe332000 r-xp 00006000 08:02 9181827                    /usr/lib64/libffi.so.6.0.4
7efcbe332000-7efcbe333000 rwxp 00007000 08:02 9181827                    /usr/lib64/libffi.so.6.0.4
7efcbe333000-7efcbe339000 r-xp 00000000 08:02 10223675                   /lib64/librt-2.23.so
7efcbe339000-7efcbe539000 ---p 00006000 08:02 10223675                   /lib64/librt-2.23.so
7efcbe539000-7efcbe53a000 r-xp 00006000 08:02 10223675                   /lib64/librt-2.23.so
7efcbe53a000-7efcbe53b000 rwxp 00007000 08:02 10223675                   /lib64/librt-2.23.so
7efcbe53b000-7efcbe5e5000 r-xp 00000000 08:02 11281097                   /usr/lib64/opengl/amdgpu-pro/lib/libGL.so.1.2
7efcbe5e5000-7efcbe7e5000 ---p 000aa000 08:02 11281097                   /usr/lib64/opengl/amdgpu-pro/lib/libGL.so.1.2
7efcbe7e5000-7efcbe7ed000 rwxp 000aa000 08:02 11281097                   /usr/lib64/opengl/amdgpu-pro/lib/libGL.so.1.2
7efcbe7ed000-7efcbe7f8000 rwxp 00000000 00:00 0 
7efcbe7fb000-7efcbe80f000 r-xp 00000000 08:02 15488743                   /lib64/libz.so.1.2.8
7efcbe80f000-7efcbea0f000 ---p 00014000 08:02 15488743                   /lib64/libz.so.1.2.8
7efcbea0f000-7efcbea10000 r-xp 00014000 08:02 15488743                   /lib64/libz.so.1.2.8
7efcbea10000-7efcbea11000 rwxp 00015000 08:02 15488743                   /lib64/libz.so.1.2.8
7efcbea13000-7efcbea1c000 r-xp 00000000 08:02 9183697                    /usr/lib64/libXrender.so.1.3.0
7efcbea1c000-7efcbec1b000 ---p 00009000 08:02 9183697                    /usr/lib64/libXrender.so.1.3.0
7efcbec1b000-7efcbec1c000 r-xp 00008000 08:02 9183697                    /usr/lib64/libXrender.so.1.3.0
7efcbec1c000-7efcbec1d000 rwxp 00009000 08:02 9183697                    /usr/lib64/libXrender.so.1.3.0
7efcbec23000-7efcbec47000 r-xp 00000000 08:02 9183091                    /usr/lib64/libxcb.so.1.1.0
7efcbec47000-7efcbee46000 ---p 00024000 08:02 9183091                    /usr/lib64/libxcb.so.1.1.0
7efcbee46000-7efcbee47000 r-xp 00023000 08:02 9183091                    /usr/lib64/libxcb.so.1.1.0
7efcbee47000-7efcbee48000 rwxp 00024000 08:02 9183091                    /usr/lib64/libxcb.so.1.1.0
7efcbee4b000-7efcbee57000 r-xp 00000000 08:02 9217812                    /usr/lib64/libxcb-render.so.0.0.0
7efcbee57000-7efcbf056000 ---p 0000c000 08:02 9217812                    /usr/lib64/libxcb-render.so.0.0.0
7efcbf056000-7efcbf057000 r-xp 0000b000 08:02 9217812                    /usr/lib64/libxcb-render.so.0.0.0
7efcbf057000-7efcbf058000 rwxp 0000c000 08:02 9217812                    /usr/lib64/libxcb-render.so.0.0.0
7efcbf05b000-7efcbf05d000 r-xp 00000000 08:02 9183118                    /usr/lib64/libxcb-shm.so.0.0.0
7efcbf05d000-7efcbf25c000 ---p 00002000 08:02 9183118                    /usr/lib64/libxcb-shm.so.0.0.0
7efcbf25c000-7efcbf25d000 r-xp 00001000 08:02 9183118                    /usr/lib64/libxcb-shm.so.0.0.0
7efcbf25d000-7efcbf25e000 rwxp 00002000 08:02 9183118                    /usr/lib64/libxcb-shm.so.0.0.0
7efcbf263000-7efcbf296000 r-xp 00000000 08:02 9182289                    /usr/lib64/libpng16.so.16.25.0
7efcbf296000-7efcbf495000 ---p 00033000 08:02 9182289                    /usr/lib64/libpng16.so.16.25.0
7efcbf495000-7efcbf496000 r-xp 00032000 08:02 9182289                    /usr/lib64/libpng16.so.16.25.0
7efcbf496000-7efcbf497000 rwxp 00033000 08:02 9182289                    /usr/lib64/libpng16.so.16.25.0
7efcbf49b000-7efcbf49d000 r-xp 00000000 08:02 10228801                   /lib64/libdl-2.23.so
7efcbf49d000-7efcbf69d000 ---p 00002000 08:02 10228801                   /lib64/libdl-2.23.so
7efcbf69d000-7efcbf69e000 r-xp 00002000 08:02 10228801                   /lib64/libdl-2.23.so
7efcbf69e000-7efcbf69f000 rwxp 00003000 08:02 10228801                   /lib64/libdl-2.23.so
7efcbf6a3000-7efcbf73a000 r-xp 00000000 08:02 9183674                    /usr/lib64/libpixman-1.so.0.34.0
7efcbf73a000-7efcbf939000 ---p 00097000 08:02 9183674                    /usr/lib64/libpixman-1.so.0.34.0
7efcbf939000-7efcbf941000 r-xp 00096000 08:02 9183674                    /usr/lib64/libpixman-1.so.0.34.0
7efcbf941000-7efcbf942000 rwxp 0009e000 08:02 9183674                    /usr/lib64/libpixman-1.so.0.34.0
7efcbf943000-7efcbf9fe000 r-xp 00000000 08:02 9217742                    /usr/lib64/libfreetype.so.6.12.3
7efcbf9fe000-7efcbfbfe000 ---p 000bb000 08:02 9217742                    /usr/lib64/libfreetype.so.6.12.3
7efcbfbfe000-7efcbfc06000 r-xp 000bb000 08:02 9217742                    /usr/lib64/libfreetype.so.6.12.3
7efcbfc06000-7efcbfc07000 rwxp 000c3000 08:02 9217742                    /usr/lib64/libfreetype.so.6.12.3
7efcbfc0b000-7efcbfc1c000 r-xp 00000000 08:02 9183236                    /usr/lib64/libXext.so.6.4.0
7efcbfc1c000-7efcbfe1b000 ---p 00011000 08:02 9183236                    /usr/lib64/libXext.so.6.4.0
7efcbfe1b000-7efcbfe1c000 r-xp 00010000 08:02 9183236                    /usr/lib64/libXext.so.6.4.0
7efcbfe1c000-7efcbfe1d000 rwxp 00011000 08:02 9183236                    /usr/lib64/libXext.so.6.4.0
7efcbfe23000-7efcbfe25000 r-xp 00000000 08:02 9183769                    /usr/lib64/libXdamage.so.1.1.0
7efcbfe25000-7efcc0024000 ---p 00002000 08:02 9183769                    /usr/lib64/libXdamage.so.1.1.0
7efcc0024000-7efcc0025000 r-xp 00001000 08:02 9183769                    /usr/lib64/libXdamage.so.1.1.0
7efcc0025000-7efcc0026000 rwxp 00002000 08:02 9183769                    /usr/lib64/libXdamage.so.1.1.0
7efcc002b000-7efcc002d000 r-xp 00000000 08:02 9185003                    /usr/lib64/libXcomposite.so.1.0.0
7efcc002d000-7efcc022c000 ---p 00002000 08:02 9185003                    /usr/lib64/libXcomposite.so.1.0.0
7efcc022c000-7efcc022d000 r-xp 00001000 08:02 9185003                    /usr/lib64/libXcomposite.so.1.0.0
7efcc022d000-7efcc022e000 rwxp 00002000 08:02 9185003                    /usr/lib64/libXcomposite.so.1.0.0
7efcc0233000-7efcc023c000 r-xp 00000000 08:02 9183762                    /usr/lib64/libXcursor.so.1.0.2
7efcc023c000-7efcc043c000 ---p 00009000 08:02 9183762                    /usr/lib64/libXcursor.so.1.0.2
7efcc043c000-7efcc043d000 r-xp 00009000 08:02 9183762                    /usr/lib64/libXcursor.so.1.0.2
7efcc043d000-7efcc043e000 rwxp 0000a000 08:02 9183762                    /usr/lib64/libXcursor.so.1.0.2
7efcc0443000-7efcc044d000 r-xp 00000000 08:02 9184992                    /usr/lib64/libXrandr.so.2.2.0
7efcc044d000-7efcc064c000 ---p 0000a000 08:02 9184992                    /usr/lib64/libXrandr.so.2.2.0
7efcc064c000-7efcc064d000 r-xp 00009000 08:02 9184992                    /usr/lib64/libXrandr.so.2.2.0
7efcc064d000-7efcc064e000 rwxp 0000a000 08:02 9184992                    /usr/lib64/libXrandr.so.2.2.0
7efcc0653000-7efcc07ca000 r-xp 00000000 08:02 9182812                    /usr/lib64/libgio-2.0.so.0.4800.0
7efcc07ca000-7efcc09ca000 ---p 00177000 08:02 9182812                    /usr/lib64/libgio-2.0.so.0.4800.0
7efcc09ca000-7efcc09ce000 r-xp 00177000 08:02 9182812                    /usr/lib64/libgio-2.0.so.0.4800.0
7efcc09ce000-7efcc09d0000 rwxp 0017b000 08:02 9182812                    /usr/lib64/libgio-2.0.so.0.4800.0
7efcc09d0000-7efcc09d2000 rwxp 00000000 00:00 0 
7efcc09d3000-7efcc0a10000 r-xp 00000000 08:02 9183829                    /usr/lib64/libfontconfig.so.1.9.2
7efcc0a10000-7efcc0c0f000 ---p 0003d000 08:02 9183829                    /usr/lib64/libfontconfig.so.1.9.2
7efcc0c0f000-7efcc0c11000 r-xp 0003c000 08:02 9183829                    /usr/lib64/libfontconfig.so.1.9.2
7efcc0c11000-7efcc0c16000 rwxp 0003e000 08:02 9183829                    /usr/lib64/libfontconfig.so.1.9.2
7efcc0c1b000-7efcc0c2f000 r-xp 00000000 08:02 9195366                    /usr/lib64/libpangoft2-1.0.so.0.4000.1
7efcc0c2f000-7efcc0e2e000 ---p 00014000 08:02 9195366                    /usr/lib64/libpangoft2-1.0.so.0.4000.1
7efcc0e2e000-7efcc0e2f000 r-xp 00013000 08:02 9195366                    /usr/lib64/libpangoft2-1.0.so.0.4000.1
7efcc0e2f000-7efcc0e30000 rwxp 00014000 08:02 9195366                    /usr/lib64/libpangoft2-1.0.so.0.4000.1
7efcc0e33000-7efcc0f17000 r-xp 00000000 08:02 9186053                    /usr/lib64/libepoxy.so.0.0.0
7efcc0f17000-7efcc1116000 ---p 000e4000 08:02 9186053                    /usr/lib64/libepoxy.so.0.0.0
7efcc1116000-7efcc111d000 r-xp 000e3000 08:02 9186053                    /usr/lib64/libepoxy.so.0.0.0
7efcc111d000-7efcc1124000 rwxp 000ea000 08:02 9186053                    /usr/lib64/libepoxy.so.0.0.0
7efcc112b000-7efcc1157000 r-xp 00000000 08:02 9185078                    /usr/lib64/libatk-bridge-2.0.so.0.0.0
7efcc1157000-7efcc1356000 ---p 0002c000 08:02 9185078                    /usr/lib64/libatk-bridge-2.0.so.0.0.0
7efcc1356000-7efcc1357000 r-xp 0002b000 08:02 9185078                    /usr/lib64/libatk-bridge-2.0.so.0.0.0
7efcc1357000-7efcc1359000 rwxp 0002c000 08:02 9185078                    /usr/lib64/libatk-bridge-2.0.so.0.0.0
7efcc135b000-7efcc137d000 r-xp 00000000 08:02 9185071                    /usr/lib64/libatk-1.0.so.0.22009.1
7efcc137d000-7efcc157d000 ---p 00022000 08:02 9185071                    /usr/lib64/libatk-1.0.so.0.22009.1
7efcc157d000-7efcc1580000 r-xp 00022000 08:02 9185071                    /usr/lib64/libatk-1.0.so.0.22009.1
7efcc1580000-7efcc1581000 rwxp 00025000 08:02 9185071                    /usr/lib64/libatk-1.0.so.0.22009.1
7efcc1583000-7efcc1589000 r-xp 00000000 08:02 9184696                    /usr/lib64/libcairo-gobject.so.2.11400.6
7efcc1589000-7efcc1789000 ---p 00006000 08:02 9184696                    /usr/lib64/libcairo-gobject.so.2.11400.6
7efcc1789000-7efcc178b000 r-xp 00006000 08:02 9184696                    /usr/lib64/libcairo-gobject.so.2.11400.6
7efcc178b000-7efcc178c000 rwxp 00008000 08:02 9184696                    /usr/lib64/libcairo-gobject.so.2.11400.6
7efcc1793000-7efcc1798000 r-xp 00000000 08:02 9183727                    /usr/lib64/libXfixes.so.3.1.0
7efcc1798000-7efcc1997000 ---p 00005000 08:02 9183727                    /usr/lib64/libXfixes.so.3.1.0
7efcc1997000-7efcc1998000 r-xp 00004000 08:02 9183727                    /usr/lib64/libXfixes.so.3.1.0
7efcc1998000-7efcc1999000 rwxp 00005000 08:02 9183727                    /usr/lib64/libXfixes.so.3.1.0
7efcc199b000-7efcc19aa000 r-xp 00000000 08:02 9185082                    /usr/lib64/libXi.so.6.1.0
7efcc19aa000-7efcc1ba9000 ---p 0000f000 08:02 9185082                    /usr/lib64/libXi.so.6.1.0
7efcc1ba9000-7efcc1baa000 r-xp 0000e000 08:02 9185082                    /usr/lib64/libXi.so.6.1.0
7efcc1baa000-7efcc1bab000 rwxp 0000f000 08:02 9185082                    /usr/lib64/libXi.so.6.1.0
7efcc1bab000-7efcc1cdf000 r-xp 00000000 08:02 9223249                    /usr/lib64/libX11.so.6.3.0
7efcc1cdf000-7efcc1edf000 ---p 00134000 08:02 9223249                    /usr/lib64/libX11.so.6.3.0
7efcc1edf000-7efcc1ee0000 r-xp 00134000 08:02 9223249                    /usr/lib64/libX11.so.6.3.0
7efcc1ee0000-7efcc1ee5000 rwxp 00135000 08:02 9223249                    /usr/lib64/libX11.so.6.3.0
7efcc1eeb000-7efcc1eee000 r-xp 00000000 08:02 9182809                    /usr/lib64/libgmodule-2.0.so.0.4800.0
7efcc1eee000-7efcc20ed000 ---p 00003000 08:02 9182809                    /usr/lib64/libgmodule-2.0.so.0.4800.0
7efcc20ed000-7efcc20ee000 r-xp 00002000 08:02 9182809                    /usr/lib64/libgmodule-2.0.so.0.4800.0
7efcc20ee000-7efcc20ef000 rwxp 00003000 08:02 9182809                    /usr/lib64/libgmodule-2.0.so.0.4800.0
7efcc20f3000-7efcc2280000 r-xp 00000000 08:02 10228815                   /lib64/libc-2.23.so
7efcc2280000-7efcc247f000 ---p 0018d000 08:02 10228815                   /lib64/libc-2.23.so
7efcc247f000-7efcc2483000 r-xp 0018c000 08:02 10228815                   /lib64/libc-2.23.so
7efcc2483000-7efcc2485000 rwxp 00190000 08:02 10228815                   /lib64/libc-2.23.so
7efcc2485000-7efcc2489000 rwxp 00000000 00:00 0 
7efcc248b000-7efcc249a000 r-xp 00000000 08:02 10228878                   /lib64/libprocps.so.6.0.0
7efcc249a000-7efcc269a000 ---p 0000f000 08:02 10228878                   /lib64/libprocps.so.6.0.0
7efcc269a000-7efcc269c000 r-xp 0000f000 08:02 10228878                   /lib64/libprocps.so.6.0.0
7efcc269c000-7efcc269d000 rwxp 00011000 08:02 10228878                   /lib64/libprocps.so.6.0.0
7efcc269d000-7efcc26b0000 rwxp 00000000 00:00 0 
7efcc26b3000-7efcc26be000 r-xp 00000000 08:02 9223251                    /usr/lib64/libpci.so.3.5.2
7efcc26be000-7efcc28bd000 ---p 0000b000 08:02 9223251                    /usr/lib64/libpci.so.3.5.2
7efcc28bd000-7efcc28be000 r-xp 0000a000 08:02 9223251                    /usr/lib64/libpci.so.3.5.2
7efcc28be000-7efcc28bf000 rwxp 0000b000 08:02 9223251                    /usr/lib64/libpci.so.3.5.2
7efcc28c3000-7efcc28d4000 r-xp 00000000 08:02 9197177                    /usr/lib64/libcpuid.so.14.0.0
7efcc28d4000-7efcc2ad4000 ---p 00011000 08:02 9197177                    /usr/lib64/libcpuid.so.14.0.0
7efcc2ad4000-7efcc2ad5000 r-xp 00011000 08:02 9197177                    /usr/lib64/libcpuid.so.14.0.0
7efcc2ad5000-7efcc2ad6000 rwxp 00012000 08:02 9197177                    /usr/lib64/libcpuid.so.14.0.0
7efcc2adb000-7efcc2b42000 r-xp 00000000 08:02 9201156                    /usr/lib64/libcurl.so.4.4.0
7efcc2b42000-7efcc2d42000 ---p 00067000 08:02 9201156                    /usr/lib64/libcurl.so.4.4.0
7efcc2d42000-7efcc2d44000 r-xp 00067000 08:02 9201156                    /usr/lib64/libcurl.so.4.4.0
7efcc2d44000-7efcc2d45000 rwxp 00069000 08:02 9201156                    /usr/lib64/libcurl.so.4.4.0
7efcc2d4b000-7efcc2da0000 r-xp 00000000 08:02 10228726                   /lib64/libncurses.so.6.0
7efcc2da0000-7efcc2f9f000 ---p 00055000 08:02 10228726                   /lib64/libncurses.so.6.0
7efcc2f9f000-7efcc2fa3000 r-xp 00054000 08:02 10228726                   /lib64/libncurses.so.6.0
7efcc2fa3000-7efcc2fa4000 rwxp 00058000 08:02 10228726                   /lib64/libncurses.so.6.0
7efcc2fa4000-7efcc2fa5000 rwxp 00000000 00:00 0 
7efcc2fab000-7efcc30e0000 r-xp 00000000 08:02 9182808                    /usr/lib64/libglib-2.0.so.0.4800.0
7efcc30e0000-7efcc32df000 ---p 00135000 08:02 9182808                    /usr/lib64/libglib-2.0.so.0.4800.0
7efcc32df000-7efcc32e0000 r-xp 00134000 08:02 9182808                    /usr/lib64/libglib-2.0.so.0.4800.0
7efcc32e0000-7efcc32e1000 rwxp 00135000 08:02 9182808                    /usr/lib64/libglib-2.0.so.0.4800.0
7efcc32e1000-7efcc32e2000 rwxp 00000000 00:00 0 
7efcc32e3000-7efcc3334000 r-xp 00000000 08:02 9182811                    /usr/lib64/libgobject-2.0.so.0.4800.0
7efcc3334000-7efcc3533000 ---p 00051000 08:02 9182811                    /usr/lib64/libgobject-2.0.so.0.4800.0
7efcc3533000-7efcc3534000 r-xp 00050000 08:02 9182811                    /usr/lib64/libgobject-2.0.so.0.4800.0
7efcc3534000-7efcc3535000 rwxp 00051000 08:02 9182811                    /usr/lib64/libgobject-2.0.so.0.4800.0
7efcc3535000-7efcc3536000 rwxp 00000000 00:00 0 
7efcc353b000-7efcc355c000 r-xp 00000000 08:02 9183267                    /usr/lib64/libgdk_pixbuf-2.0.so.0.3200.3
7efcc355c000-7efcc375b000 ---p 00021000 08:02 9183267                    /usr/lib64/libgdk_pixbuf-2.0.so.0.3200.3
7efcc375b000-7efcc375c000 r-xp 00020000 08:02 9183267                    /usr/lib64/libgdk_pixbuf-2.0.so.0.3200.3
7efcc375c000-7efcc375d000 rwxp 00021000 08:02 9183267                    /usr/lib64/libgdk_pixbuf-2.0.so.0.3200.3
7efcc3763000-7efcc387c000 r-xp 00000000 08:02 9184695                    /usr/lib64/libcairo.so.2.11400.6
7efcc387c000-7efcc3a7b000 ---p 00119000 08:02 9184695                    /usr/lib64/libcairo.so.2.11400.6
7efcc3a7b000-7efcc3a7e000 r-xp 00118000 08:02 9184695                    /usr/lib64/libcairo.so.2.11400.6
7efcc3a7e000-7efcc3a80000 rwxp 0011b000 08:02 9184695                    /usr/lib64/libcairo.so.2.11400.6
7efcc3a80000-7efcc3a81000 rwxp 00000000 00:00 0 
7efcc3a83000-7efcc3acb000 r-xp 00000000 08:02 9195367                    /usr/lib64/libpango-1.0.so.0.4000.1
7efcc3acb000-7efcc3ccb000 ---p 00048000 08:02 9195367                    /usr/lib64/libpango-1.0.so.0.4000.1
7efcc3ccb000-7efcc3ccd000 r-xp 00048000 08:02 9195367                    /usr/lib64/libpango-1.0.so.0.4000.1
7efcc3ccd000-7efcc3cce000 rwxp 0004a000 08:02 9195367                    /usr/lib64/libpango-1.0.so.0.4000.1
7efcc3cd3000-7efcc3cdf000 r-xp 00000000 08:02 9195365                    /usr/lib64/libpangocairo-1.0.so.0.4000.1
7efcc3cdf000-7efcc3ede000 ---p 0000c000 08:02 9195365                    /usr/lib64/libpangocairo-1.0.so.0.4000.1
7efcc3ede000-7efcc3edf000 r-xp 0000b000 08:02 9195365                    /usr/lib64/libpangocairo-1.0.so.0.4000.1
7efcc3edf000-7efcc3ee0000 rwxp 0000c000 08:02 9195365                    /usr/lib64/libpangocairo-1.0.so.0.4000.1
7efcc3ee3000-7efcc3f7e000 r-xp 00000000 08:02 9186290                    /usr/lib64/libgdk-3.so.0.1800.9
7efcc3f7e000-7efcc417e000 ---p 0009b000 08:02 9186290                    /usr/lib64/libgdk-3.so.0.1800.9
7efcc417e000-7efcc4182000 r-xp 0009b000 08:02 9186290                    /usr/lib64/libgdk-3.so.0.1800.9
7efcc4182000-7efcc4184000 rwxp 0009f000 08:02 9186290                    /usr/lib64/libgdk-3.so.0.1800.9
7efcc418b000-7efcc487d000 r-xp 00000000 08:02 9186289                    /usr/lib64/libgtk-3.so.0.1800.9
7efcc487d000-7efcc4a7d000 ---p 006f2000 08:02 9186289                    /usr/lib64/libgtk-3.so.0.1800.9
7efcc4a7d000-7efcc4a87000 r-xp 006f2000 08:02 9186289                    /usr/lib64/libgtk-3.so.0.1800.9
7efcc4a87000-7efcc4a8d000 rwxp 006fc000 08:02 9186289                    /usr/lib64/libgtk-3.so.0.1800.9
7efcc4a8d000-7efcc4a92000 rwxp 00000000 00:00 0 
7efcc4a93000-7efcc4aaa000 r-xp 00000000 08:02 10228819                   /lib64/libpthread-2.23.so
7efcc4aaa000-7efcc4ca9000 ---p 00017000 08:02 10228819                   /lib64/libpthread-2.23.so
7efcc4ca9000-7efcc4caa000 r-xp 00016000 08:02 10228819                   /lib64/libpthread-2.23.so
7efcc4caa000-7efcc4cab000 rwxp 00017000 08:02 10228819                   /lib64/libpthread-2.23.so
7efcc4cab000-7efcc4caf000 rwxp 00000000 00:00 0 
7efcc4cb3000-7efcc4da7000 r-xp 00000000 08:02 10228800                   /lib64/libm-2.23.so
7efcc4da7000-7efcc4fa6000 ---p 000f4000 08:02 10228800                   /lib64/libm-2.23.so
7efcc4fa6000-7efcc4fa7000 r-xp 000f3000 08:02 10228800                   /lib64/libm-2.23.so
7efcc4fa7000-7efcc4fa8000 rwxp 000f4000 08:02 10228800                   /lib64/libm-2.23.so
7efcc4fab000-7efcc4fce000 r-xp 00000000 08:02 10228812                   /lib64/ld-2.23.so
7efcc5083000-7efcc5093000 rwxp 00000000 00:00 0 
7efcc5093000-7efcc5096000 r-xp 00000000 08:02 11281104                   /usr/lib64/opengl/amdgpu-pro/lib/libEGL.so.1
7efcc5096000-7efcc5195000 ---p 00003000 08:02 11281104                   /usr/lib64/opengl/amdgpu-pro/lib/libEGL.so.1
7efcc5195000-7efcc5196000 rwxp 00002000 08:02 11281104                   /usr/lib64/opengl/amdgpu-pro/lib/libEGL.so.1
7efcc5196000-7efcc519b000 rwxp 00000000 00:00 0 
7efcc51c6000-7efcc51cd000 rwxp 00000000 00:00 0 
7efcc51cd000-7efcc51ce000 r-xp 00022000 08:02 10228812                   /lib64/ld-2.23.so
7efcc51ce000-7efcc51cf000 rwxp 00023000 08:02 10228812                   /lib64/ld-2.23.so
7efcc51cf000-7efcc51d1000 rwxp 00000000 00:00 0 
7efcc51d1000-7efcc51d7000 rwxp 00000000 00:00 0 
7ffc6bba5000-7ffc6bbc6000 rwxp 00000000 00:00 0                          [stack]
7ffc6bc03000-7ffc6bc05000 r--p 00000000 00:00 0                          [vvar]
7ffc6bc05000-7ffc6bc07000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

Won't start on Fedora 24 on this computer

  • Operating system name and version: Fedora 24
  • CPU-X installation type: rpms from GitHub release for i686 Fedora 24
  • LC_ALL=C cpu-x -V command output:
$ sudo LC_ALL=C cpu-x -V
CPU-X 3.1.1 (up-to-date)
Copyright © 2014-2016 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GPLv3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Oct 16 2016, 18:34:10 (with GNU 6.1.1 20160510 (Red Hat 6.1.1-2) on linux32).
-- GTK       version: 3.20.6
-- NCURSES   version: 6.0.20160116
-- LIBCURL   version: 7.47.1
-- LIBCPUID  version: 0.4.0
-- LIBPCI    version: 3.4.1
-- LIBPROCPS version: 3.3.10
-- DMIDECODE version: 3.0.20160907
-- BANDWIDTH version: 1.3.1
  • LC_ALL=C cpu-x -ovd command output (as root):
$ sudo LC_ALL=C cpu-x -ovd
Setting label names
Calling dmidecode
Calling libcpuid for retrieving static data
Finding CPU technology
Finding devices
Finding graphic card driver
CPU-X:core.c:694: failed to find graphic card driver (No such file or directory)
Finding graphic card driver
Identifying running system
Finding CPU package in fallback mode
Your CPU socket does not belong in database ==> Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, codename: Kentsfield (Core 2 Quad)
Retrieving motherboard informations in fallback mode
Calling libcpuid for retrieving CPU clock
Calling libcpuid for retrieving CPU MSR values
Calculating CPU usage
Retrieving CPU temperature in fallback mode
CPU-X:core.c:1131: failed to retrieve CPU temperature (fallback mode) (No such file or directory)
Calculating CPU multipliers in fallback mode
*** Error in `cpu-x': munmap_chunk(): invalid pointer: 0x08070ae5 ***
======= Backtrace: =========
/lib/libc.so.6(+0x698ba)[0xb67398ba]
/lib/libc.so.6(cfree+0x198)[0xb6745b88]
cpu-x(free_multi+0x3d)[0x805052d]
cpu-x[0x805216c]
cpu-x(do_refresh+0x822)[0x8053802]
cpu-x(fill_labels+0x64c)[0x80542fc]
cpu-x(main+0x192c)[0x804f3bc]
/lib/libc.so.6(__libc_start_main+0xf6)[0xb66e85a6]
cpu-x[0x804f5e5]
======= Memory map: ========
08048000-08086000 r-xp 00000000 fd:00 12724317   /usr/bin/cpu-x
08086000-08087000 r-xp 0003d000 fd:00 12724317   /usr/bin/cpu-x
08087000-0808a000 rwxp 0003e000 fd:00 12724317   /usr/bin/cpu-x
08538000-0856a000 rwxp 00000000 00:00 0          [heap]
b5311000-b5317000 rwxp 00000000 00:00 0 
b5317000-b537b000 r-xp 00000000 fd:00 12718594   /usr/lib/libfreebl3.so
b537b000-b537c000 r-xp 00063000 fd:00 12718594   /usr/lib/libfreebl3.so
b537c000-b537d000 rwxp 00064000 fd:00 12718594   /usr/lib/libfreebl3.so
b537d000-b5382000 rwxp 00000000 00:00 0 
b5382000-b5386000 r-xp 00000000 fd:00 12718380   /usr/lib/libattr.so.1.1.0
b5386000-b5387000 r-xp 00003000 fd:00 12718380   /usr/lib/libattr.so.1.1.0
b5387000-b5388000 rwxp 00000000 00:00 0 
b5388000-b538e000 r-xp 00000000 fd:00 12718493   /usr/lib/libcrypt-2.23.so
b538e000-b538f000 r-xp 00005000 fd:00 12718493   /usr/lib/libcrypt-2.23.so
b538f000-b5390000 rwxp 00006000 fd:00 12718493   /usr/lib/libcrypt-2.23.so
b5390000-b53b7000 rwxp 00000000 00:00 0 
b53b7000-b53d3000 r-xp 00000000 fd:00 12718613   /usr/lib/libgcc_s-6.1.1-20160510.so.1
b53d3000-b53d4000 r-xp 0001b000 fd:00 12718613   /usr/lib/libgcc_s-6.1.1-20160510.so.1
b53d4000-b53d5000 rwxp 0001c000 fd:00 12718613   /usr/lib/libgcc_s-6.1.1-20160510.so.1
b53d5000-b53eb000 r-xp 00000000 fd:00 12718673   /usr/lib/libgpg-error.so.0.17.0
b53eb000-b53ec000 r-xp 00015000 fd:00 12718673   /usr/lib/libgpg-error.so.0.17.0
b53ec000-b53ed000 rwxp 00016000 fd:00 12718673   /usr/lib/libgpg-error.so.0.17.0
b53ed000-b53ee000 rwxp 00000000 00:00 0 
b53ee000-b549a000 r-xp 00000000 fd:00 12718619   /usr/lib/libgcrypt.so.20.0.4
b549a000-b549b000 r-xp 000ab000 fd:00 12718619   /usr/lib/libgcrypt.so.20.0.4
b549b000-b549e000 rwxp 000ac000 fd:00 12718619   /usr/lib/libgcrypt.so.20.0.4
b549e000-b54b1000 r-xp 00000000 fd:00 12718854   /usr/lib/liblz4.so.1.7.1
b54b1000-b54b2000 r-xp 00012000 fd:00 12718854   /usr/lib/liblz4.so.1.7.1
b54b2000-b54b3000 rwxp 00000000 00:00 0 
b54b3000-b54db000 r-xp 00000000 fd:00 12718855   /usr/lib/liblzma.so.5.2.2
b54db000-b54dc000 ---p 00028000 fd:00 12718855   /usr/lib/liblzma.so.5.2.2
b54dc000-b54dd000 r-xp 00028000 fd:00 12718855   /usr/lib/liblzma.so.5.2.2
b54dd000-b54de000 rwxp 00000000 00:00 0 
b54de000-b54e2000 r-xp 00000000 fd:00 12718441   /usr/lib/libcap.so.2.24
b54e2000-b54e3000 r-xp 00003000 fd:00 12718441   /usr/lib/libcap.so.2.24
b54e3000-b54e4000 rwxp 00004000 fd:00 12718441   /usr/lib/libcap.so.2.24
b54e4000-b5500000 r-xp 00000000 fd:00 12719093   /usr/lib/libsasl2.so.3.0.0
b5500000-b5501000 ---p 0001c000 fd:00 12719093   /usr/lib/libsasl2.so.3.0.0
b5501000-b5502000 r-xp 0001c000 fd:00 12719093   /usr/lib/libsasl2.so.3.0.0
b5502000-b5503000 rwxp 0001d000 fd:00 12719093   /usr/lib/libsasl2.so.3.0.0
b5503000-b5504000 rwxp 00000000 00:00 0 
b5504000-b5507000 r-xp 00000000 fd:00 12718820   /usr/lib/libkeyutils.so.1.5
b5507000-b5508000 r-xp 00002000 fd:00 12718820   /usr/lib/libkeyutils.so.1.5
b5508000-b5509000 rwxp 00000000 00:00 0 
b5509000-b5516000 r-xp 00000000 fd:00 12718826   /usr/lib/libkrb5support.so.0.1
b5516000-b5517000 r-xp 0000c000 fd:00 12718826   /usr/lib/libkrb5support.so.0.1
b5517000-b5518000 rwxp 0000d000 fd:00 12718826   /usr/lib/libkrb5support.so.0.1
b5518000-b5643000 r-xp 00000000 fd:00 12719196   /usr/lib/libunistring.so.2.0.0
b5643000-b5644000 ---p 0012b000 fd:00 12719196   /usr/lib/libunistring.so.2.0.0
b5644000-b5646000 r-xp 0012b000 fd:00 12719196   /usr/lib/libunistring.so.2.0.0
b5646000-b5647000 rwxp 0012d000 fd:00 12719196   /usr/lib/libunistring.so.2.0.0
b5647000-b5820000 r-xp 00000000 fd:00 12718494   /usr/lib/libcrypto.so.1.0.2h
b5820000-b5830000 r-xp 001d8000 fd:00 12718494   /usr/lib/libcrypto.so.1.0.2h
b5830000-b5837000 rwxp 001e8000 fd:00 12718494   /usr/lib/libcrypto.so.1.0.2h
b5837000-b583a000 rwxp 00000000 00:00 0 
b583a000-b58a0000 r-xp 00000000 fd:00 12719136   /usr/lib/libssl.so.1.0.2h
b58a0000-b58a3000 r-xp 00065000 fd:00 12719136   /usr/lib/libssl.so.1.0.2h
b58a3000-b58a7000 rwxp 00068000 fd:00 12719136   /usr/lib/libssl.so.1.0.2h
b58a7000-b58a8000 rwxp 00000000 00:00 0 
b58a8000-b58ad000 r-xp 00000000 fd:00 12718347   /usr/lib/libXxf86vm.so.1.0.0
b58ad000-b58ae000 r-xp 00004000 fd:00 12718347   /usr/lib/libXxf86vm.so.1.0.0
b58ae000-b58af000 rwxp 00005000 fd:00 12718347   /usr/lib/libXxf86vm.so.1.0.0
b58af000-b58c8000 r-xp 00000000 fd:00 12719282   /usr/lib/libxcb-glx.so.0.0.0
b58c8000-b58c9000 ---p 00019000 fd:00 12719282   /usr/lib/libxcb-glx.so.0.0.0
b58c9000-b58ca000 r-xp 00019000 fd:00 12719282   /usr/lib/libxcb-glx.so.0.0.0
b58ca000-b58cb000 rwxp 0001a000 fd:00 12719282   /usr/lib/libxcb-glx.so.0.0.0
b58cb000-b5905000 r-xp 00000000 fd:00 12718649   /usr/lib/libglapi.so.0.0.0
b5905000-b5906000 ---p 0003a000 fd:00 12718649   /usr/lib/libglapi.so.0.0.0
b5906000-b5909000 r-xp 0003a000 fd:00 12718649   /usr/lib/libglapi.so.0.0.0
b5909000-b590a000 rwxp 0003d000 fd:00 12718649   /usr/lib/libglapi.so.0.0.0
b590a000-b590c000 r-xp 00000000 fd:00 12718324   /usr/lib/libXau.so.6.0.0
b590c000-b590d000 r-xp 00001000 fd:00 12718324   /usr/lib/libXau.so.6.0.0
b590d000-b590e000 rwxp 00000000 00:00 0 
b590e000-b591d000 r-xp 00000000 fd:00 12718531   /usr/lib/libdrm.so.2.4.0
b591d000-b591e000 r-xp 0000e000 fd:00 12718531   /usr/lib/libdrm.so.2.4.0
b591e000-b5920000 rwxp 00000000 00:00 0 
b5920000-b592e000 r-xp 00000000 fd:00 12719252   /usr/lib/libwayland-server.so.0.1.0
b592e000-b592f000 ---p 0000e000 fd:00 12719252   /usr/lib/libwayland-server.so.0.1.0
b592f000-b5930000 r-xp 0000e000 fd:00 12719252   /usr/lib/libwayland-server.so.0.1.0
b5930000-b5931000 rwxp 0000f000 fd:00 12719252   /usr/lib/libwayland-server.so.0.1.0
b5931000-b593d000 r-xp 00000000 fd:00 12718610   /usr/lib/libgbm.so.1.0.0
b593d000-b593e000 r-xp 0000b000 fd:00 12718610   /usr/lib/libgbm.so.1.0.0
b593e000-b593f000 rwxp 0000c000 fd:00 12718610   /usr/lib/libgbm.so.1.0.0
b593f000-b5940000 r-xp 00000000 fd:00 12719330   /usr/lib/libxshmfence.so.1.0.0
b5940000-b5941000 r-xp 00000000 fd:00 12719330   /usr/lib/libxshmfence.so.1.0.0
b5941000-b5942000 rwxp 00000000 00:00 0 
b5942000-b5947000 r-xp 00000000 fd:00 12719295   /usr/lib/libxcb-sync.so.1.0.0
b5947000-b5948000 ---p 00005000 fd:00 12719295   /usr/lib/libxcb-sync.so.1.0.0
b5948000-b5949000 r-xp 00005000 fd:00 12719295   /usr/lib/libxcb-sync.so.1.0.0
b5949000-b594a000 rwxp 00006000 fd:00 12719295   /usr/lib/libxcb-sync.so.1.0.0
b594a000-b594d000 r-xp 00000000 fd:00 12719293   /usr/lib/libxcb-shape.so.0.0.0
b594d000-b594e000 r-xp 00002000 fd:00 12719293   /usr/lib/libxcb-shape.so.0.0.0
b594e000-b594f000 rwxp 00003000 fd:00 12719293   /usr/lib/libxcb-shape.so.0.0.0
b594f000-b5950000 rwxp 00000000 00:00 0 
b5950000-b5957000 r-xp 00000000 fd:00 12719299   /usr/lib/libxcb-xfixes.so.0.0.0
b5957000-b5958000 r-xp 00006000 fd:00 12719299   /usr/lib/libxcb-xfixes.so.0.0.0
b5958000-b5959000 rwxp 00007000 fd:00 12719299   /usr/lib/libxcb-xfixes.so.0.0.0
b5959000-b5967000 r-xp 00000000 fd:00 12719287   /usr/lib/libxcb-randr.so.0.1.0
b5967000-b5968000 r-xp 0000d000 fd:00 12719287   /usr/lib/libxcb-randr.so.0.1.0
b5968000-b5969000 rwxp 0000e000 fd:00 12719287   /usr/lib/libxcb-randr.so.0.1.0
b5969000-b596b000 r-xp 00000000 fd:00 12719286   /usr/lib/libxcb-present.so.0.0.0
b596b000-b596c000 r-xp 00001000 fd:00 12719286   /usr/lib/libxcb-present.so.0.0.0
b596c000-b596d000 rwxp 00002000 fd:00 12719286   /usr/lib/libxcb-present.so.0.0.0
b596d000-b596f000 r-xp 00000000 fd:00 12719280   /usr/lib/libxcb-dri3.so.0.0.0
b596f000-b5970000 r-xp 00001000 fd:00 12719280   /usr/lib/libxcb-dri3.so.0.0.0
b5970000-b5971000 rwxp 00002000 fd:00 12719280   /usr/lib/libxcb-dri3.so.0.0.0
b5971000-b5975000 r-xp 00000000 fd:00 12719279   /usr/lib/libxcb-dri2.so.0.0.0
b5975000-b5976000 r-xp 00003000 fd:00 12719279   /usr/lib/libxcb-dri2.so.0.0.0
b5976000-b5977000 rwxp 00004000 fd:00 12719279   /usr/lib/libxcb-dri2.so.0.0.0
b5977000-b5978000 rwxp 00000000 00:00 0 
b5978000-b5979000 r-xp 00000000 fd:00 12718321   /usr/lib/libX11-xcb.so.1.0.0
b5979000-b597a000 r-xp 00000000 fd:00 12718321   /usr/lib/libX11-xcb.so.1.0.0
b597a000-b597b000 rwxp 00000000 00:00 0 
b597b000-b598b000 r-xp 00000000 fd:00 12718427   /usr/lib/libbz2.so.1.0.6
b598b000-b598c000 r-xp 0000f000 fd:00 12718427   /usr/lib/libbz2.so.1.0.6
b598c000-b598d000 rwxp 00010000 fd:00 12718427   /usr/lib/libbz2.so.1.0.6
b598d000-b59b7000 r-xp 00000000 fd:00 12718679   /usr/lib/libgraphite2.so.3.0.1
b59b7000-b59b8000 ---p 0002a000 fd:00 12718679   /usr/lib/libgraphite2.so.3.0.1
b59b8000-b59b9000 r-xp 0002a000 fd:00 12718679   /usr/lib/libgraphite2.so.3.0.1
b59b9000-b59ba000 rwxp 00000000 00:00 0 
b59ba000-b59c1000 r-xp 00000000 fd:00 12718506   /usr/lib/libdatrie.so.1.3.2
b59c1000-b59c2000 r-xp 00006000 fd:00 12718506   /usr/lib/libdatrie.so.1.3.2
b59c2000-b59c3000 rwxp 00000000 00:00 0 
b59c3000-b59ea000 r-xp 00000000 fd:00 12718573   /usr/lib/libexpat.so.1.6.0
b59ea000-b59eb000 ---p 00027000 fd:00 12718573   /usr/lib/libexpat.so.1.6.0
b59eb000-b59ed000 r-xp 00027000 fd:00 12718573   /usr/lib/libexpat.so.1.6.0
b59ed000-b59ef000 rwxp 00000000 00:00 0 
b59ef000-b5a40000 r-xp 00000000 fd:00 12718508   /usr/lib/libdbus-1.so.3.15.1
b5a40000-b5a41000 ---p 00051000 fd:00 12718508   /usr/lib/libdbus-1.so.3.15.1
b5a41000-b5a42000 r-xp 00051000 fd:00 12718508   /usr/lib/libdbus-1.so.3.15.1
b5a42000-b5a43000 rwxp 00052000 fd:00 12718508   /usr/lib/libdbus-1.so.3.15.1
b5a43000-b5a6e000 r-xp 00000000 fd:00 12718379   /usr/lib/libatspi.so.0.0.1
b5a6e000-b5a70000 r-xp 0002a000 fd:00 12718379   /usr/lib/libatspi.so.0.0.1
b5a70000-b5a71000 rwxp 0002c000 fd:00 12718379   /usr/lib/libatspi.so.0.0.1
b5a71000-b5afb000 r-xp 00000000 fd:00 12719149   /usr/lib/libsystemd.so.0.14.0
b5afb000-b5afc000 ---p 0008a000 fd:00 12719149   /usr/lib/libsystemd.so.0.14.0
b5afc000-b5afe000 r-xp 0008a000 fd:00 12719149   /usr/lib/libsystemd.so.0.14.0
b5afe000-b5aff000 rwxp 0008c000 fd:00 12719149   /usr/lib/libsystemd.so.0.14.0
b5aff000-b5b50000 r-xp 00000000 fd:00 12718831   /usr/lib/libldap-2.4.so.2.10.7
b5b50000-b5b52000 r-xp 00050000 fd:00 12718831   /usr/lib/libldap-2.4.so.2.10.7
b5b52000-b5b53000 rwxp 00052000 fd:00 12718831   /usr/lib/libldap-2.4.so.2.10.7
b5b53000-b5b61000 r-xp 00000000 fd:00 12718829   /usr/lib/liblber-2.4.so.2.10.7
b5b61000-b5b62000 r-xp 0000d000 fd:00 12718829   /usr/lib/liblber-2.4.so.2.10.7
b5b62000-b5b63000 rwxp 0000e000 fd:00 12718829   /usr/lib/liblber-2.4.so.2.10.7
b5b63000-b5b64000 rwxp 00000000 00:00 0 
b5b64000-b5b67000 r-xp 00000000 fd:00 12718483   /usr/lib/libcom_err.so.2.1
b5b67000-b5b68000 r-xp 00002000 fd:00 12718483   /usr/lib/libcom_err.so.2.1
b5b68000-b5b69000 rwxp 00003000 fd:00 12718483   /usr/lib/libcom_err.so.2.1
b5b69000-b5b9a000 r-xp 00000000 fd:00 12718815   /usr/lib/libk5crypto.so.3.1
b5b9a000-b5b9b000 ---p 00031000 fd:00 12718815   /usr/lib/libk5crypto.so.3.1
b5b9b000-b5b9c000 r-xp 00031000 fd:00 12718815   /usr/lib/libk5crypto.so.3.1
b5b9c000-b5b9d000 rwxp 00032000 fd:00 12718815   /usr/lib/libk5crypto.so.3.1
b5b9d000-b5c6a000 r-xp 00000000 fd:00 12718825   /usr/lib/libkrb5.so.3.3
b5c6a000-b5c6b000 ---p 000cd000 fd:00 12718825   /usr/lib/libkrb5.so.3.3
b5c6b000-b5c72000 r-xp 000cd000 fd:00 12718825   /usr/lib/libkrb5.so.3.3
b5c72000-b5c73000 rwxp 000d4000 fd:00 12718825   /usr/lib/libkrb5.so.3.3
b5c73000-b5cbe000 r-xp 00000000 fd:00 12718692   /usr/lib/libgssapi_krb5.so.2.2
b5cbe000-b5cbf000 ---p 0004b000 fd:00 12718692   /usr/lib/libgssapi_krb5.so.2.2
b5cbf000-b5cc0000 r-xp 0004b000 fd:00 12718692   /usr/lib/libgssapi_krb5.so.2.2
b5cc0000-b5cc1000 rwxp 0004c000 fd:00 12718692   /usr/lib/libgssapi_krb5.so.2.2
b5cc1000-b5cfc000 r-xp 00000000 fd:00 12718930   /usr/lib/libnspr4.so
b5cfc000-b5cfd000 ---p 0003b000 fd:00 12718930   /usr/lib/libnspr4.so
b5cfd000-b5cfe000 r-xp 0003b000 fd:00 12718930   /usr/lib/libnspr4.so
b5cfe000-b5cff000 rwxp 0003c000 fd:00 12718930   /usr/lib/libnspr4.so
b5cff000-b5d02000 rwxp 00000000 00:00 0 
b5d02000-b5d06000 r-xp 00000000 fd:00 12719008   /usr/lib/libplc4.so
b5d06000-b5d07000 r-xp 00003000 fd:00 12719008   /usr/lib/libplc4.so
b5d07000-b5d08000 rwxp 00004000 fd:00 12719008   /usr/lib/libplc4.so
b5d08000-b5d0b000 r-xp 00000000 fd:00 12719009   /usr/lib/libplds4.so
b5d0b000-b5d0c000 r-xp 00002000 fd:00 12719009   /usr/lib/libplds4.so
b5d0c000-b5d0d000 rwxp 00003000 fd:00 12719009   /usr/lib/libplds4.so
b5d0d000-b5d2f000 r-xp 00000000 fd:00 12718952   /usr/lib/libnssutil3.so
b5d2f000-b5d30000 ---p 00022000 fd:00 12718952   /usr/lib/libnssutil3.so
b5d30000-b5d34000 r-xp 00022000 fd:00 12718952   /usr/lib/libnssutil3.so
b5d34000-b5d35000 rwxp 00026000 fd:00 12718952   /usr/lib/libnssutil3.so
b5d35000-b5e63000 r-xp 00000000 fd:00 12718931   /usr/lib/libnss3.so
b5e63000-b5e64000 ---p 0012e000 fd:00 12718931   /usr/lib/libnss3.so
b5e64000-b5e67000 r-xp 0012e000 fd:00 12718931   /usr/lib/libnss3.so
b5e67000-b5e69000 rwxp 00131000 fd:00 12718931   /usr/lib/libnss3.so
b5e69000-b5e8d000 r-xp 00000000 fd:00 12719113   /usr/lib/libsmime3.so
b5e8d000-b5e8f000 r-xp 00023000 fd:00 12719113   /usr/lib/libsmime3.so
b5e8f000-b5e90000 rwxp 00025000 fd:00 12719113   /usr/lib/libsmime3.so
b5e90000-b5ed7000 r-xp 00000000 fd:00 12719137   /usr/lib/libssl3.so
b5ed7000-b5ed8000 ---p 00047000 fd:00 12719137   /usr/lib/libssl3.so
b5ed8000-b5eda000 r-xp 00047000 fd:00 12719137   /usr/lib/libssl3.so
b5eda000-b5edb000 rwxp 00049000 fd:00 12719137   /usr/lib/libssl3.so
b5edb000-b5edc000 rwxp 00000000 00:00 0 
b5edc000-b5ee7000 r-xp 00000000 fd:00 12719026   /usr/lib/libpsl.so.5.0.0
b5ee7000-b5ee8000 r-xp 0000a000 fd:00 12719026   /usr/lib/libpsl.so.5.0.0
b5ee8000-b5ee9000 rwxp 00000000 00:00 0 
b5ee9000-b5f18000 r-xp 00000000 fd:00 12719135   /usr/lib/libssh2.so.1.0.1
b5f18000-b5f19000 r-xp 0002e000 fd:00 12719135   /usr/lib/libssh2.so.1.0.1
b5f19000-b5f1a000 rwxp 0002f000 fd:00 12719135   /usr/lib/libssh2.so.1.0.1
b5f1a000-b5f4b000 r-xp 00000000 fd:00 12718779   /usr/lib/libidn.so.11.6.15
b5f4b000-b5f4c000 ---p 00031000 fd:00 12718779   /usr/lib/libidn.so.11.6.15
b5f4c000-b5f4d000 r-xp 00031000 fd:00 12718779   /usr/lib/libidn.so.11.6.15
b5f4d000-b5f4e000 rwxp 00032000 fd:00 12718779   /usr/lib/libidn.so.11.6.15
b5f4e000-b5f70000 r-xp 00000000 fd:00 12718913   /usr/lib/libnghttp2.so.14.4.1
b5f70000-b5f71000 r-xp 00021000 fd:00 12718913   /usr/lib/libnghttp2.so.14.4.1
b5f71000-b5f72000 rwxp 00022000 fd:00 12718913   /usr/lib/libnghttp2.so.14.4.1
b5f72000-b5fe4000 r-xp 00000000 fd:00 12718994   /usr/lib/libpcre.so.1.2.6
b5fe4000-b5fe5000 r-xp 00071000 fd:00 12718994   /usr/lib/libpcre.so.1.2.6
b5fe5000-b5fe6000 rwxp 00072000 fd:00 12718994   /usr/lib/libpcre.so.1.2.6
b5fe6000-b5fe7000 rwxp 00000000 00:00 0 
b5fe7000-b5fed000 r-xp 00000000 fd:00 12718581   /usr/lib/libffi.so.6.0.2
b5fed000-b5fee000 ---p 00006000 fd:00 12718581   /usr/lib/libffi.so.6.0.2
b5fee000-b5fef000 r-xp 00006000 fd:00 12718581   /usr/lib/libffi.so.6.0.2
b5fef000-b5ff0000 rwxp 00007000 fd:00 12718581   /usr/lib/libffi.so.6.0.2
b5ff0000-b6007000 r-xp 00000000 fd:00 12719062   /usr/lib/libresolv-2.23.so
b6007000-b6008000 r-xp 00016000 fd:00 12719062   /usr/lib/libresolv-2.23.so
b6008000-b6009000 rwxp 00017000 fd:00 12719062   /usr/lib/libresolv-2.23.so
b6009000-b600b000 rwxp 00000000 00:00 0 
b600b000-b602f000 r-xp 00000000 fd:00 12719101   /usr/lib/libselinux.so.1
b602f000-b6030000 r-xp 00023000 fd:00 12719101   /usr/lib/libselinux.so.1
b6030000-b6031000 rwxp 00024000 fd:00 12719101   /usr/lib/libselinux.so.1
b6031000-b6032000 rwxp 00000000 00:00 0 
b6032000-b60a9000 r-xp 00000000 fd:00 12718263   /usr/lib/libGL.so.1.2.0
b60a9000-b60ab000 r-xp 00076000 fd:00 12718263   /usr/lib/libGL.so.1.2.0
b60ab000-b60ac000 rwxp 00078000 fd:00 12718263   /usr/lib/libGL.so.1.2.0
b60ac000-b60c2000 r-xp 00000000 fd:00 12719335   /usr/lib/libz.so.1.2.8
b60c2000-b60c3000 r-xp 00015000 fd:00 12719335   /usr/lib/libz.so.1.2.8
b60c3000-b60c4000 rwxp 00016000 fd:00 12719335   /usr/lib/libz.so.1.2.8
b60c4000-b60c5000 rwxp 00000000 00:00 0 
b60c5000-b60cf000 r-xp 00000000 fd:00 12718339   /usr/lib/libXrender.so.1.3.0
b60cf000-b60d0000 r-xp 00009000 fd:00 12718339   /usr/lib/libXrender.so.1.3.0
b60d0000-b60d1000 rwxp 0000a000 fd:00 12718339   /usr/lib/libXrender.so.1.3.0
b60d1000-b60f4000 r-xp 00000000 fd:00 12719307   /usr/lib/libxcb.so.1.1.0
b60f4000-b60f5000 ---p 00023000 fd:00 12719307   /usr/lib/libxcb.so.1.1.0
b60f5000-b60f6000 r-xp 00023000 fd:00 12719307   /usr/lib/libxcb.so.1.1.0
b60f6000-b60f7000 rwxp 00024000 fd:00 12719307   /usr/lib/libxcb.so.1.1.0
b60f7000-b6100000 r-xp 00000000 fd:00 12719290   /usr/lib/libxcb-render.so.0.0.0
b6100000-b6101000 r-xp 00008000 fd:00 12719290   /usr/lib/libxcb-render.so.0.0.0
b6101000-b6102000 rwxp 00009000 fd:00 12719290   /usr/lib/libxcb-render.so.0.0.0
b6102000-b6104000 r-xp 00000000 fd:00 12719294   /usr/lib/libxcb-shm.so.0.0.0
b6104000-b6105000 r-xp 00001000 fd:00 12719294   /usr/lib/libxcb-shm.so.0.0.0
b6105000-b6106000 rwxp 00002000 fd:00 12719294   /usr/lib/libxcb-shm.so.0.0.0
b6106000-b613b000 r-xp 00000000 fd:00 12719016   /usr/lib/libpng16.so.16.21.0
b613b000-b613c000 r-xp 00034000 fd:00 12719016   /usr/lib/libpng16.so.16.21.0
b613c000-b613d000 rwxp 00000000 00:00 0 
b613d000-b6140000 r-xp 00000000 fd:00 12718521   /usr/lib/libdl-2.23.so
b6140000-b6141000 r-xp 00002000 fd:00 12718521   /usr/lib/libdl-2.23.so
b6141000-b6142000 rwxp 00003000 fd:00 12718521   /usr/lib/libdl-2.23.so
b6142000-b6143000 rwxp 00000000 00:00 0 
b6143000-b6173000 r-xp 00000000 fd:00 12718260   /usr/lib/libEGL.so.1.0.0
b6173000-b6174000 ---p 00030000 fd:00 12718260   /usr/lib/libEGL.so.1.0.0
b6174000-b6175000 r-xp 00030000 fd:00 12718260   /usr/lib/libEGL.so.1.0.0
b6175000-b6176000 rwxp 00031000 fd:00 12718260   /usr/lib/libEGL.so.1.0.0
b6176000-b6220000 r-xp 00000000 fd:00 12719006   /usr/lib/libpixman-1.so.0.34.0
b6220000-b6226000 r-xp 000a9000 fd:00 12719006   /usr/lib/libpixman-1.so.0.34.0
b6226000-b6227000 rwxp 000af000 fd:00 12719006   /usr/lib/libpixman-1.so.0.34.0
b6227000-b62ce000 r-xp 00000000 fd:00 12718600   /usr/lib/libfreetype.so.6.12.3
b62ce000-b62cf000 ---p 000a7000 fd:00 12718600   /usr/lib/libfreetype.so.6.12.3
b62cf000-b62d3000 r-xp 000a7000 fd:00 12718600   /usr/lib/libfreetype.so.6.12.3
b62d3000-b62d4000 rwxp 00000000 00:00 0 Aborted

Uname output:

$ uname -a
Linux localhost.localdomain 4.5.5-300.fc24.i686+PAE #1 SMP Thu May 19 13:24:07 UTC 2016 i686 i686 i386 GNU/Linux

CPU-X gives error on CPU info

cpu -ovd info

Setting label names
Calling dmidecode
# dmidecode (built-in with CPU-X) 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.3 present.

Handle 0x0004, DMI type 4, 35 bytes
Handle 0x0008, DMI type 4, 35 bytes
# dmidecode (built-in with CPU-X) 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.3 present.

Handle 0x0000, DMI type 0, 24 bytes
Handle 0x0002, DMI type 2, 15 bytes
# dmidecode (built-in with CPU-X) 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.3 present.

Handle 0x0031, DMI type 17, 27 bytes
Handle 0x0033, DMI type 17, 27 bytes
Handle 0x0035, DMI type 17, 27 bytes
Handle 0x0037, DMI type 17, 27 bytes
Calling libcpuid for retrieving static data
Finding CPU technology
Your CPU does not belong in database ==> AMD Athlon(tm) 64 FX-60 Dual Core Processor, model: 3, ext. model: 35, ext. family: 15
Calling libcpuid for retrieving CPU clock
Calling libcpuid for retrieving CPU MSR values
Loading 'msr' kernel module
Calling libprocps
Calling bandwidth
This is bandwidth (built-in with CPU-X) version 1.1.
Copyright (C) 2005-2014 by Zack T Smith.

This software is covered by the GNU Public License.
It is provided AS-IS, use at your own risk.
See the file COPYING for more information.


Sequential read (128-bit), size = 128 B, 13202.7 MB/s
Sequential read (128-bit), size = 256 B, 19542.0 MB/s
Sequential read (128-bit), size = 384 B, 19470.6 MB/s
Sequential read (128-bit), size = 512 B, 19568.9 MB/s
Sequential read (128-bit), size = 640 B, 19601.7 MB/s
Sequential read (128-bit), size = 768 B, 19604.8 MB/s
Sequential read (128-bit), size = 896 B, 16769.2 MB/s
Sequential read (128-bit), size = 1024 B, 10131.4 MB/s
Sequential read (128-bit), size = 1280 B, 19535.7 MB/s
Sequential read (128-bit), size = 2 kB, 10967.4 MB/s
Sequential read (128-bit), size = 3 kB, 9083.0 MB/s
Sequential read (128-bit), size = 4 kB, 18837.4 MB/s
Sequential read (128-bit), size = 6 kB, 18945.0 MB/s
Sequential read (128-bit), size = 8 kB, 11381.8 MB/s
Sequential read (128-bit), size = 12 kB, 17347.8 MB/s
Sequential read (128-bit), size = 16 kB, 19379.3 MB/s
Sequential read (128-bit), size = 20 kB, 19498.5 MB/s
Sequential read (128-bit), size = 24 kB, 19498.5 MB/s
Sequential read (128-bit), size = 28 kB, 18548.9 MB/s
Sequential read (128-bit), size = 32 kB, 9774.7 MB/s
Sequential read (128-bit), size = 34 kB, 13159.7 MB/s
Sequential read (128-bit), size = 36 kB, 12987.8 MB/s
Sequential read (128-bit), size = 40 kB, 9711.5 MB/s
Sequential read (128-bit), size = 48 kB, 18772.0 MB/s
Sequential read (128-bit), size = 64 kB, 7421.2 MB/s
Sequential read (128-bit), size = 128 kB, 9879.6 MB/s
Sequential read (128-bit), size = 192 kB, 9909.7 MB/s
Sequential read (128-bit), size = 256 kB, 10004.7 MB/s
Sequential read (128-bit), size = 320 kB, 9834.9 MB/s
Sequential read (128-bit), size = 384 kB, 9981.2 MB/s
Sequential read (128-bit), size = 512 kB, 4699.0 MB/s
Sequential read (128-bit), size = 768 kB, 5824.6 MB/s
Sequential read (128-bit), size = 1 MB, 3540.4 MB/s
Finding devices
Finding graphic card driver
Finding graphic card driver
Calculating CPU usage
Identifying running system
Retrieving GPU temperature
CPU-X:core.c:867: failed to retrieve GPU temperature (Input/output error)
Updating benchmark status
Finding CPU package in fallback mode
Your CPU socket does not belong in database ==> AMD Athlon(tm) 64 FX-60 Dual Core Processor, codename: @
Retrieving CPU temperature in fallback mode
Replacing undefined labels by an empty string
Checking on Internet for a new version...
No new version available
Dumping data...
  >>>>>>>>>> CPU <<<<<<<<<<

    ***** Processor *****
          Vendor: AMD
       Code Name: @
         Package: CPU 2
      Technology: 
         Voltage: 21474836.470 V
   Specification: AMD Athlon(tm) 64 FX-60 Dual Core Processor
          Family: 15 (F)
     Ext. Family: 15 (F)
           Model: 3
      Ext. Model: 35 (23)
           Temp.: 56.00°C
        Stepping: 2
    Instructions: MMX(+), 3DNOW!(+), SSE (1, 2), AMD64

    ***** Clocks *****
      Core Speed: 2600 MHz
      Multiplier: x0.0 (21474836-21474836)
       Bus Speed: 21474836.47 MHz
           Usage:  77.32 %

    ***** Cache *****
         L1 Data: 2 x   64 KB, 
        L1 Inst.: 2 x   64 KB, 
         Level 2: 2 x 1024 KB,  2-way
         Level 3: 

    ***** * *****
       Socket(s): 1
         Core(s): 2
       Thread(s): 2


  >>>>>>>>>> Caches <<<<<<<<<<

    ***** L1 Cache *****
            Size: 2 x   64 KB, 
      Descriptor: 
           Speed: 15709.60 MB/s

    ***** L2 Cache *****
            Size: 2 x 1024 KB,  2-way
      Descriptor:  2-way set associative, 
           Speed: 7959.20 MB/s

    ***** L3 Cache *****
            Size: 
      Descriptor: 
           Speed: 


  >>>>>>>>>> Motherboard <<<<<<<<<<

    ***** Motherboard *****
    Manufacturer: MSI
           Model: MS-7220
        Revision: 100

    ***** BIOS *****
           Brand: American Megatrends Inc.
         Version: 080012 
            Date: 12/14/2005
        ROM Size:  64 kB / 512 kB

    ***** Chipset *****
          Vendor: NVIDIA Corporation
           Model: CK804 ISA Bridge


  >>>>>>>>>> Memory <<<<<<<<<<

    ***** Banks *****
     Bank 0 Ref.: Manufacturer0 PartNum0
     Bank 0 Type: 1024 MB @ 333MHz (DIMM DDR)
     Bank 1 Ref.: Manufacturer1 PartNum1
     Bank 1 Type: 1024 MB @ 333MHz (DIMM DDR)
     Bank 2 Ref.: Manufacturer2 PartNum2
     Bank 2 Type: 1024 MB @ 333MHz (DIMM DDR)
     Bank 3 Ref.: Manufacturer3 PartNum3
     Bank 3 Type: 1024 MB @ 333MHz (DIMM DDR)


  >>>>>>>>>> System <<<<<<<<<<

    ***** Operating System *****
          Kernel: Linux 4.5.7-1-ck
    Distribution: Arch Linux
        Hostname: ArchDesktop
          Uptime: 0 days, 5 hours, 4 minutes, 30 seconds
        Compiler: cc (GCC) 6.1.1 20160602

    ***** Memory *****
            Used:   523 MB /  4052 MB
         Buffers:    71 MB /  4052 MB
          Cached:  1601 MB /  4052 MB
            Free:  1855 MB /  4052 MB
            Swap:     0 MB /  4194 MB


  >>>>>>>>>> Graphics <<<<<<<<<<

    ***** Card 0 *****
          Vendor: NVIDIA (nvidia driver)
           Model: GT200 [GeForce GTX 280]
     Temperature: 

    ***** Card 1 *****
          Vendor: NVIDIA (nvidia driver)
           Model: GT200 [GeForce GTX 280]
     Temperature: 


Freeing memory

I guess CPU-X doesn't like Socket 939 CPU's because of age. Is there a way to fix this issue?

Few bugs detecting A10-5800K Trinity AMD APU

[ccxex29@love-Inori ~]$ cpu-x -V
CPU-X:main.c:935: an error occurred while running command 'curl --max-time 1 -s http://x0rg.github.io/CPU-X/version.txt'
CPU-X 3.0.0 (version  is available)
Copyright © 2014-2016 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GPLv3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Jun 19 2016, 22:08:21 (with GCC 6.1.1 20160501).
-- GTK       version: 3.20.6
-- NCURSES   version: 6.0.20150808
-- LIBCPUID  version: 0.3.0
-- LIBPCI    version: 3.5.1
-- LIBPROCPS version: 3.3.11
-- DMIDECODE version: 3.0
-- BANDWIDTH version: 1.1
[ccxex29@love-Inori ~]$ cpu-x -ovd
Root privileges are required to work properly
Some informations will not be retrievable
Setting label names
Skip call to dmidecode (need to be root)
Calling libcpuid for retrieving static data
Finding CPU technology
Calling libcpuid for retrieving CPU clock
Skip CPU MSR opening (need to be root)
Calling libprocps
Calling bandwidth
Finding devices
Finding graphic card driver
Calculating CPU usage
Identifying running system
Retrieving GPU temperature
No layout section was found in the file: '/etc/X11/xorg.conf'.
Please run 'aticonfig --initial' first or modify your configuration file manually and run aticonfig again.
aticonfig: parsing the command-line failed.
CPU-X:main.c:935: an error occurred while running command 'aticonfig --odgt | grep Sensor | awk '{ print $5 }''
CPU-X:core.c:873: failed to retrieve GPU temperature (No such file or directory)
Updating benchmark status
Finding CPU package in fallback mode
Retrieving motherboard informations in fallback mode
Retrieving CPU temperature in fallback mode
CPU-X:main.c:935: an error occurred while running command 'sensors | grep -i 'Core[[:space:]]*0' | awk -F '[+°]' '{ print $2 }''
CPU-X:core.c:1169: failed to retrieve CPU temperature (fallback mode)
Retrieving CPU voltage in fallback mode
CPU-X:main.c:935: an error occurred while running command 'sensors | grep -i 'VCore' | awk -F '[+V]' '{ print $3 }''
CPU-X:core.c:1194: failed to retrieve CPU voltage (fallback mode)
Replacing undefined labels by an empty string
Checking on Internet for a new version...
CPU-X:main.c:935: an error occurred while running command 'curl --max-time 1 -s http://x0rg.github.io/CPU-X/version.txt'
A new version of CPU-X is available!
Dumping data...
  >>>>>>>>>> CPU <<<<<<<<<<

    ***** Processor *****
          Vendor: AMD
       Code Name: Trinity X4
         Package: LGA775
      Technology: 28 nm
         Voltage: 
   Specification: AMD A10-5800K APU with Radeon(tm) HD Graphics 
          Family: 15 (F)
     Ext. Family: 21 (15)
           Model: 0
      Ext. Model: 16 (10)
           Temp.: 
        Stepping: 1
    Instructions: MMX(+), SSE (1, 2, 3S, 4.1, 4.2, 4A), AES, AVX, AMD-V, AMD64

    ***** Clocks *****
      Core Speed: 4391 MHz
      Multiplier: 
       Bus Speed: 
           Usage:   6.92 %

    ***** Cache *****
         L1 Data: 4 x   16 KB,  4-way
        L1 Inst.: 4 x   64 KB,  4-way
         Level 2: 4 x 2048 KB, 16-way
         Level 3: 

    ***** * *****
       Socket(s): 1
         Core(s): 4
       Thread(s): 4


  >>>>>>>>>> Caches <<<<<<<<<<

    ***** L1 Cache *****
            Size: 4 x   64 KB,  4-way
      Descriptor:  4-way set associative, 64-byte line size
           Speed: 85410.10 MB/s

    ***** L2 Cache *****
            Size: 4 x 2048 KB, 16-way
      Descriptor: 16-way set associative, 64-byte line size
           Speed: 38345.00 MB/s

    ***** L3 Cache *****
            Size: 
      Descriptor: 
           Speed: 


  >>>>>>>>>> Motherboard <<<<<<<<<<

    ***** Motherboard *****
    Manufacturer: ASRock
           Model: FM2A88M-HD+
        Revision:         

    ***** BIOS *****
           Brand: American Megatrends Inc.
         Version: P3.10
            Date: 05/05/2015
        ROM Size: 

    ***** Chipset *****
          Vendor: Advanced Micro Devices, Inc. [AMD]
           Model: FCH LPC Bridge


  >>>>>>>>>> Memory <<<<<<<<<<


  >>>>>>>>>> System <<<<<<<<<<
          Kernel: Linux 4.6.2-1-MANJARO
    Distribution: Manjaro Linux
        Hostname: love-Inori
          Uptime: 0 days, 9 hours, 4 minutes, 32 seconds
        Compiler: cc (GCC) 6.1.1 20160501
            Used:  4558 MB / 14339 MB
         Buffers:   394 MB / 14339 MB
          Cached:  3496 MB / 14339 MB
            Free:  5889 MB / 14339 MB
            Swap:     0 MB /  9242 MB


  >>>>>>>>>> Graphics <<<<<<<<<<
          Vendor: AMD (fglrx_pci driver)
           Model: Trinity [Radeon HD 7660D]
     Temperature: 


Freeing memory

Output Running cpu-x-git as Root

No layout section was found in the file: '/etc/X11/xorg.conf'.
Please run 'aticonfig --initial' first or modify your configuration file manually and run aticonfig again.
aticonfig: parsing the command-line failed.
CPU-X:main.c:935: an error occurred while running command 'aticonfig --odgt | grep Sensor | awk '{ print $5 }''
CPU-X:core.c:873: failed to retrieve GPU temperature (No such file or directory)
CPU-X:main.c:935: an error occurred while running command 'sensors | grep -i 'Core[[:space:]]*0' | awk -F '[+°]' '{ print $2 }''
CPU-X:core.c:1169: failed to retrieve CPU temperature (fallback mode)
CPU-X:main.c:935: an error occurred while running command 'curl --max-time 1 -s http://x0rg.github.io/CPU-X/version.txt'

Codename typed Trinity X4, The real name is Trinity A10
Package typed 'CPUSocket' or 'LGA775' It should be FM2/FM2+
The Bus Speed and Multiplier CPU are wrong.. (549.00 MHz and x8) it should be 100MHz and x44 Multiplier.

CPU frequency incorrect

CPU frequency is locked at 4000MHz in CPU-X. I believe this is due to this: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1727158

I suggest grabbing the CPU frequency from /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq instead.

lscpu shows the wrong frequency:
CPU MHz: 4000.000
CPU max MHz: 4500.0000
CPU min MHz: 800.0000

While scaling_cur_freq shows the right frequency:
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq
800024
800029
800118
800211
800189
800118
800007
800046

Operating system name and version:
Arch (4.14.12-1-ARCH)

CPU-X installation type: e.g. package/portable version/built from source
Package

cpu-x --issue-fmt command output (as root):

CPU-X 3.1.3 (up-to-date)
Copyright © 2014-2016 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GPLv3 license: <http://www.gnu.org/licenses/gpl.txt>

Built on Jan  8 2018, 19:52:36 (with GNU 7.2.1 20171128 on linux64).
-- GTK       version: 3.22.26
-- NCURSES   version: 6.0.20170902
-- LIBCURL   version: 7.57.0
-- LIBCPUID  version: 0.4.0
-- LIBPCI    version: 3.5.6
-- LIBPROCPS version: 3.3.12
-- DMIDECODE version: 3.0.20160907
-- BANDWIDTH version: 1.3.1

Setting label names
Calling dmidecode
Calling libcpuid for retrieving static data
Finding CPU technology
version=0.4.0
basic_cpuid[0]=00000016 756e6547 6c65746e 49656e69
basic_cpuid[1]=000506e3 00100800 7ffafbbf bfebfbff
basic_cpuid[2]=76036301 00f0b5ff 00000000 00c30000
basic_cpuid[3]=00000000 00000000 00000000 00000000
basic_cpuid[4]=1c004121 01c0003f 0000003f 00000000
basic_cpuid[5]=00000040 00000040 00000003 00142120
basic_cpuid[6]=000027f7 00000002 00000001 00000000
basic_cpuid[7]=00000000 029c6fbf 00000000 00000000
basic_cpuid[8]=00000000 00000000 00000000 00000000
basic_cpuid[9]=00000000 00000000 00000000 00000000
basic_cpuid[10]=07300404 00000000 00000000 00000603
basic_cpuid[11]=00000001 00000002 00000100 00000000
basic_cpuid[12]=00000000 00000000 00000000 00000000
basic_cpuid[13]=0000001f 00000440 00000440 00000000
basic_cpuid[14]=00000000 00000000 00000000 00000000
basic_cpuid[15]=00000000 00000000 00000000 00000000
basic_cpuid[16]=00000000 00000000 00000000 00000000
basic_cpuid[17]=00000000 00000000 00000000 00000000
basic_cpuid[18]=00000000 00000000 00000000 00000000
basic_cpuid[19]=00000000 00000000 00000000 00000000
basic_cpuid[20]=00000001 0000000f 00000007 00000000
basic_cpuid[21]=00000002 0000014e 00000000 00000000
basic_cpuid[22]=00000fa0 00001194 00000064 00000000
basic_cpuid[23]=00000fa0 00001194 00000064 00000000
basic_cpuid[24]=00000fa0 00001194 00000064 00000000
basic_cpuid[25]=00000fa0 00001194 00000064 00000000
basic_cpuid[26]=00000fa0 00001194 00000064 00000000
basic_cpuid[27]=00000fa0 00001194 00000064 00000000
basic_cpuid[28]=00000fa0 00001194 00000064 00000000
basic_cpuid[29]=00000fa0 00001194 00000064 00000000
basic_cpuid[30]=00000fa0 00001194 00000064 00000000
basic_cpuid[31]=00000fa0 00001194 00000064 00000000
ext_cpuid[0]=80000008 00000000 00000000 00000000
ext_cpuid[1]=00000000 00000000 00000121 2c100800
ext_cpuid[2]=65746e49 2952286c 726f4320 4d542865
ext_cpuid[3]=37692029 3037362d 43204b30 40205550
ext_cpuid[4]=302e3420 7a484730 00000000 00000000
ext_cpuid[5]=00000000 00000000 00000000 00000000
ext_cpuid[6]=00000000 00000000 01006040 00000000
ext_cpuid[7]=00000000 00000000 00000000 00000100
ext_cpuid[8]=00003027 00000000 00000000 00000000
ext_cpuid[9]=00000fa0 00001194 00000064 00000000
ext_cpuid[10]=00000fa0 00001194 00000064 00000000
ext_cpuid[11]=00000fa0 00001194 00000064 00000000
ext_cpuid[12]=00000fa0 00001194 00000064 00000000
ext_cpuid[13]=00000fa0 00001194 00000064 00000000
ext_cpuid[14]=00000fa0 00001194 00000064 00000000
ext_cpuid[15]=00000fa0 00001194 00000064 00000000
ext_cpuid[16]=00000fa0 00001194 00000064 00000000
ext_cpuid[17]=00000fa0 00001194 00000064 00000000
ext_cpuid[18]=00000fa0 00001194 00000064 00000000
ext_cpuid[19]=00000fa0 00001194 00000064 00000000
ext_cpuid[20]=00000fa0 00001194 00000064 00000000
ext_cpuid[21]=00000fa0 00001194 00000064 00000000
ext_cpuid[22]=00000fa0 00001194 00000064 00000000
ext_cpuid[23]=00000fa0 00001194 00000064 00000000
ext_cpuid[24]=00000fa0 00001194 00000064 00000000
ext_cpuid[25]=00000fa0 00001194 00000064 00000000
ext_cpuid[26]=00000fa0 00001194 00000064 00000000
ext_cpuid[27]=00000fa0 00001194 00000064 00000000
ext_cpuid[28]=00000fa0 00001194 00000064 00000000
ext_cpuid[29]=00000fa0 00001194 00000064 00000000
ext_cpuid[30]=00000fa0 00001194 00000064 00000000
ext_cpuid[31]=00000fa0 00001194 00000064 00000000
intel_fn4[0]=1c004121 01c0003f 0000003f 00000000
intel_fn4[1]=1c004122 01c0003f 0000003f 00000000
intel_fn4[2]=1c004143 00c0003f 000003ff 00000000
intel_fn4[3]=1c03c163 03c0003f 00001fff 00000006
intel_fn4[4]=00000000 00000000 00000000 00000000
intel_fn4[5]=00000000 00000000 00000000 00000000
intel_fn4[6]=00000000 00000000 00000000 00000000
intel_fn4[7]=00000000 00000000 00000000 00000000
intel_fn11[0]=00000001 00000002 00000100 00000000
intel_fn11[1]=00000004 00000008 00000201 00000000
intel_fn11[2]=00000000 00000000 00000002 00000000
intel_fn11[3]=00000000 00000000 00000003 00000000
intel_fn12h[0]=00000000 00000000 00000000 00000000
intel_fn12h[1]=00000000 00000000 00000000 00000000
intel_fn12h[2]=00000000 00000000 00000000 00000000
intel_fn12h[3]=00000000 00000000 00000000 00000000
intel_fn14h[0]=00000001 0000000f 00000007 00000000
intel_fn14h[1]=02490002 003f3fff 00000000 00000000
intel_fn14h[2]=00000000 00000000 00000000 00000000
intel_fn14h[3]=00000000 00000000 00000000 00000000
Calling libcpuid for retrieving CPU MSR static values
Finding devices
Finding graphic card driver
Identifying running system
Calling libcpuid for retrieving dynamic data
Calling libcpuid for retrieving CPU MSR dynamic values
Calculating CPU usage
Calculating CPU multipliers
Calling bandwidth
Calling libprocps
Retrieving GPU temperature
Updating benchmark status
Replacing undefined labels by an empty string
Checking on Internet for a new version...
No new version available
Dumping data...
  >>>>>>>>>> CPU <<<<<<<<<<

        ***** Processor *****
          Vendor: Intel
       Code Name: Skylake (Core i7)
         Package: LGA1151
      Technology: 14 nm
         Voltage: 1.310 V
   Specification: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
          Family: 6
     Ext. Family: 6
           Model: 14 (E)
      Ext. Model: 94 (5E)
           Temp.: 51°C
        Stepping: 3
    Instructions: MMX, SSE (1, 2, 3S, 4.1, 4.2), AES, AVX, VT-x, HT, Intel64

        ***** Clocks *****
      Core Speed: 4000 MHz
      Multiplier: x39.9 (8-45)
       Bus Speed: 100.17 MHz
           Usage:   7.60 %

        ***** Cache *****
         L1 Data: 4 x   32 KB,  8-way
        L1 Inst.: 4 x   32 KB,  8-way
         Level 2: 4 x  256 KB,  4-way
         Level 3:    8 MB, 16-way

        ***** * *****
       Socket(s): 1
         Core(s): 4
       Thread(s): 8


  >>>>>>>>>> Caches <<<<<<<<<<

        ***** L1 Cache *****
            Size: 4 x 32 KB, 8-way associative, 64-byte line size
           Speed: 137217.50 MB/s

        ***** L2 Cache *****
            Size: 4 x 256 KB, 4-way associative, 64-byte line size
           Speed: 77182.20 MB/s

        ***** L3 Cache *****
            Size: 8 MB, 16-way associative, 64-byte line size
           Speed: 57511.20 MB/s


  >>>>>>>>>> Motherboard <<<<<<<<<<

        ***** Motherboard *****
    Manufacturer: ASUSTeK COMPUTER INC.
           Model: Z170 PRO GAMING
        Revision: Rev X.0x

        ***** BIOS *****
           Brand: American Megatrends Inc.
         Version: 3501
            Date: 06/23/2017
        ROM Size:  64 kB / 16384 kB

        ***** Chipset *****
          Vendor: Intel Corporation
           Model: Sunrise Point-H LPC Controller


  >>>>>>>>>> Memory <<<<<<<<<<

        ***** Bank 0 *****
       Reference: Not Specified Not Specified, Empty @ (Unknown Unknown)

        ***** Bank 1 *****
       Reference: G-Skill F4-2400C15-8GVR .   , 8192 MB @ 2400MHz (DIMM DDR4)

        ***** Bank 2 *****
       Reference: Not Specified Not Specified, Empty @ (Unknown Unknown)

        ***** Bank 3 *****
       Reference: G-Skill F4-2400C15-8GVR     , 8192 MB @ 2400MHz (DIMM DDR4)


  >>>>>>>>>> System <<<<<<<<<<

        ***** Operating System *****
          Kernel: Linux 4.14.12-1-ARCH
    Distribution: Arch Linux
        Hostname: josh-arch
          Uptime: 0 days, 2 hours, 54 minutes, 10 seconds
        Compiler: cc (GCC) 7.2.1 20171224

        ***** Memory *****
            Used:  2326 MB / 16368 MB
         Buffers:   120 MB / 16368 MB
          Cached:  2851 MB / 16368 MB
            Free: 11069 MB / 16368 MB
            Swap:     0 MB /     0 MB


  >>>>>>>>>> Graphics <<<<<<<<<<

        ***** Card 0 *****
          Vendor: NVIDIA (nvidia driver)
           Model: GM204 [GeForce GTX 970]
     Temperature: 46.00°C


Freeing memory

CPU/GPU temperature missing

I'm using cpu-x-git on an Intel system with an nVidia video card. My distribution is Parabola GNU/Linux-libre. CPU-X shows no CPU/GPU temperature at all, while on the command line I can retrieve them with the following command:

$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +43.0°C  (high = +78.0°C, crit = +100.0°C)
Core 1:       +43.0°C  (high = +78.0°C, crit = +100.0°C)

nouveau-pci-0100
Adapter: PCI adapter
temp1:        +40.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

My hardware according to CPU-X:

  • CPU: Intel Core 2 Duo E8400
  • Motherboard: Intel DQ35JO
  • GPU: nVidia GeForce 210

Please tell me if you need other informations.

Question: Does this work for macOS?

I have an older non-standard macOS installation and I'm trying to check which motherboard is installed. I was hoping to use CPU-X for this. Do you know if CPU-X supports macOS? Thanks!

CPU socket does not belong in database. *** buffer overflow detected ***:

Operating system name and version: Ubuntu Linux (17.10)

CPU-X installation type: built from source (cpu-x-git).

cpu-x --issue-fmt command output (as root):

CPU-X 3.1.3 (null)
Copyright © 2014-2017 Xorg

This is free software: you are free to change and redistribute it.
This program comes with ABSOLUTELY NO WARRANTY
See the GNU GPL v3 license: http://www.gnu.org/licenses/gpl.txt

Built on Dec 27 2017, 21:56:14 (with GNU 7.2.0 on linux64).
-- LIBCPUID version: 0.4.0
-- DMIDECODE version: 3.0.20170427
Setting label names
Calling libcpuid for retrieving static data
Finding CPU technology
version=0.4.0
basic_cpuid[0]=00000016 756e6547 6c65746e 49656e69
basic_cpuid[1]=000906ea 02100800 7ffafbff bfebfbff
basic_cpuid[2]=76036301 00f0b5ff 00000000 00c30000
basic_cpuid[3]=00000000 00000000 00000000 00000000
basic_cpuid[4]=1c004121 01c0003f 0000003f 00000000
basic_cpuid[5]=00000040 00000040 00000003 11142120
basic_cpuid[6]=000007f7 00000002 00000009 00000000
basic_cpuid[7]=00000000 029c6fbf 40000000 00000000
basic_cpuid[8]=00000000 00000000 00000000 00000000
basic_cpuid[9]=00000000 00000000 00000000 00000000
basic_cpuid[10]=07300404 00000000 00000000 00000603
basic_cpuid[11]=00000001 00000002 00000100 00000002
basic_cpuid[12]=00000000 00000000 00000000 00000000
basic_cpuid[13]=0000001f 00000440 00000440 00000000
basic_cpuid[14]=00000000 00000000 00000000 00000000
basic_cpuid[15]=00000000 00000000 00000000 00000000
basic_cpuid[16]=00000000 00000000 00000000 00000000
basic_cpuid[17]=00000000 00000000 00000000 00000000
basic_cpuid[18]=00000000 00000000 00000000 00000000
basic_cpuid[19]=00000000 00000000 00000000 00000000
basic_cpuid[20]=00000001 0000000f 00000007 00000000
basic_cpuid[21]=00000002 00000134 00000000 00000000
basic_cpuid[22]=00000e74 000013ec 00000064 00000000
basic_cpuid[23]=00000e74 000013ec 00000064 00000000
basic_cpuid[24]=00000e74 000013ec 00000064 00000000
basic_cpuid[25]=00000e74 000013ec 00000064 00000000
basic_cpuid[26]=00000e74 000013ec 00000064 00000000
basic_cpuid[27]=00000e74 000013ec 00000064 00000000
basic_cpuid[28]=00000e74 000013ec 00000064 00000000
basic_cpuid[29]=00000e74 000013ec 00000064 00000000
basic_cpuid[30]=00000e74 000013ec 00000064 00000000
basic_cpuid[31]=00000e74 000013ec 00000064 00000000
ext_cpuid[0]=80000008 00000000 00000000 00000000
ext_cpuid[1]=00000000 00000000 00000121 2c100800
ext_cpuid[2]=65746e49 2952286c 726f4320 4d542865
ext_cpuid[3]=37692029 3037382d 43204b30 40205550
ext_cpuid[4]=372e3320 7a484730 00000000 00000000
ext_cpuid[5]=00000000 00000000 00000000 00000000
ext_cpuid[6]=00000000 00000000 01006040 00000000
ext_cpuid[7]=00000000 00000000 00000000 00000100
ext_cpuid[8]=00003027 00000000 00000000 00000000
ext_cpuid[9]=00000e74 000013ec 00000064 00000000
ext_cpuid[10]=00000e74 000013ec 00000064 00000000
ext_cpuid[11]=00000e74 000013ec 00000064 00000000
ext_cpuid[12]=00000e74 000013ec 00000064 00000000
ext_cpuid[13]=00000e74 000013ec 00000064 00000000
ext_cpuid[14]=00000e74 000013ec 00000064 00000000
ext_cpuid[15]=00000e74 000013ec 00000064 00000000
ext_cpuid[16]=00000e74 000013ec 00000064 00000000
ext_cpuid[17]=00000e74 000013ec 00000064 00000000
ext_cpuid[18]=00000e74 000013ec 00000064 00000000
ext_cpuid[19]=00000e74 000013ec 00000064 00000000
ext_cpuid[20]=00000e74 000013ec 00000064 00000000
ext_cpuid[21]=00000e74 000013ec 00000064 00000000
ext_cpuid[22]=00000e74 000013ec 00000064 00000000
ext_cpuid[23]=00000e74 000013ec 00000064 00000000
ext_cpuid[24]=00000e74 000013ec 00000064 00000000
ext_cpuid[25]=00000e74 000013ec 00000064 00000000
ext_cpuid[26]=00000e74 000013ec 00000064 00000000
ext_cpuid[27]=00000e74 000013ec 00000064 00000000
ext_cpuid[28]=00000e74 000013ec 00000064 00000000
ext_cpuid[29]=00000e74 000013ec 00000064 00000000
ext_cpuid[30]=00000e74 000013ec 00000064 00000000
ext_cpuid[31]=00000e74 000013ec 00000064 00000000
intel_fn4[0]=1c004121 01c0003f 0000003f 00000000
intel_fn4[1]=1c004122 01c0003f 0000003f 00000000
intel_fn4[2]=1c004143 00c0003f 000003ff 00000000
intel_fn4[3]=1c03c163 03c0003f 00002fff 00000006
intel_fn4[4]=00000000 00000000 00000000 00000000
intel_fn4[5]=00000000 00000000 00000000 00000000
intel_fn4[6]=00000000 00000000 00000000 00000000
intel_fn4[7]=00000000 00000000 00000000 00000000
intel_fn11[0]=00000001 00000002 00000100 00000002
intel_fn11[1]=00000004 0000000c 00000201 00000002
intel_fn11[2]=00000000 00000000 00000002 00000002
intel_fn11[3]=00000000 00000000 00000003 00000002
intel_fn12h[0]=00000000 00000000 00000000 00000000
intel_fn12h[1]=00000000 00000000 00000000 00000000
intel_fn12h[2]=00000000 00000000 00000000 00000000
intel_fn12h[3]=00000000 00000000 00000000 00000000
intel_fn14h[0]=00000001 0000000f 00000007 00000000
intel_fn14h[1]=02490002 003f3fff 00000000 00000000
intel_fn14h[2]=00000000 00000000 00000000 00000000
intel_fn14h[3]=00000000 00000000 00000000 00000000
Calling libcpuid for retrieving CPU MSR static values
CPU is GenuineIntel Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz, stock clock is 3695MHz.
msr[0x0000e7]=00 00 00 93 fe 8c 9b c7
msr[0x0000e8]=00 00 00 99 f7 e6 93 de
msr[0x000198]=00 00 20 ad 00 00 22 00
msr[0x00019c]=00 00 00 00 88 2f 28 08
msr[0x00002a]=00 00 00 00 00 00 00 00
msr[0x0001ad]=00 00 2f 30 30 31 32 33
msr[0x0001a2]=00 00 00 00 02 64 12 00
msr[0x000198]=00 00 1e 99 00 00 1e 00
msr[0x0000ce]=08 08 08 38 f1 01 25 00
Calling dmidecode
*** buffer overflow detected ***: cpu-x terminated
Abortado (imagem do núcleo gravada)

Error when start CPU-X at linux terminal

I use linux mint 18 (Sarah) 64 bit on my laptop and the error described below occurs when I try to run the program through the terminal emulator

~ $ sudo cpu-x
[sudo] senha para jeferson: 

Oops, alguma coisa está errada! CPU-X recebeu o sinal 11 (Falha de segmentação) e saiu.
========================= Backtrace =========================
CPU-X 3.1.0 (GNU, linux64)
# 1 /lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7f76236c34b0
# 2 cpu-x(fill_labels+0x725) [0x40e335
# 3 cpu-x(main+0x1771) [0x4092f1
# 4 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f76236ae830
# 5 cpu-x() [0x409559
======================== End Backtrace =======================

Você pode colar esse backtrace abrindo uma nova issue aqui:
https://github.com/X0rg/CPU-X/issues/new

*** Error in `cpu-x': double free or corruption (out): 0x00007ffea59879b0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f76237057e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x7fe0a)[0x7f762370de0a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f762371198c]
cpu-x(free_multi+0x86)[0x40a386]
cpu-x[0x4099a6]
/lib/x86_64-linux-gnu/libc.so.6(+0x354b0)[0x7f76236c34b0]
cpu-x(fill_labels+0x725)[0x40e335]
cpu-x(main+0x1771)[0x4092f1]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f76236ae830]
cpu-x[0x409559]
======= Memory map: ========
00400000-00445000 r-xp 00000000 08:01 11672245                           /usr/bin/cpu-x
00645000-00646000 r-xp 00045000 08:01 11672245                           /usr/bin/cpu-x
00646000-0064b000 rwxp 00046000 08:01 11672245                           /usr/bin/cpu-x
0064b000-0064c000 rwxp 00000000 00:00 0 
00b09000-00ce0000 rwxp 00000000 00:00 0                                  [heap]
7f76179cb000-7f7617ca5000 r-xp 00000000 08:01 11669240                   /usr/lib/locale/locale-archive
7f7617ca5000-7f7617cb7000 r-xp 00000000 08:01 14422548                   /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f7617cb7000-7f7617eb7000 ---p 00012000 08:01 14422548                   /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f7617eb7000-7f7617eb8000 r-xp 00012000 08:01 14422548                   /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f7617eb8000-7f7617eb9000 rwxp 00013000 08:01 14422548                   /lib/x86_64-linux-gnu/libgpg-error.so.0.17.0
7f7617eb9000-7f7617ec2000 r-xp 00000000 08:01 14422820                   /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f7617ec2000-7f76180c1000 ---p 00009000 08:01 14422820                   /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f76180c1000-7f76180c2000 r-xp 00008000 08:01 14422820                   /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f76180c2000-7f76180c3000 rwxp 00009000 08:01 14422820                   /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f76180c3000-7f76180f1000 rwxp 00000000 00:00 0 
7f76180f1000-7f76181c0000 r-xp 00000000 08:01 11674857                   /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f76181c0000-7f76183c0000 ---p 000cf000 08:01 11674857                   /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f76183c0000-7f76183c3000 r-xp 000cf000 08:01 11674857                   /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f76183c3000-7f76183c5000 rwxp 000d2000 08:01 11674857                   /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f76183c5000-7f76183c6000 rwxp 00000000 00:00 0 
7f76183c6000-7f761840c000 r-xp 00000000 08:01 11674389                   /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f761840c000-7f761860c000 ---p 00046000 08:01 11674389                   /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f761860c000-7f761860e000 r-xp 00046000 08:01 11674389                   /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f761860e000-7f7618610000 rwxp 00048000 08:01 11674389                   /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f7618610000-7f7618611000 rwxp 00000000 00:00 0 
7f7618611000-7f761861f000 r-xp 00000000 08:01 11674373                   /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f761861f000-7f761881e000 ---p 0000e000 08:01 11674373                   /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f761881e000-7f761881f000 r-xp 0000d000 08:01 11674373                   /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f761881f000-7f7618820000 rwxp 0000e000 08:01 11674373                   /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f7618820000-7f7618847000 r-xp 00000000 08:01 11674996                   /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f7618847000-7f7618a47000 ---p 00027000 08:01 11674996                   /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f7618a47000-7f7618a48000 r-xp 00027000 08:01 11674996                   /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f7618a48000-7f7618a49000 rwxp 00028000 08:01 11674996                   /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f7618a49000-7f7618b21000 r-xp 00000000 08:01 14422538                   /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f7618b21000-7f7618d20000 ---p 000d8000 08:01 14422538                   /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f7618d20000-7f7618d21000 r-xp 000d7000 08:01 14422538                   /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f7618d21000-7f7618d29000 rwxp 000d8000 08:01 14422538                   /lib/x86_64-linux-gnu/libgcrypt.so.20.0.5
7f7618d29000-7f7618d2a000 rwxp 00000000 00:00 0 
7f7618d2a000-7f7618d4b000 r-xp 00000000 08:01 14422571                   /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f7618d4b000-7f7618f4a000 ---p 00021000 08:01 14422571                   /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f7618f4a000-7f7618f4b000 r-xp 00020000 08:01 14422571                   /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f7618f4b000-7f7618f4c000 rwxp 00021000 08:01 14422571                   /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f7618f4c000-7f7618f61000 r-xp 00000000 08:01 11674772                   /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f7618f61000-7f7619160000 ---p 00015000 08:01 11674772                   /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f7619160000-7f7619161000 r-xp 00014000 08:01 11674772                   /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f7619161000-7f7619162000 rwxp 00015000 08:01 11674772                   /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f7619162000-7f7619192000 r-xp 00000000 08:01 11674371                   /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f7619192000-7f7619392000 ---p 00030000 08:01 11674371                   /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f7619392000-7f7619393000 r-xp 00030000 08:01 11674371                   /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f7619393000-7f7619394000 rwxp 00031000 08:01 11674371                   /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f7619394000-7f7619395000 rwxp 00000000 00:00 0 
7f7619395000-7f7619434000 r-xp 00000000 08:01 11673754                   /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f7619434000-7f7619633000 ---p 0009f000 08:01 11673754                   /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f7619633000-7f7619634000 r-xp 0009e000 08:01 11673754                   /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f7619634000-7f7619637000 rwxp 0009f000 08:01 11673754                   /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f7619637000-7f76196bb000 r-xp 00000000 08:01 11674477                   /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f76196bb000-7f76198ba000 ---p 00084000 08:01 11674477                   /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f76198ba000-7f76198bd000 r-xp 00083000 08:01 11674477                   /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f76198bd000-7f76198c0000 rwxp 00086000 08:01 11674477                   /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f76198c0000-7f76198c1000 rwxp 00000000 00:00 0 
7f76198c1000-7f76198c9000 r-xp 00000000 08:01 11674375                   /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f76198c9000-7f7619ac8000 ---p 00008000 08:01 11674375                   /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f7619ac8000-7f7619ac9000 r-xp 00007000 08:01 11674375                   /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f7619ac9000-7f7619aca000 rwxp 00008000 08:01 11674375                   /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f7619aca000-7f7619acd000 r-xp 00000000 08:01 14422565                   /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f7619acd000-7f7619ccc000 ---p 00003000 08:01 14422565                   /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f7619ccc000-7f7619ccd000 r-xp 00002000 08:01 14422565                   /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f7619ccd000-7f7619cce000 rwxp 00003000 08:01 14422565                   /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f7619cce000-7f7619cdf000 r-xp 00000000 08:01 11667161                   /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f7619cdf000-7f7619edf000 ---p 00011000 08:01 11667161                   /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f7619edf000-7f7619ee0000 r-xp 00011000 08:01 11667161                   /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f7619ee0000-7f7619ee1000 rwxp 00012000 08:01 11667161                   /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f7619ee1000-7f7619f3a000 r-xp 00000000 08:01 11672042                   /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f7619f3a000-7f761a139000 ---p 00059000 08:01 11672042                   /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f761a139000-7f761a143000 r-xp 00058000 08:01 11672042                   /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f761a143000-7f761a145000 rwxp 00062000 08:01 11672042                   /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f761a145000-7f761a15c000 r-xp 00000000 08:01 11671804                   /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f761a15c000-7f761a35b000 ---p 00017000 08:01 11671804                   /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f761a35b000-7f761a35c000 r-xp 00016000 08:01 11671804                   /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f761a35c000-7f761a35d000 rwxp 00017000 08:01 11671804                   /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
7f761a35d000-7f761a380000 r-xp 00000000 08:01 11674242                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f761a380000-7f761a57f000 ---p 00023000 08:01 11674242                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f761a57f000-7f761a581000 r-xp 00022000 08:01 11674242                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f761a581000-7f761a582000 rwxp 00024000 08:01 11674242                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f761a582000-7f761a5bf000 r-xp 00000000 08:01 11674248                   /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f761a5bf000-7f761a7bf000 ---p 0003d000 08:01 11674248                   /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f761a7bf000-7f761a7c0000 r-xp 0003d000 08:01 11674248                   /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f761a7c0000-7f761a7c2000 rwxp 0003e000 08:01 11674248                   /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f761a7c2000-7f761a7c3000 rwxp 00000000 00:00 0 
7f761a7c3000-7f761a7dc000 r-xp 00000000 08:01 11674798                   /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f761a7dc000-7f761a9dc000 ---p 00019000 08:01 11674798                   /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f761a9dc000-7f761a9dd000 r-xp 00019000 08:01 11674798                   /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f761a9dd000-7f761a9de000 rwxp 0001a000 08:01 11674798                   /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f761a9de000-7f761a9e8000 r-xp 00000000 08:01 11669691                   /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f761a9e8000-7f761abe7000 ---p 0000a000 08:01 11669691                   /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f761abe7000-7f761abe8000 r-xp 00009000 08:01 11669691                   /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f761abe8000-7f761abe9000 rwxp 0000a000 08:01 11669691                   /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f761abe9000-7f761abec000 r-xp 00000000 08:01 14422513                   /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f761abec000-7f761adeb000 ---p 00003000 08:01 14422513                   /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f761adeb000-7f761adec000 r-xp 00002000 08:01 14422513                   /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f761adec000-7f761aded000 rwxp 00003000 08:01 14422513                   /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f761aded000-7f761ae19000 r-xp 00000000 08:01 11669703                   /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f761ae19000-7f761b018000 ---p 0002c000 08:01 11669703                   /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f761b018000-7f761b01a000 r-xp 0002b000 08:01 11669703                   /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f761b01a000-7f761b01b000 rwxp 0002d000 08:01 11669703                   /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f761b01b000-7f761b01c000 rwxp 00000000 00:00 0 
7f761b01c000-7f761b0df000 r-xp 00000000 08:01 11666464                   /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f761b0df000-7f761b2df000 ---p 000c3000 08:01 11666464                   /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f761b2df000-7f761b2ec000 r-xp 000c3000 08:01 11666464                   /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f761b2ec000-7f761b2ee000 rwxp 000d0000 08:01 11666464                   /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f761b2ee000-7f761b36d000 r-xp 00000000 08:01 11674202                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f761b36d000-7f761b56c000 ---p 0007f000 08:01 11674202                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f761b56c000-7f761b56d000 r-xp 0007e000 08:01 11674202                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f761b56d000-7f761b56e000 rwxp 0007f000 08:01 11674202                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f761b56e000-7f761b5a2000 r-xp 00000000 08:01 11666885                   /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f761b5a2000-7f761b7a1000 ---p 00034000 08:01 11666885                   /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f761b7a1000-7f761b7a3000 r-xp 00033000 08:01 11666885                   /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f761b7a3000-7f761b7a4000 rwxp 00035000 08:01 11666885                   /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f761b7a4000-7f761b7d6000 r-xp 00000000 08:01 11669517                   /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f761b7d6000-7f761b9d5000 ---p 00032000 08:01 11669517                   /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f761b9d5000-7f761b9d6000 r-xp 00031000 08:01 11669517                   /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f761b9d6000-7f761b9d7000 rwxp 00032000 08:01 11669517                   /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f761b9d7000-7f761bafa000 r-xp 00000000 08:01 11665739                   /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
7f761bafa000-7f761bcf9000 ---p 00123000 08:01 11665739                   /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
7f761bcf9000-7f761bd04000 r-xp 00122000 08:01 11665739                   /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
7f761bd04000-7f761bd06000 rwxp 0012d000 08:01 11665739                   /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
7f761bd06000-7f761bd07000 rwxp 00000000 00:00 0 
7f761bd07000-7f761bd0c000 r-xp 00000000 08:01 11673680                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f761bd0c000-7f761bf0b000 ---p 00005000 08:01 11673680                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f761bf0b000-7f761bf0c000 r-xp 00004000 08:01 11673680                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f761bf0c000-7f761bf0d000 rwxp 00005000 08:01 11673680                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f761bf0d000-7f761bf0f000 r-xp 00000000 08:01 11673669                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f761bf0f000-7f761c10f000 ---p 00002000 08:01 11673669                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f761c10f000-7f761c110000 r-xp 00002000 08:01 11673669                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f761c110000-7f761c111000 rwxp 00003000 08:01 11673669                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f761c111000-7f761c117000 r-xp 00000000 08:01 11673925                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f761c117000-7f761c317000 ---p 00006000 08:01 11673925                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f761c317000-7f761c318000 r-xp 00006000 08:01 11673925                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f761c318000-7f761c319000 rwxp 00007000 08:01 11673925                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f761c319000-7f761c32f000 r-xp 00000000 08:01 14422542                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f761c32f000-7f761c52e000 ---p 00016000 08:01 14422542                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f761c52e000-7f761c52f000 rwxp 00015000 08:01 14422542                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f761c52f000-7f761c6a1000 r-xp 00000000 08:01 11666189                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f761c6a1000-7f761c8a1000 ---p 00172000 08:01 11666189                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f761c8a1000-7f761c8ab000 r-xp 00172000 08:01 11666189                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f761c8ab000-7f761c8ad000 rwxp 0017c000 08:01 11666189                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f761c8ad000-7f761c8b1000 rwxp 00000000 00:00 0 
7f761c8b1000-7f761c8e1000 r-xp 00000000 08:01 11674710                   /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7f761c8e1000-7f761cae0000 ---p 00030000 08:01 11674710                   /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7f761cae0000-7f761cae1000 r-xp 0002f000 08:01 11674710                   /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7f761cae1000-7f761cae2000 rwxp 00030000 08:01 11674710                   /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7f761cae2000-7f761cae5000 r-xp 00000000 08:01 11671803                   /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
7f761cae5000-7f761cce4000 ---p 00003000 08:01 11671803                   /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
7f761cce4000-7f761cce5000 r-xp 00002000 08:01 11671803                   /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
7f761cce5000-7f761cce6000 rwxp 00003000 08:01 11671803                   /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
7f761cce6000-7f761cd44000 r-xp 00000000 08:01 11674532                   /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3
7f761cd44000-7f761cf43000 ---p 0005e000 08:01 11674532                   /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3
7f761cf43000-7f761cf46000 r-xp 0005d000 08:01 11674532                   /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3
7f761cf46000-7f761cf47000 rwxp 00060000 08:01 11674532                   /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3
7f761cf47000-7f761cf75000 r-xp 00000000 08:01 11674531                   /usr/lib/x86_64-linux-gnu/libmircommon.so.5
7f761cf75000-7f761d175000 ---p 0002e000 08:01 11674531                   /usr/lib/x86_64-linux-gnu/libmircommon.so.5
7f761d175000-7f761d177000 r-xp 0002e000 08:01 11674531                   /usr/lib/x86_64-linux-gnu/libmircommon.so.5
7f761d177000-7f761d178000 rwxp 00030000 08:01 11674531                   /usr/lib/x86_64-linux-gnu/libmircommon.so.5
7f761d178000-7f761d19e000 r-xp 00000000 08:01 14419259                   /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f761d19e000-7f761d39e000 ---p 00026000 08:01 14419259                   /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f761d39e000-7f761d3a0000 r-xp 00026000 08:01 14419259                   /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f761d3a0000-7f761d3a1000 rwxp 00028000 08:01 14419259                   /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f761d3a1000-7f761d3fd000 r-xp 00000000 08:01 11671925                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10000.1
7f761d3fd000-7f761d5fd000 ---p 0005c000 08:01 11671925                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10000.1
7f761d5fd000-7f761d5fe000 r-xp 0005c000 08:01 11671925                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10000.1
7f761d5fe000-7f761d5ff000 rwxp 0005d000 08:01 11671925                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10000.1
7f761d5ff000-7f761d649000 r-xp 00000000 08:01 14422520                   /lib/x86_64-linux-gnu/libdbus-1.so.3.14.6
7f761d649000-7f761d849000 ---p 0004a000 08:01 14422520                   /lib/x86_64-linux-gnu/libdbus-1.so.3.14.6
7f761d849000-7f761d84a000 r-xp 0004a000 08:01 14422520                   /lib/x86_64-linux-gnu/libdbus-1.so.3.14.6
7f761d84a000-7f761d84b000 rwxp 0004b000 08:01 14422520                   /lib/x86_64-linux-gnu/libdbus-1.so.3.14.6
7f761d84b000-7f761d877000 r-xp 00000000 08:01 11673776                   /usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1
7f761d877000-7f761da76000 ---p 0002c000 08:01 11673776                   /usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1
7f761da76000-7f761da79000 r-xp 0002b000 08:01 11673776                   /usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1
7f761da79000-7f761da7a000 rwxp 0002e000 08:01 11673776                   /usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1
7f761da7a000-7f761da7d000 r-xp 00000000 08:01 14422546                   /lib/x86_64-linux-gnu/libdl-2.23.so
7f761da7d000-7f761dc7c000 ---p 00003000 08:01 14422546                   /lib/x86_64-linux-gnu/libdl-2.23.so
7f761dc7c000-7f761dc7d000 r-xp 00002000 08:01 14422546                   /lib/x86_64-linux-gnu/libdl-2.23.so
7f761dc7d000-7f761dc7e000 rwxp 00003000 08:01 14422546                   /lib/x86_64-linux-gnu/libdl-2.23.so
7f761dc7e000-7f761dccb000 r-xp 00000000 08:01 11670006                   /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.5
7f761dccb000-7f761deca000 ---p 0004d000 08:01 11670006                   /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.5
7f761deca000-7f761decc000 r-xp 0004c000 08:01 11670006                   /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.5
7f761decc000-7f761decd000 rwxp 0004e000 08:01 11670006                   /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.5
7f761decd000-7f761decf000 rwxp 00000000 00:00 0 
7f761decf000-7f761dedc000 r-xp 00000000 08:01 11670007                   /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.5
7f761dedc000-7f761e0dc000 ---p 0000d000 08:01 11670007                   /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.5
7f761e0dc000-7f761e0dd000 r-xp 0000d000 08:01 11670007                   /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.5
7f761e0dd000-7f761e0de000 rwxp 0000e000 08:01 11670007                   /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.5
7f761e0de000-7f761e125000 r-xp 00000000 08:01 11669291                   /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f761e125000-7f761e324000 ---p 00047000 08:01 11669291                   /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f761e324000-7f761e326000 r-xp 00046000 08:01 11669291                   /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f761e326000-7f761e328000 rwxp 00048000 08:01 11669291                   /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f761e328000-7f761e542000 r-xp 00000000 08:01 14417955                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f761e542000-7f761e741000 ---p 0021a000 08:01 14417955                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f761e741000-7f761e75d000 r-xp 00219000 08:01 14417955                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0Abortado

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.