FS#10976 - pacman segfaults after timeout on slow connection
Attached to Project:
Pacman
Opened by Michael Hrabanek (ashen) - Tuesday, 22 July 2008, 08:40 GMT
Last edited by Dan McGee (toofishes) - Thursday, 24 July 2008, 02:23 GMT
Opened by Michael Hrabanek (ashen) - Tuesday, 22 July 2008, 08:40 GMT
Last edited by Dan McGee (toofishes) - Thursday, 24 July 2008, 02:23 GMT
|
Details
Summary and Info:
Similarly to bug #10773 pacman crashes while downloading big file using unstable and slow internet connection. It happened 6 times in last 24 hours installing different kinds of packages. # pacman --debug -S openoffice-base-devel <dump shorten> Total Download Size: 138.09 MB Total Installed Size: 351.78 MB Proceed with installation? [Y/n] debug: using cachedir: /var/cache/pacman/pkg/ :: Retrieving packages from extra... debug: using 'libgsf-1.14.8-1-x86_64.pkg.tar.gz' for download progress debug: connected to ftp.sh.cvut.cz successfully debug: using 'libwpd-0.8.14-1-x86_64.pkg.tar.gz' for download progress debug: connected to ftp.sh.cvut.cz successfully debug: using 'xalan-java-2.7.0-2.pkg.tar.gz' for download progress debug: connected to ftp.sh.cvut.cz successfully debug: using 'hsqldb-java-1.8.0.9-1-x86_64.pkg.tar.gz' for download progress debug: connected to ftp.sh.cvut.cz successfully debug: using 'libxmi-1.2-1.pkg.tar.gz' for download progress debug: connected to ftp.sh.cvut.cz successfully debug: using 'plotutils-2.5-1-x86_64.pkg.tar.gz' for download progress debug: connected to ftp.sh.cvut.cz successfully debug: using 'gd-2.0.35-1.pkg.tar.gz' for download progress debug: connected to ftp.sh.cvut.cz successfully debug: using 'gsfonts-8.11-4.pkg.tar.gz' for download progress debug: connected to ftp.sh.cvut.cz successfully error: segmentation fault error: Internal pacman error: Segmentation fault. Please submit a full bug report with --debug if appropriate. Steps to Reproduce: Take your laptop for walk and try to install several big packages using your home wireless AP;o) |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 24 July 2008, 02:23 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#10773
Thursday, 24 July 2008, 02:23 GMT
Reason for closing: Duplicate
Additional comments about closing:
If you feel comfortable recompiling packages and getting this backtrace for us, simply grab the pacman PKGBUILD from ABS and add the !strip option to the options array and recompile. You should then be able to run:
gdb --args pacman --debug -S openoffice-base-devel
and everything will run until we get to the segmentation fault. At that point, type the command 'bt' (e.g. backtrace) to get a stack dump of where we are at.
FS#10773.