|
From: James B. <bu...@us...> - 2003-04-18 10:53:24
|
In message <4be...@aa...>
Stefaan Claes <sc...@aa...> wrote:
> I have just downloaded the latest version (20030417_2145) and
> something has changed: NS crashes when fetching this webpage... :-/
>
> content/fetch.c fetch_start 100: fetch 0x29863d58,
> url 'http://newsimg.bbc.co.uk/nol/shared/img/v3/print.gif '
>
> "content/fetch.c", line 103: fetch_start: Assertion failed: uri != 0
Yes, I noticed this. It's because the link has a space at the end. This is
invalid, but I guess we have to add a workaround.
This build will now fetch each image only once if it appears more than once
in the page. Fetches to each host are also queued instead of being started
simultaneously, which was causing problems. Unfortunately it seems to be
less stable :(.
James
|