> On 21 Jun 2017, at 16:49, Eno <[email protected]> wrote: > > Hi, community. > > congrats. > > I applied my project on smalltalkHub ( TkIDE) immediately to Pharo 6. > > It went well while installing the packages on both windows and osx > platforms. > > But serious conditions occurred while running my program on OSX. > > It's occured while doing Fuel serialization via Sandstone, error message > shows " > PrimitiveFailed: primitive #basicIdentiyHash in SmallFloat64 failed". > > It could be tested by: 28.0 largeIdentityHash. It runs ok on Windows, but > failed on OSX. > > Maybe there is something wrong with the virtual machine primitives on OSX. > Hello, We have already two issues in the issue tracker that are related to this error, it will be fixed (soon I hope):
https://pharo.fogbugz.com/f/cases/19311/PrimitiveFailed-primitive-basicIdentityHash-in-SmallFloat64-failed-in-64bits-VM <https://pharo.fogbugz.com/f/cases/19311/PrimitiveFailed-primitive-basicIdentityHash-in-SmallFloat64-failed-in-64bits-VM> https://pharo.fogbugz.com/f/cases/20119/basicIdentityHash-and-only-basicIdentityHash-MUST-be-defined-in-every-immediate-class <https://pharo.fogbugz.com/f/cases/20119/basicIdentityHash-and-only-basicIdentityHash-MUST-be-defined-in-every-immediate-class>
