| No problem! :) I started a new session:
(gdb) run --skeleton -q -%i0 -I0 <http://tatarstan.ru/> -O
/mnt/corpora/tatarstan/
Starting program: /home/fran/local/bin/httrack --skeleton -q -%i0 -I0
<http://tatarstan.ru/> -O /mnt/corpora/tatarstan/
warning: no loadable sections found in added symbol-file system-supplied DSO
at 0x7ffff7ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?[Thread debugging using
libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Mirror launched on Sun, 06 Jul 2014 20:58:31 by HTTrack Website Copier/3.48-13
[XR&CO'2014]
mirroring <http://tatarstan.ru/> with the wizard help..
(int) strlen(copyBuff) <= qLen failed at htslib.c:3457 - OK
Program received signal SIGABRT, Aborted.
0x00007ffff739c407 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: El fitxer o directori no
existeix.
(gdb) up 3
#3 0x00007ffff7968476 in fil_normalized (
source=source@entry=0x7ffffffe44b0
"/maps?f=q&source=s_q&hl=ru&geocode=&q=%D0%BA%D0%B0%D0%B7%D0%B0%D0%BD%D1%8C&sll=55.354135,40.297852&sspn=21.261007,56.162109&ie=UTF8&hq=&hnear=%D0%B3%D0%BE%D1%80%D0%BE%D0%B4%D1%81%D0%BA%D0%BE%D0%B9+%D0"...,
dest=0x7ffffffef132 "/maps") at htslib.c:3457
3457 assertf((int) strlen(copyBuff) <= qLen);
(gdb) p source
$1 = 0x7ffffffe44b0
"/maps?f=q&source=s_q&hl=ru&geocode=&q=%D0%BA%D0%B0%D0%B7%D0%B0%D0%BD%D1%8C&sll=55.354135,40.297852&sspn=21.261007,56.162109&ie=UTF8&hq=&hnear=%D0%B3%D0%BE%D1%80%D0%BE%D0%B4%D1%81%D0%BA%D0%BE%D0%B9+%D0"...
(gdb)
Is it possible to exclude e.g. any url with /maps or something in ? | |