FS#23398 - pacman 3.5.0 segfaults

Attached to Project: Pacman
Opened by Strephil (strephil) - Wednesday, 23 March 2011, 07:42 GMT
Last edited by Allan McRae (Allan) - Wednesday, 23 March 2011, 10:52 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

pacman 3.5.0 segfaults.


Steps to reproduce:

pacman -Qu
pacman -Su

This is pacman -Qu --debug
This task depends upon

Closed by  Allan McRae (Allan)
Wednesday, 23 March 2011, 10:52 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#23314 
Comment by Allan McRae (Allan) - Wednesday, 23 March 2011, 09:46 GMT
Can you post a backtrace with gdb?
Comment by Strephil (strephil) - Wednesday, 23 March 2011, 10:46 GMT
Reading symbols from /usr/bin/pacman...done.
(gdb) set args -Qu
(gdb) run
Starting program: /usr/bin/pacman -Qu
[Thread debugging using libthread_db enabled]
mpd 0.16.1-1

Program received signal SIGSEGV, Segmentation fault.
0xb7c25151 in free () from /lib/libc.so.6
(gdb) backtrace
#0 0xb7c25151 in free () from /lib/libc.so.6
#1 0xb7fa82b3 in _alpm_delta_free (delta=0x8063048) at delta.c:347
#2 0xb7f9d34e in alpm_list_free_inner (list=0x80630d8, fn=0xb7fa8293 <_alpm_delta_free>) at alpm_list.c:72
#3 0xb7faf133 in _alpm_pkg_free (pkg=0x8062ec8) at package.c:477
#4 0xb7f9d34e in alpm_list_free_inner (list=0x8062f78, fn=0xb7faee95 <_alpm_pkg_free>) at alpm_list.c:72
#5 0xb7fa6f6e in _alpm_db_free_pkgcache (db=0x805ce00) at db.c:534
#6 0xb7fa67f5 in _alpm_db_free (db=0x805ce00) at db.c:367
#7 0xb7fa5d77 in _alpm_db_unregister (db=0x805ce00) at db.c:75
#8 0xb7fa5e96 in alpm_db_unregister_all () at db.c:103
#9 0xb7f9d290 in alpm_release () at alpm.c:84
#10 0x0804d1e7 in cleanup (ret=0) at pacman.c:278
#11 0x0804fd29 in main (argc=2, argv=0xbffff9b4) at pacman.c:1475

Loading...