| Subject: Re: Segmentation fault |
Author: Xavier Roche |
Date: 03/21/2010 14:59 |
| | > Is there any new to the matter?
Can not reproduce the issue with all linux tested -- are you using United
Linux too ?
If you can, please do the following:
cd /tmp
wget <http://www.httrack.com/httrack.tar.gz>
tar xvfz httrack.tar.gz
cd httrack-3.43.9/
./configure CFLAGS="-O0 -g" && make && make install DESTDIR=/tmp/test
And then, attempt to see what's going on with gdb:
LD_LIBRARY_PATH=/tmp/test/usr/local/lib gdb /tmp/test/usr/local/bin/httrack
(gdb) set args <http://www.example.com/> -O ./dest_dir
(gdb) run
Thanks!
| |
|
|
|
|
a
Created with FORUM 2.0.11