[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#423414: axel: segfaults on HTTP 404



On 07/05/11 11:54 -0400, Justin Pryzby said ...
> pryzbyj@cetus:~/share/mirror/debian.org$ axel debian.org/asdf
> Initializing download: debian.org/asdf
> 
> Segmentation fault

Running this on a debug build:

(gdb) r debian.org/asdf
Starting program: /u/giridhar/junk/debian/axel-1.0b/axel debian.org/asdf
[Thread debugging using libthread_db enabled]
[New Thread 1075369648 (LWP 9826)]
Initializing download: debian.org/asdf
tcp_connect( debian.org, 21 ) = 

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1075369648 (LWP 9826)]
0x400384cd in pthread_cancel () from /lib/i686/cmov/libpthread.so.0
(gdb) where
#0  0x400384cd in pthread_cancel () from /lib/i686/cmov/libpthread.so.0
#1  0x0804aa75 in axel_close (axel=0x8054620) at axel.c:447
#2  0x0804f8b0 in main (argc=2, argv=0xbf992a74) at text.c:216
(gdb) f 1
#1  0x0804aa75 in axel_close (axel=0x8054620) at axel.c:447
447                     pthread_cancel( *axel->conn[i].setup_thread );
(gdb) p axel->conn[i].setup_thread
$1 = {0}

This looks like the bug reported at
https://bugs.launchpad.net/ubuntu/+source/axel/+bug/77203

Giridhar

-- 
Y Giridhar Appaji Nag | http://www.appaji.net/

Attachment: signature.asc
Description: Digital signature


Reply to: