[REBOL] rebol crashes??

2000-08-13 Thread raimund
Hi, I am running a Suse 6.4 system and have some occasional crashes. For example the following: raimund@linux:~/Development/rebol/Tests > rebol REBOL/View 0.9.9.4.2 1-Jun-2000 Copyright 2000 REBOL Technologies. All rights reserved. Type DEMO to run demo if it is disabled >> send [EMAIL PROTECT

[REBOL] REBOL crashes randomly with HTTP authentication Re:

2000-01-26 Thread holger
On Wed, 26 Jan 2000, you wrote: > Hi, > > following discussions about username and passwords, I made some > experiments with REBOL 2.2.0.3.1, Windows NT and IIS 4. > > It appears that REBOL crashes randomly when length of username and > password (i.e. length? rejoin [username password]) is small

[REBOL] REBOL crashes randomly with HTTP authentication Re:

2000-01-26 Thread joel . neely
Michal's investigation is consistent with the crashes I reported yesterday. In my testing, the userID and password were both 5 characters long, just failing to reach the safe combined length of 11 that Michal observed. What persistence! Thanks, Michal! -jn- [EMAIL PROTECTED] wrote: > > It app

[REBOL] REBOL crashes randomly with HTTP authentication

2000-01-26 Thread kracik
Hi, following discussions about username and passwords, I made some experiments with REBOL 2.2.0.3.1, Windows NT and IIS 4. It appears that REBOL crashes randomly when length of username and password (i.e. length? rejoin [username password]) is smaller than 11 characters, no matter if the passwo

[REBOL] Rebol Crashes Re:(9)

2000-01-21 Thread robert . muench
Hi, I have further played around with the Rebol crashes. It seems that is has something to do with internal limits. Does Rebol has internal limits for things likes: number of nested-blocks, string length, number of parts in a block etc.? Because I can comment a line in my script and it works, unco

[REBOL] Rebol Crashes Re:(8)

2000-01-19 Thread sqlab
After placing a just before the last readable words I got this: Trace: [ rejoin [""] ] (block) Trace: throw-on-error (word) Trace: [make function! spec body] (block) Trace: if (word) Trace: error? (word) Trace: blk: (set-word) Trace: try (word) Trace: blk (word) Trace: make (word)

[REBOL] Rebol Crashes Re:(7)

2000-01-19 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 19, 2000 10:27 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Rebol Crashes Re:(6) > Perhaps this helps the Rebol team to find the problem and > that someo

[REBOL] Rebol Crashes Re:(6)

2000-01-19 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 19, 2000 9:09 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Rebol Crashes Re:(5) > I hope someone comes up with a nice solution ;-)). Hi, I know answering my o

[REBOL] Rebol Crashes Re:(5)

2000-01-19 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 18, 2000 7:30 PM > To: [EMAIL PROTECTED] > Subject: [REBOL] Rebol Crashes Re:(4) > as much as I'd like to help you with your problem, as long as > I don

[REBOL] Rebol Crashes Re:(4)

2000-01-18 Thread icimjs
Hi Robert, as much as I'd like to help you with your problem, as long as I don't have access to the critical sections of your code, I don't know what you could possibly to do to avoid the crashes you report. ;- Elan >> [: - )]

[REBOL] Rebol Crashes Re:(3)

2000-01-18 Thread robert . muench
I made some further tests on BeOS, same there... Rebol crashes too. But there I do get an error: CRASH (should not happen): Corrupt datatype 65 :-(( The bad thing is, that I'm completely stuck now and I don't want to play around with the codes until Rebol accepts them. Hopefully a patch/update w

[REBOL] Rebol Crashes Re:(2)

2000-01-18 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 18, 2000 11:12 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Rebol Crashes Re: > Hi, Robert, what's the script? Hi, it's my new dialecting script... seems

[REBOL] Rebol Crashes Re:

2000-01-18 Thread Al . Bri
Hi, Robert, what's the script? Andrew Martin ICQ: 26227169 [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ -><- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, 18 January 2000 8:08 PM Subject: [REBOL] Rebol Crashes

[REBOL] Rebol Crashes

2000-01-18 Thread robert . muench
Hi, I already filed a feedback on the problem but would like to hear how long it will take to get this fixed? The project I'm currently developing is quite big and it's way frustrating to have Rebol crash on every run... I only can run my script once, than I have to exit Rebol and start again :-((