Bug 44217

Summary: Possible glibc binary incompatibility (KDE Control Center crashes when selecting crypto)
Product: [Retired] Red Hat Raw Hide Reporter: Stephen Rasku <redhat>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: bero, fweimer
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-26 17:31:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stephen Rasku 2001-06-12 07:03:34 UTC
How Reproducible:	100%

Steps to Reproduce:
1.  Open KDE Control Center
2.  Select Personalization | Crypto

Actual Results:
	
The KDE Control Center crashes with the following error message:

	There was an error loading the module.
	The diagnostics is:
	symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with
link time 
	reference

Additional Information:

	KDE:	2.2alpha2
	openssl:	0.9.6a-5

Comment 1 Bernhard Rosenkraenzer 2001-06-26 17:31:07 UTC
I can't reproduce this (glibc 2.2.3-12 i686)...
Looks like a glibc binary incompatibility though. Jakub, did you change 
__sysconf versioning recently and fix it later?


Comment 2 Jakub Jelinek 2002-08-12 13:33:40 UTC
readelf -s /lib/i686/libc.so.6 | grep sysconf
   155: 4209f010   420 FUNC    WEAK   DEFAULT   11 sysconf@@GLIBC_2.0
  1753: 4209f010   420 FUNC    GLOBAL DEFAULT   11 __sysconf@@GLIBC_2.2
  3369: 4209f010   420 FUNC    WEAK   DEFAULT   11 sysconf
  4967: 4209f010   420 FUNC    GLOBAL DEFAULT   11 __sysconf