Udo Weber wrote:

> Geoffrey Lee wrote:
>
> > Yo,
> >
> > On Tue, Nov 21, 2000 at 02:37:32PM +0100, Daouda LO wrote:
> > > Udo Weber <[EMAIL PROTECTED]> writes:
> > >
> > > > Hi,
> > > >
> > > > I have big problems to update the packages
> > > > kdebase and kdebase-devel from 2.0-18 to 2.0-20
> > > > I don't know what's wrong here but each attempt
> > > > to rpm -Fvh or -Uvh finished with sigfault and core
> > > > I tryed rpm -e kdebase-devel-2.0.18mdk -> same prob core+sigfault
> > > > rpm --rebuilddb don't solve the prob
> > > > deleted all /var/lib/rpm/*rpm + rpm --rebuilddb -> no solution
> > > >
> > > > rpm -ivh kdebase-devel-2.0.20mdk works (why ?) but after this
> > > > rpm -qa |grep kdebase-devel gave me both versions as installed
> > > > and no chance to remove the old version.
> > > >
> > > > Has anyone an idea how I can solve this prob ?
> > >
> > > sorry that worked fine there:
> > > [root@darou share]# rpm -q kdebase
> > > kdebase-2.0-18mdk
> > > [root@darou share]# mount kenobi:/RPMS/ /RPMS/
> > > [root@darou share]# rpm -Uh /RPMS/kdebase-2.0-20mdk.i586.rpm
> > > ##################################################
> > > [...] some perl warning (my locales are broken)
> > > [root@darou share]#
> > >
> >
> > File the core to make sure it's from rpm and not from some other program?
> >
> > --
> > Geoffrey Lee <[EMAIL PROTECTED]>
> > ������
> >
> > ~/.signature ����big5 compliant (You can't see it thanks to new glibc. :p)
> >
> > http://www.mandrakesoft.com/~snailtalk
> > ftp://devel.mandrakesoft.com/pub/people/snailtalk
> >
> > "Seven days in a honeymoon makes one whole week."
>
> It's realy from rpm -> reproduceable with several rpm-options but only on
> kdebase/kdebase-devel 2.0-18mdk
> Believe me, I verifyed this   gdb /usr/bin/rpm core
>
> Sorry, an real output of this cmd will follow later today, is not available
> yet.
> I only have this prob on one of my both cooker-systems.
>
> Udo

Hi,
here like promised some outputs of my attempts to remove/update
the kdebase/kdebase-devel:

[root@wotan RPMS]# rpm -qa |grep kdebase
kdebase-devel-2.0-18mdk
kdebase-2.0-19mdk
[root@wotan RPMS]# rpm -e kdebase-devel-2.0-18mdk
Segmentation fault (core dumped)

[root@wotan RPMS]# file core
core: ELF 32-bit LSB core file of 'rpm' (signal 11), Intel 80386,
version 1, from 'rpm'
[root@wotan RPMS]# gdb /usr/bin/rpm core
...
Core was generated by `rpm -e kdebase-devel-2.0-18mdk'.
Program terminated with signal 11, Segmentation fault.
#0  0x8057d9e in ?? ()
(gdb) where
#0  0x8057d9e in ?? ()
Cannot access memory at address 0x0
[root@wotan RPMS]# rpm -Fvh kdebase-devel-2.0-20mdk.i586.rpm
Segmentation fault (core dumped)

Core was generated by `rpm -Fvh kdebase-devel-2.0-20mdk.i586.rpm'.
Program terminated with signal 11, Segmentation fault.
#0  0x8057d9e in ?? ()
(gdb) where
#0  0x8057d9e in ?? ()
Cannot access memory at address 0x0

[root@wotan RPMS]# rpm -Uvh kdebase-devel-2.0-20mdk.i586.rpm
Segmentation fault (core dumped)

[root@wotan RPMS]# gdb /usr/bin/rpm core
Core was generated by `rpm -Uvh kdebase-devel-2.0-20mdk.i586.rpm'.
Program terminated with signal 11, Segmentation fault.
#0  0x8057d9e in ?? ()
(gdb) where
#0  0x8057d9e in ?? ()
Cannot access memory at address 0x0

[root@wotan RPMS]# rpm -Uvh kdebase-2.0-20mdk.i586.rpm
Segmentation fault (core dumped)

[root@wotan RPMS]# gdb /usr/bin/rpm /core
Core was generated by `rpm -Uvh kdebase-2.0-20mdk.i586.rpm'.
Program terminated with signal 11, Segmentation fault.
#0  0x807ebd6 in ?? ()
(gdb) where
#0  0x807ebd6 in ?? ()
Cannot access memory at address 0x0

root@wotan RPMS]# rpm -e --nodeps kdebase-2.0-19mdk
Segmentation fault (core dumped)

root@wotan RPMS]# gdb /usr/bin/rpm /core
Core was generated by `rpm -e --nodeps kdebase-2.0-19mdk'.
Program terminated with signal 11, Segmentation fault.
#0  0x807ebd6 in ?? ()
(gdb) where
#0  0x807ebd6 in ?? ()
Cannot access memory at address 0x0

Sorry for so much data but that's all I tryed.
I have installed all latest stuff from cooker
(except kdebase / kdebase-devel).
I already have done a rpm --rebuilddb several times.
The same downloaded version of kdebase/kdebase-devel I have installed
successful on another system.
I'm useing rpm-4 since about 1 month.
Maybe it is not a bug but how can I solve or circumvent this ?

This problem only appear on kdebase/kdebase-devel.
Is this a rpm-db corruption ? Howto fix ?

Thx for any help
Udo

Reply via email to