Hi,

> I repeatedly get a segmentation fault when trying to read
http://home.tiscali.dk/Andy%20Warhol2.htm on a Mac OSX. Try to read the same
URL from a Win2k, and do not get the fault. The URL behaves a bit funny
(quasi-circular redirects). Turn on trace/net, and you'll see (but hurry, the
URL mess-up could be fixed any time).

Rebol http protocol should put a limit to the number of redirections. Norw it
is not set any limit, but at the end Rebol finds parse recursion limits or
something other internal limit (memory, number of ports...?).

Mozilla, for example, displays a message "limit number of redirection
reached".

Segmentation faults on *nix are "the default error" :-)

---
Ciao
Romano

>
> Here's from the end of the Win2k trace:
> Net-log: "HTTP/1.1 302 Found"
> ** User Error: URL error:
http://home.tiscali.dk/Andy%20Warhol2.htm//////////
>
/////////////////////////////////////////////////////////////////////////////
>
/////////////////////////////////////////////////////////////////////////////
> ///////////////////////////////////
> ** Near: t: read http://home.tiscali.dk/Andy%20Warhol2.htm
> >>
>
> And here's from the Mac OSX ditto:
> Net-log: "HTTP/1.1 302 Found"
> Segmentation fault
>                   [www:~] root#
>
>
> Is this a known bug? (How does one find out? Is there a public bug tracker
somewhere?)
>
> HY
>
> Prętera censeo Carthaginem esse delendam
>
>
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.
>

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to