FS#1208 - pacman crash
|
Details
haven't been able to reproduce this, but maybe you can:
# pacman -Syu :: Synchronizing package databases... current [########################################################] 100% 37K 6403K/s 00:00:00 extra [########################################################] 100% 145K 9231K/s 00:00:00 :: Replace html-parser with perl-html-parser from "extra"? [Y/n] :: Replace html-tagset with perl-html-tagset from "extra"? [Y/n] :: kernel26-scsi-2.6.6-1: ignoring package upgrade (2.6.7-1) :: Above packages will be skipped. To manually upgrade use 'pacman -S <pkg>' Remove: html-tagset html-parser Targets: perl-html-tagset-3.03-1 perl-html-parser-3.35-1 bash-3.0-1 Proceed with upgrade? [Y/n] :: Retrieving packages from extra... perl-html-tagset-3.03-1 [########################################################] 100% 9K 2768K/s 00:00:00 perl-html-parser-3.35-1 [########################################################] 100% 78K 8771K/s 00:00:00 :: Retrieving packages from current... bash-3.0-1 [########################################################] 100% 456K 10220K/s 00:00:00 checking package integrity... done. removing html-tagset... done. removing html-parser... done. loading package data... done. checking for file conflicts... done. installing perl-html-tagset... done. installing perl-html-parser... done. upgrading bash... done. Segmentation fault # |
This task depends upon
Closed by Judd Vinet (judd)
Thursday, 10 February 2005, 20:53 GMT
Reason for closing: Fixed
Additional comments about closing: I believe this has been fixed in recent versions of pacman.
Thursday, 10 February 2005, 20:53 GMT
Reason for closing: Fixed
Additional comments about closing: I believe this has been fixed in recent versions of pacman.
First was last synchronized yesterday.
Second about 3 weeks ago.
On the first box the update consisted of perl packages bash and something else. At first I thought it's nothing special but I tried to carefully upgrade my second box.
I upgraded everything manually (one by one) and left only new perl packages to upgrade all at once (as last pacman -Su). Then I experienced the segfault (last package to upgrade was perl-uri).
I'm 90% sure it's connected with the changed names of perl modules packages. Everything is updated and after removing pacman lock from /tmp I can run it fine. Only no sign of the last upgrade of perl packages in /var/log/pacman.log (segfault before write?). I could also reinstall perl-uri with pacman -S perl-uri without any problem, so I think to reproduce this segfault you have to get old some old perl module package and then try to upgrade it to nee perl-...