Summary: |
x11-plugins/gkrellflynn segfaults with glibc-2.29 |
Product: |
Gentoo Linux
|
Reporter: |
Tomasz Golinski <tomaszg> |
Component: |
Current packages | Assignee: |
No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: |
RESOLVED
OBSOLETE
|
|
|
Severity: |
normal
|
CC: |
jstein, mgorny, treecleaner
|
Priority: |
Normal
|
Keywords: |
PATCH, PMASKED |
Version: |
unspecified | |
|
Hardware: |
AMD64 | |
|
OS: |
Linux | |
|
Whiteboard: |
|
Package list:
|
|
Runtime testing required:
|
---
|
Attachments: |
patch
|
Created attachment 577232 [details] patch The reason for segfault is this change in glibc-2.29: * The getcpu wrapper function has been added, which returns the currently used CPU and NUMA node. This function is Linux-specific. The code of gkrellflynn plugin defines its own function getcpu() which seems to cause the crash. Simply renaming the function in the plugin solves the issue for me. Attaching the trivial patch.