Script started on Tue Jan 30 20:05:45 2007 $ lftp http://java.sun.com/javase/downloads open `java.sun.com' [Résolution de l'adresse...] cd `http://java.sun.com/javase/downloads' [Connexion...] cd: redirection reçue vers `/javase/downloads/index.jsp' cd `http://java.sun.com/javase/downloads' [Connexion...] Erreur de segmentation (core dumped) $ gdb --args lftp -d -e 'debug 11' http://java.sun.com/javase/downloads GNU gdb 6.4-debian Copyright 2005 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 "i486-linux-gnu"...(no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run Starting program: /usr/bin/lftp -d -e debug\ 11 http://java.sun.com/javase/downloads (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) open `java.sun.com' [Résolution de l'adresse...] ---- Connexion à java.sun.com (72.5.124.55) port 80 cd `http://java.sun.com/javase/downloads' [Connexion...] ---- Émission des requêtes... ---> HEAD /javase/downloads HTTP/1.1 ---> Host: java.sun.com ---> User-Agent: lftp/3.4.0 ---> Accept: */* ---> Connection: keep-alive ---> cd `http://java.sun.com/javase/downloads' [En attente de réponse...] <--- HTTP/1.1 301 Moved Permanently <--- Server: Sun-ONE-Web-Server/6.1 <--- Date: Wed, 31 Jan 2007 01:05:51 GMT <--- Content-type: text/html <--- Location: /javase/downloads/index.jsp <--- Connection: close <--- cd: redirection reçue vers `/javase/downloads/index.jsp' ---- Fermeture de la connexion HTTP ---- Connexion à java.sun.com (72.5.124.55) port 80 cd `http://java.sun.com/javase/downloads' [Connexion...] ---- Émission des requêtes... ---> HEAD / HTTP/1.1 ---> Host: java.sun.com ---> User-Agent: lftp/3.4.0 ---> Accept: */* ---> Connection: keep-alive ---> cd `http://java.sun.com/javase/downloads' [En attente de réponse...] <--- HTTP/1.1 200 OK <--- Server: Sun-ONE-Web-Server/6.1 <--- Date: Wed, 31 Jan 2007 01:05:52 GMT <--- Content-type: text/html;charset=ISO-8859-1 <--- Set-cookie: JSESSIONID=89412B566EEE40DB2EA10D6AA32AA962;Path=/ <--- Connection: close <--- Program received signal SIGSEGV, Segmentation fault. 0x0808fdeb in FileAccess::Path::Set () (gdb) backtrace #0 0x0808fdeb in FileAccess::Path::Set () #1 0x080c64df in Http::Do () #2 0x0808dc5e in SMTask::Schedule () #3 0x0806c17b in WaitDone () #4 0x0806c7ac in main () (gdb) quit The program is running. Exit anyway? (y or n) y $ Script done on Tue Jan 30 20:06:26 2007