[Xavier Roche <[EMAIL PROTECTED]>, 2008-03-16 22.18 CET]
> If you can, rebuild the sources using this patch:
>
> --- htscore.c.orig      2008-03-16 22:12:14.184014020 +0100
> +++ htscore.c   2008-03-16 22:11:26.000000000 +0100
> @@ -167,7 +167,7 @@
>      cache.zipInput = NULL; \
>    } \
>    if (cache.olddat) { fclose(cache.olddat); cache.olddat=NULL; } \
> -  if (cache.lst) { fclose(cache.lst); cache.lst=NULL; } \
> +  if (cache.lst) { fclose(cache.lst); cache.lst=opt->state.strc.lst=NULL; 
> } \
>    if (cache.txt) { fclose(cache.txt); cache.txt=NULL; } \
>    if (opt->log) fflush(opt->log); \
>    if (opt->log) fflush(opt->log);\

I applied this patch and built and installed the new package.

I tried 1 time continue old project -> no problem
1 time new project (1 prj. already existing) -> no problem
2 times rm -r ~/websites and then new project -> error

One of the backtraces was exactly like the last one. I include the other
one.

For next tries, I'll accept your offer to send me .deb directly, because
creating the new package takes a long time here, and there is also the
possibility that I make a mistake.

Thanks.
Carlos.

GNU gdb 6.6-debian
Copyright (C) 2006 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/i686/cmov/libthread_db.so.1".
Reading symbols from /lib/i686/cmov/libpthread.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /lib/i686/cmov/libpthread.so.0
Reading symbols from /hdc1/usr/lib/libhttrack.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libhttrack.so.2
Reading symbols from /hdc1/usr/lib/libz.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/i686/cmov/libc.so.6...(no debugging symbols 
found)...done.
Loaded symbols for /lib/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/i686/cmov/libdl.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /lib/i686/cmov/libdl.so.2
Reading symbols from /hdc1/usr/lib/i686/cmov/libssl.so.0.9.8...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/i686/cmov/libssl.so.0.9.8
Reading symbols from /hdc1/usr/lib/i686/cmov/libcrypto.so.0.9.8...(no debugging 
symbols found)...done.
Loaded symbols for /usr/lib/i686/cmov/libcrypto.so.0.9.8
Reading symbols from /hdc1/usr/lib/libhtsjava.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libhtsjava.so.2
Reading symbols from /lib/i686/cmov/libnss_files.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /lib/i686/cmov/libnss_files.so.2
Reading symbols from /lib/libnss_mdns4_minimal.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/libnss_mdns4_minimal.so.2
Reading symbols from /lib/i686/cmov/libnss_dns.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /lib/i686/cmov/libnss_dns.so.2
Reading symbols from /lib/i686/cmov/libresolv.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/i686/cmov/libresolv.so.2

Core was generated by `/usr/lib/httrack/htsserver /usr/share/httrack/ path 
/home/angus/websites lang 1'.
Program terminated with signal 11, Segmentation fault.
#0  0xb7d7d495 in fflush () from /lib/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7d7d495 in fflush () from /lib/i686/cmov/libc.so.6
#1  0xb7ea17c2 in filenote () from /usr/lib/libhttrack.so.2
#2  0xb7ea0e1a in filecreate () from /usr/lib/libhttrack.so.2
#3  0xb7f4791f in verif_backblue () from /usr/lib/libhttrack.so.2
#4  0xb7f48d7d in hts_buildtopindex () from /usr/lib/libhttrack.so.2
#5  0xb7f24752 in hts_main2 () from /usr/lib/libhttrack.so.2
#6  0x08052a09 in ?? ()
#7  0x0000001e in ?? ()
#8  0x0808b6c0 in ?? ()
#9  0xb7356008 in ?? ()
#10 0x0808b420 in ?? ()
#11 0xb7b793d8 in ?? ()
#12 0x0808b6c0 in ?? ()
#13 0x00000033 in ?? ()
#14 0xb7f8ebb8 in ?? () from /usr/lib/libhttrack.so.2
#15 0xb7f90d08 in ?? () from /usr/lib/libhttrack.so.2
#16 0x0808b420 in ?? ()
#17 0xb7b793d8 in ?? ()
#18 0xb7f59208 in ?? () from /usr/lib/libhttrack.so.2
#19 0x0808b420 in ?? ()
#20 0xb7f91000 in ?? ()
#21 0x00015080 in ?? ()
#22 0x00000005 in ?? ()
#23 0xb7d2ab9c in ?? () from /lib/i686/cmov/libc.so.6
#24 0xb7fa5ff4 in ?? () from /lib/i686/cmov/libpthread.so.0
#25 0x080524a0 in ?? ()
#26 0xb7fa5ff4 in ?? () from /lib/i686/cmov/libpthread.so.0
#27 0x00000000 in ?? ()
(gdb) quit

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to