On 1/22/07, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On 1/22/07, James Rosten <seinfeld90@gmail.com> wrote:
-Ss is most definitely broken.
Internal pacman error: Segmentation fault Please submit a full bug report, with the given package if appropriate.
Probably something I introduced with the alpm_list_t migration. I'll fix this tonight.
Debug output below. It only segfaults if it finds a matching package, if that helps. If you search for nonsense, it finishes correctly, so it must be in whatever code adds the found package to some list. $ pacman3 -Ss --debug=1 kernel26 [19:27:57] debug: config: new section 'options' [19:27:57] debug: config: logfile: /var/log/pacman.log [19:27:57] debug: config: noupgrade: etc/logrotate.conf [19:27:57] debug: config: noupgrade: var/abs [19:27:57] debug: config: noupgrade: etc/abs/supfile.community [19:27:57] debug: config: noupgrade: etc/abs/supfile.arch [19:27:57] debug: config: noupgrade: etc/abs/supfile.unstable [19:27:57] debug: config: noupgrade: etc/abs/supfile.extra [19:27:57] debug: config: noupgrade: etc/passwd [19:27:57] debug: config: noupgrade: etc/group [19:27:57] debug: config: noupgrade: etc/shadow [19:27:57] debug: config: noupgrade: etc/sudoers [19:27:57] debug: config: noupgrade: etc/fstab [19:27:57] debug: config: noupgrade: etc/raidtab [19:27:57] debug: config: noupgrade: etc/mdadm.conf [19:27:57] debug: config: noupgrade: etc/ld.so.conf [19:27:57] debug: config: noupgrade: etc/inittab [19:27:57] debug: config: noupgrade: etc/rc.conf [19:27:57] debug: config: noupgrade: etc/rc.local [19:27:57] debug: config: noupgrade: etc/modprobe.conf [19:27:57] debug: config: noupgrade: etc/modules.conf [19:27:57] debug: config: noupgrade: etc/lilo.conf [19:27:57] debug: config: noupgrade: boot/grub/menu.lst [19:27:57] debug: config: noupgrade: etc/mkinitrd.conf [19:27:57] debug: config: holdpkg: pacman [19:27:57] debug: config: holdpkg: glibc [19:27:57] debug: config: new section 'custom' [19:27:57] debug: opening database 'custom' [19:27:57] debug: config: new section 'current' [19:27:57] debug: opening database 'current' [19:27:57] debug: config: including /etc/pacman.d/current [19:27:57] debug: attempt to re-register the 'current' database, using existing [19:27:57] debug: config: new section 'current' [19:27:57] debug: attempt to re-register the 'current' database, using existing [19:27:57] debug: config: new section 'extra' [19:27:57] debug: opening database 'extra' [19:27:57] debug: config: including /etc/pacman.d/extra [19:27:57] debug: attempt to re-register the 'extra' database, using existing [19:27:57] debug: config: new section 'extra' [19:27:57] debug: attempt to re-register the 'extra' database, using existing [19:27:57] debug: config: new section 'community' [19:27:57] debug: opening database 'community' [19:27:57] debug: config: including /etc/pacman.d/community [19:27:57] debug: attempt to re-register the 'community' database, using existing [19:27:57] debug: config: new section 'community' [19:27:57] debug: attempt to re-register the 'community' database, using existing [19:27:57] debug: config: new section 'testing' [19:27:57] debug: opening database 'testing' [19:27:57] debug: config: new section 'unstable' [19:27:57] debug: opening database 'unstable' [19:27:57] debug: config: including /etc/pacman.d/unstable [19:27:57] debug: attempt to re-register the 'unstable' database, using existing [19:27:57] debug: config: new section 'unstable' [19:27:57] debug: attempt to re-register the 'unstable' database, using existing [19:27:57] debug: opening database 'local' [19:27:57] debug: searching for target 'kernel26' [19:27:57] debug: loading package cache (infolevel=0x3) for repository 'custom' [19:27:57] debug: searching for target 'kernel26' [19:27:57] debug: loading package cache (infolevel=0x3) for repository 'current' [19:27:58] debug: search target 'kernel26' matched 'kernel26' Internal pacman error: Segmentation fault Please submit a full bug report, with the given package if appropriate.