Issue 4668 in pharo: Remove #isSafeVM

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4668 in pharo: Remove #isSafeVM

pharo
Status: FixProposed
Owner: [hidden email]
Labels: Milestone-1.4

New issue 4668 by [hidden email]: Remove #isSafeVM
http://code.google.com/p/pharo/issues/detail?id=4668

The attached change set removed this method and fixes the senders:


isSafeVM
        "False if the VM is a Unix VM that has not been updated to version 4.
        Earlier versions may be subject to a bug that can crash the VM when
        running AllocationTest."

        self flag: #toRemove. "April 2010 dtl - remove this about one year from  
now"
        ^ OSPlatform isUnix not
                or: [((Smalltalk vmFullPath
                                findTokens: FileDirectory slash)
                                anySatisfy: [:e | e beginsWith: '4.'])]

Attachments:
        CleanIsSaveVM.1.cs  712 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4668 in pharo: Remove #isSafeVM

pharo
Updates:
        Status: Closed

Comment #1 on issue 4668 by [hidden email]: Remove #isSafeVM
http://code.google.com/p/pharo/issues/detail?id=4668

in 14100


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker