Memory leaks ?

Hi,

As I wrote before, I tryied to add a download functionnality
with the HTLoadToFile function in the Webbot. I managed and
it works partially. Here is my problem : when i execute the
program in quiet mode (i.e. with the -q option) it works
perfectly, but without this option allthe  messages I wrote
to the standard output with HTPrint make the program result
in a segentation fault.
I use the debugger xxgdb with my executable and the core file,
and it appears that the program goes "crazy" on the vfprintf
(according to the debugger) after many hundrer parsed links
and lines wrote out.
My question is : Is there any kind of buffer used to print out
messages on the standard output that would be full or something
like that ????

Thanks to all in advance,

Olivier

Received on Monday, 7 February 2000 12:17:53 UTC