Bug 44217 - Possible glibc binary incompatibility (KDE Control Center crashes when selecting crypto)
Summary: Possible glibc binary incompatibility (KDE Control Center crashes when select...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: glibc
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-12 07:03 UTC by Stephen Rasku
Modified: 2016-11-24 14:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-26 17:31:11 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.