r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL2 Releases] Discuss 2.x releases

Maxim
24-May-2007
[230x2]
(in near real-time, using thousands of liquid nodes  ;-)
but the main limiting factor is still view refresh speed (view and 
AGG that is)
Henrik
24-May-2007
[232]
Maxim, how long do your apps run?
Maxim
24-May-2007
[233x4]
but a part from async http closing of ports, I have not had a single 
crash of rebol in many months... a year? maybe.
it depends... retask is a very graphics heavy app and it can run 
for days without being ended.
but most apps I use are punctual in use, but that will change with 
elixir in a few weeks
altme can run a long while too... without crashing.
Henrik
24-May-2007
[237]
About crashes, I submitted 4267, 4238, 4167, 4137, all crashes, and 
I found them on my own. Besides I've bumped into recycle crashes, 
port crashes/hangs and also other crashes, that I can't put my finger 
on, when using Rugby with secure network transfers. I get a crash 
about 1-2 times a day.
Maxim
24-May-2007
[238x3]
yes... there is something weird with the port management.  as I said 
a part from that I've had no bug a part from a few AGG problems.
when I said crash, I really meant... random bang!  like it used to 
happen every week!
there still are some specific things which explicitly crash rebol... 
 especially in Draw.  :-(
Henrik
24-May-2007
[241]
I do have very small apps that can run for weeks and weeks and never 
make trouble, but as soon as the apps grow in size, the crashes get 
more frequent.
Maxim
24-May-2007
[242x2]
but something in view still is eating MB of ram when opening windows 
and grows.  :-(
humm  I'll be more observent with elixir, which is now at 400kb source 
when linked (without SDK sources) and about 25MB of ram when running.
Pekr
24-May-2007
[244]
that is sad to hear, Henrik. RT should either dedicate their time 
to fix those nasty issues, or forget 2.7 cosmetic release altogether 
...
Maxim
24-May-2007
[245]
I did put a word with Carl about the tcp port instability of R2 at 
one of the informal late nite meetings some of us had. Gabriele agreed 
to some extent that there was some port strangeness so if that gets 
any real overview by Carl probably remains to be seen, but at some 
level he knows we are having some oddities with it.
Gregg
24-May-2007
[246x2]
4267, 4238, 4167 all seem reasonably easy to work around Henrik; 
not that I'm saying they aren't important, or shouldn't be fixed, 
but we don't know RT's internal development setup, so we can't really 
say what they should do. We all have different priorities. 


I would like to see a large set of public tests, to help RT nail 
bugs and catch them when they sneak in.
I still have a Rugby app that runs away once in a while, too. I don't 
know if it's Rugby, REBOL, or something on that specific machine, 
because it never did it before this new machine was set up.
Gabriele
25-May-2007
[248x3]
double port close crash has been fixed in 2.7.6
please guys keep in mind we can't fix all bugs at once. and we can't 
usually fix two "big" bugs at once (big means it takes a lot of time 
for Carl to figure it out). so we fix one big bug and many small 
ones (bugs that can be fixed in a couple minutes always have precedence 
because there's no point in making them stay for years on rambo).
also... "sometimes rebol crashes" is something that's not going to 
get fixed. there needs to be a way to reproduce the crash - otherwise 
carl would need to spend many days on it.
Sunanda
25-May-2007
[251]
Then again, it isn't always easy to lift the bug from  [long running 
 / large volumes of data / 1000s of lines of script] applications, 
and set it into a small example.

I once tried to produce a small script that relicated the block-manipulating 
logic of an app I have. I was hoping that running it over night would 
create a "should not happen" bug. It never did.

By way of compensation. I did find this one-liner that will crash 
(without warning) every version of REBOL I've tried it on:

     a: copy [] b: copy [] insert/only a b insert/only b a same? a b
(I think I reported that, but it was before RAMBO)
btiffin
25-May-2007
[252]
You will fix the Linux side right?  "Sometimes rebol crashes".  Sorry. 
 :)  I'm still 
attempting to find a short piece of code that trips the segfault.
sqlab
25-May-2007
[253]
does not crash on REBOL/View 2.7.5.3.1 18-Mar-2007
Gabriele
25-May-2007
[254]
i'm not saying the crash bugs should not be fixed. i'm saying that 
in the current situation there are not enough resources to fix them 
unless there's a simple way to reproduce them. hopefully, after r3 
is out, there will be more time to give to r2 and we'll be able to 
fix those misterious bugs too.
Volker
25-May-2007
[255x2]
Is it easy to switch off gc inside a wait?
For Carl that is.
Gabriele
25-May-2007
[257x2]
Sunanda, IIRC that bug was in RAMBO and was fixed some time ago (maybe 
2.6.2 or something like that)
http://www.rebol.net/cgi-bin/rambo.r?id=3259&
Sunanda
25-May-2007
[259]
Thanks, Gabriele.....My collection of REBOLs are a point release 
or two behind
Gregg
25-May-2007
[260]
It does not crash 1.3.2 here.
amacleod
19-Mar-2008
[261]
I started using 2.7.6.

It's great to be able to "call" external apps without the dos window 
popping up. I have alot of use for this. 

I noticed, however, that when calling wmplayer in windows the file 
will play in the background which I also find appealing but there 
are times I might want wmplayer to open. Is there a way to force 
this with call?
Pekr
19-Mar-2008
[262x2]
black console window and freeing library component were my two only 
tickets I screamed for :-)
new refinement to 'call called /show maybe?
Oldes
20-Mar-2008
[264]
amacleod: library is free now! you should be able to use this http://box.lebeda.ws/~hmm/rebol/libShell32.r
Pekr
20-Mar-2008
[265]
is this at rebol.org? If not, it should be :-)
Graham
20-Mar-2008
[266x2]
There does seem to be a problem with 'call that wasn't there before.
Lots of apps no longer open with call and need call/show or call/shell
sqlab
21-Mar-2008
[268]
regarding your example in R2-Beta - Bugs (Problems that need solving.)

This seems to be a windows behaviour. It works with the complete 
path;
 call "%windir%\explorer.exe C:\"
Graham
21-Mar-2008
[269x2]
>> call {C:\Ghostgum\gsview\gsview32.exe}
== 0
>> call/show {C:\Ghostgum\gsview\gsview32.exe}
== 0

The first does not work, the second does.
Seems to be different for different programs.
sqlab
21-Mar-2008
[271]
Indeed. 

This is really curious and problematic, as the process is running 
in the background without an open window.
Gregg
21-Mar-2008
[272x2]
Not sure, but maybe they're trying to get a console handle, and can't.
Output handle rather.
[unknown: 5]
21-Mar-2008
[274]
does call /info refinement really work?  Shouldn't it return the 
PID number for the ID?
Graham
22-Mar-2008
[275x2]
Ok, not going to affect anyone else except those of us in the New 
Zealand and neigbouring islands

>> rebol/version
== 2.7.6.3.1
>>  to-date "20/Mar/2008/10:16:56/++1300"
** Script Error: Invalid argument: 20/Mar/2008/10:16:56/++1300
** Where: to-date
** Near: to date! :value
>> to-date "20/Mar/2008/10:16:56/++1200"
== 20-Mar-2008/10:16:56+12:00
These were date strings being returned by an IMAP server in the rebelBB.cgi 
script.  And because parse-header-date barfed on this format, it 
kept returning today's date.
Gabriele
22-Mar-2008
[277x2]
i put this on rambo a while ago (same reason, imap servers)
i worked around the problem in my imap parser. it's ugly though. 
i hope it gets fixed. :)
Graham
22-Mar-2008
[279]
Should we ask Carl to fix this for 2.7.7 ??