Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 173983

Summary: net-misc/axel coredumps on 404 not found
Product: Gentoo Linux Reporter: Xuefer <Xuefer>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Xuefer 2007-04-10 06:04:13 UTC
axel will coredump when server response 404

Reproducible: Always




LANG=C gdb --args axel http://dev/gentoo-mirror/distfiles/MPlayer-1.0rc1.tar.bz2
GNU gdb 6.6
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) r
Starting program: /usr/bin/axel http://dev/gentoo-mirror/distfiles/MPlayer-1.0rc1.tar.bz2
(no debugging symbols found)
Failed to read a valid object file image from memory.
(no debugging symbols found)
(no debugging symbols found)
Initializing download: http://dev/gentoo-mirror/distfiles/MPlayer-1.0rc1.tar.bz2
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
HTTP/1.0 404 Not Found

Program received signal SIGSEGV, Segmentation fault.
0xb7f051d7 in pthread_cancel () from /lib/libpthread.so.0
(gdb) bt
#0  0xb7f051d7 in pthread_cancel () from /lib/libpthread.so.0
#1  0x0804ab53 in ?? ()
#2  0x00000000 in ?? ()
(gdb) q
The program is running.  Exit anyway? (y or n) y
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-10 06:13:49 UTC

*** This bug has been marked as a duplicate of bug 162005 ***