Search the web
Sign In
New User? Sign Up
claireprogramminglanguage · Claire Programming Language - A place to discuss about the CLAIRE language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
CLAIRE v3.3.24   Message List  
Reply | Forward Message #574 of 1160 |
Hello everyone,

the 3.3.24 release is available.

It fixes:
- the random bug on UNIX platforms (although this should be tested
independently)
- the bug from Thierry with float arguments
- the crash with the rule form (x -> y) [a 1000 apologies, the
documentation is indeed wrong]
- a few minor things

BUT THERE IS A BIG CHANGE: the type/length checks for lists were not
working properly and this has been fixed.

Let me first remind you that a crash during or after a GC is in 99%
of the cases due to a memory corruption. This is why the
documentation says:
- if such a crash occurs, compile with safety = 1 or 2 and re-run

the trouble is, the safty checks that should exists under safety =
1/2 did not work !!!!!!!!!!!!!!! especially, it was possible to
corrupt l[0] for a list l. l[0] is actually the internal size of the
list and is used by the memory manager :-(

Thus,
(1) I apologize for not seeing this earlier
(2) I suggest that you recompile your existing applications using
safetety -2 and let them run to make sure that no memory corruption
exists.

Normally (:-)) your apps are well-written and this has no object, but
one never knows ...

Cheers,

Mr ClaireBugs






Sat Aug 2, 2003 9:42 am

clairebugs
Offline Offline

Forward
Message #574 of 1160 |
Expand Messages Author Sort by Date

Hello everyone, the 3.3.24 release is available. It fixes: - the random bug on UNIX platforms (although this should be tested independently) - the bug from...
clairebugs
Offline
Aug 2, 2003
9:42 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help