| Running it inside gdb gave me a SIGALRM that ended the
program, but by running outside gdb and giving ?\, I got a
core out of it. Here's some info, I'll keep the core around
so you can ask more questions.
-Lars
(gdb) where
#0 0xff09eb6c in _sigsuspend () from /usr/lib/libc.so.1
#1 0xfefd9808 in sigsuspend () from /usr/lib/libthread.so.1
#2 0xff056528 in _usleep () from /usr/lib/libc.so.1
#3 0xfefdb1e4 in usleep () from /usr/lib/libthread.so.1
#4 0xff2c1a50 in url_savename (adr_complete=0xffb958b0
"www.astronomibladet.dk", fil_complete=0xffb950b0
"/more.php?id=262_0_2_0_M", save=0xffb930b0 "",
former_adr=0xffb938b0 "", former_fil=0xffb940b0 "",
referer_adr=0x26fb200 "www.astronomibladet.dk",
referer_fil=0x26fb21c "/astronominyheder_archives.php",
opt=0xffbe46a0, liens=0xcea20, lien_tot=800, back=0x274b558,
back_max=1152, cache=0xffb9e990,
hash=0xffba9630, ptr=114, numero_passe=0) at htsname.c:398
#5 0xff22dec0 in htsparse (str=0xffb9cca8, stre=0xffb9cc30)
at htsparse.c:2236
#6 0xff21a4e4 in httpmirror (url1=0xffb987f8 "",
ptropt=0xffbe46a0) at htscore.c:1452
#7 0xff2a0f60 in hts_main (argc=15, argv=0x2400) at
htscoremain.c:2296
#8 0x11040 in main (argc=15, argv=0xffbefa94) at httrack.c:205
(gdb) info threads
4 LWP 4 0xfefd9774 in private___lwp_cond_wait
() from /usr/lib/libthread.so.1
3 LWP 3 0xff09c610 in door_restart () from
/usr/lib/libc.so.1
2 LWP 2 0xff09ea6c in _signotifywait () from
/usr/lib/libc.so.1
* 1 LWP 1 0xff09eb6c in _sigsuspend () from
/usr/lib/libc.so.1
| |