Comment 5 for bug 140739

Revision history for this message
TJ (tj) wrote :

Gutsy 64-bit has the same issue.

It first occurred trying to do a partial-upgrade with package gnome-icon-theme. I manually updated that using "apt-get install gnome-icon-theme" and then, after "dpkg --configure -a" the package "eog" failed. I ran a gdb trace and got:

$ gdb --args apt-get install eog

(gdb) run
Starting program: /usr/bin/apt-get install eog
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  eog
1 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
1 not fully installed or removed.
Need to get 0B/1141kB of archives.
After unpacking 36.9kB of additional disk space will be used.
(Reading database ... 137797 files and directories currently installed.)
Preparing to replace eog 2.19.92-0ubuntu1 (using .../eog_2.20.0-0ubuntu1_amd64.deb) ...

Program received signal SIGSEGV, Segmentation fault.
0x00002acce1436a51 in _strstrip () from /usr/lib/libapt-pkg-libc6.6-6.so.4.5
(gdb) bt
#0 0x00002acce1436a51 in _strstrip () from /usr/lib/libapt-pkg-libc6.6-6.so.4.5
#1 0x00002acce14a5424 in pkgDPkgPM::ProcessDpkgStatusLine () from /usr/lib/libapt-pkg-libc6.6-6.so.4.5
#2 0x00002acce14a6698 in pkgDPkgPM::DoDpkgStatusFd () from /usr/lib/libapt-pkg-libc6.6-6.so.4.5
#3 0x00002acce14a748f in pkgDPkgPM::Go () from /usr/lib/libapt-pkg-libc6.6-6.so.4.5
#4 0x00002acce145b45e in pkgPackageManager::DoInstallPostFork () from /usr/lib/libapt-pkg-libc6.6-6.so.4.5
#5 0x000000000041510f in ?? ()
#6 0x00000000004198c2 in ?? ()
#7 0x00002acce1441b8a in CommandLine::DispatchArg () from /usr/lib/libapt-pkg-libc6.6-6.so.4.5
#8 0x0000000000407f8b in ?? ()
#9 0x00002acce2097b44 in __libc_start_main () from /lib/libc.so.6
#10 0x0000000000406589 in ?? ()
#11 0x00007fffc98b7f28 in ?? ()
#12 0x0000000000000000 in ?? ()