| > I am using:
> HTTrack version 3.46+libhtsjava.so.2
Could you try the latest one ? A bunch of fixes have been merged since 3.46,
including use-after-free and double-free issues.
<http://mirror.httrack.com/historical/httrack-3.48.20.tar.gz>
tar xvfz httrack-3.48.20.tar.gz
cd httrack-3.48.20/
./configure && make -j8 && make install DESTDIR=/your/install/path
LD_LIBRARY_PATH=/your/install/path/usr/local/lib
/your/install/path/usr/local/bin/httrack ...
| |