I fixed another GC crash in my sandbox :
A crash occured while searching the method ~available on a supplier. The
behaviour was NULL.
I have a subclass of Supplier (CoactivitySupplier) whose init method
creates an empty array.
That could explain the problem : in case of GC during init, the supplier is
put on the list of dead objects.
After modifying RexxSupplierClass::newRexx to protect newObj before sending
the message "init",
no more crash (for the moment).
I made a search of OREF_INIT in the interpreter sources.
Some classes are correctly protected, but the following are not :
RexxDirectory::newRexx
RexxIdentityTable::newRexx
RexxList::newRexx
RexxMessage::newRexx
PackageClass::newRexx
RexxQueue::newRexx
RexxRelation::newRexx
RexxStem::newRexx
RexxString::newRexx
RexxSupplierClass::newRexx
RexxTable::newRexx
WeakReference::newRexx
Jean-Louis
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel