[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [bug-wget] Segfault when trying to use metalinks
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] [bug-wget] Segfault when trying to use metalinks |
Date: |
Sun, 08 Sep 2013 22:11:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Darshit Shah <address@hidden> writes:
>> Try running the segfaulting metalink wget under valgrind.
>>
>
> As Angel suggested, I ran the wget with the said metalink file through
> valgrind. THe results are quite surprising:
> All the leaks seem to originate from the metalink related code. There do
> exist a few leaks in the Wget trunk code, but they did not prop up here.
thanks for your report. I know the metalink support is still very
unstable in the parallel-wget branch, that is why it is not yet merged
into master.
The parallel branch is quite hacky at the moment, so the plan is to
merge your new test-suite first and after proceed with a refactor of the
parallel-wget branch. Unfortunately the parallel-wget code is quite
hacky and it requires some refactoring, that can be done in a safer
way with your new tests.
Giuseppe