[REBOL] Segmentation fault from http port
From: hallvard::ystad::oops-as::no at: 21-May-2004 21:11
Hello
I repeatedly get a segmentation fault when trying to read http://home.tiscali.dk/Andy Warhol2.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).
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 Warhol2.htm//////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
///////////////////////////////////
** Near: t: read http://home.tiscali.dk/Andy Warhol2.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