| There is the result on a i686 system.
[aleph@localhost websites]$ gdb httrack
GNU gdb (GDB) 7.1-1mdv2010.1 (Mandriva Linux release 2010.1)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-mandriva-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/httrack...(no debugging symbols found)...done.
Missing debug package(s), you should install:
httrack-debug-3.43.9-1mdv2010.1.i586
(gdb) run
Starting program: /usr/bin/httrack
[Thread debugging using libthread_db enabled]
Welcome to HTTrack Website Copier (Offline Browser)
3.43-9-nossl+libhtsjava.so.2
Copyright (C) Xavier Roche and other contributors
To see the option list, enter a blank line or try httrack --help
Enter project name :blender-tutoerial
Base path (return=/home/aleph/websites/) :
Enter URLs (separated by commas or blank spaces) :http://www.blender.hu/
Action:
(enter) 1 Mirror Web Site(s)
2 Mirror Web Site(s) with Wizard
3 Just Get Files Indicated
4 Mirror ALL links in URLs (Multiple Mirror)
5 Test Links In URLs (Bookmark Test)
0 Quit
: 1
Proxy (return=none) :
You can define wildcards, like: -*.gif +www.*.com/*.zip -*img_*.zip
Wildcards (return=none) :
You can define additional options, such as recurse level (-r<number>), separed
by blank spaces
To see the option list, type help
Additional options (return=none) :
---> Wizard command line: httrack <http://www.blender.hu/> -O
"/home/aleph/websites/blender-tutoerial" -%v
Ready to launch the mirror? (Y/n) :
Program received signal SIGSEGV, Segmentation fault.
0xb7e05f57 in strchrnul () from /lib/i686/libc.so.6
(gdb) exit
Undefined command: "exit". Try "help".
(gdb) quit
A debugging session is active.
Inferior 1 [process 2849] will be killed.
Quit anyway? (y or n) y
[aleph@localhost websites]$ uname -a
Linux localhost 2.6.33.7-desktop-2mnb #1 SMP Mon Sep 20 19:00:25 UTC 2010 i686
i686 i386 GNU/Linux
| |