[REBOL] A couple of questions (core dump & bsd support)
From: parki::whatevernot::com at: 28-Oct-2003 19:29
Hi - a couple questions:
1. I have found a core dump on both Windows and Mac OSX - I have a
function that parses up a file - the first parameter to the function
takes a block of lines. If I read the contents from a file on disc
(read/lines %test.txt) then things are fine, but when I read from a url
(read/lines http://bar.com/test.txt) then I get a core dump. Weirdness.
Anyone know about this? Any way to get more information on a core dump?
2. Any hope for BSD support for :
%uname -a
FreeBSD bubble.samurai.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Tue Apr
15 15:10:59 EDT 2003
[bryanf--admin--samurai--com]:/usr/obj/usr/src/sys/SAMURAI-SMP i386
The BSD version of Rebol doesn't work on this version of BSD.
Many thanks.
parki...