Bug 30751 - rpm 4.0 core dump
Summary: rpm 4.0 core dump
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rpm
Version: 7.0
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-03-06 03:34 UTC by Kiri Wagstaff
Modified: 2007-04-18 16:31 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-03-06 05:48:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Kiri Wagstaff 2001-03-06 03:34:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.17-21mdk i686)


I installed rpm 4.0 from the source rpm.  I then upgraded from glibc 2.1.3
to glibc 2.2.2.  Now I get a core dump from rpm (didn't get this core dump
before upgrading glibc, but I'm not sure what's causing it). 



Reproducible: Always
Steps to Reproduce:
1. Install rpm 4.0.
2. Install glibc 2.2.2. 
3. Try to upgrade or install any .rpm.
	

Actual Results:  
[root@astra src]# rpm -U tix-8.3.2-7mdk.i586.rpm
rpm: ../iconv/skeleton.c:304: gconv: Assertion `outbufstart == ((void *)0)'
failed.
Aborted (core dumped)



Expected Results:  Ideally, a successful upgrade (or a message about
required dependencies).

Comment 1 Kiri Wagstaff 2001-03-06 03:35:47 UTC
Note that glibc 2.2.2 does update several entries in /usr/lib/gconv, if that's
what's going on here.

Comment 2 Kiri Wagstaff 2001-03-06 04:12:13 UTC
Modification: rpm 4.0 came from the tar.gz, not the source rpm.

Comment 3 Kiri Wagstaff 2001-03-06 05:48:24 UTC
Ok, I was able to eliminate the core dump by recompiling and reinstalling rpm
4.0.  I had to add the following two lines to popt.c to get it to compile this
time:

#define FLT_MAX 1e+37
#define FLT_MIN 1e-37

As far as I can tell, one possible clash between rpm 4 and glibc2.2.2 is that
they both write very different versions of /usr/local/include/libintl.h.  There
may be (probably are) others.


Comment 4 Jeff Johnson 2001-03-06 13:57:43 UTC
There's an i18n structure incompatibility between glibc-2.1.3 and glibc-2.2.2
that affects statically linked binaries like /bin/rpm. You'll need to recompile
rpm
with glibc-2.2.2.


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