Vm on Mac OS 7.5 no cairo
There is a significant difference in loaded modules. Smalltalk vm listLoadedModules (12 dec 2013 vm) #('SocketPlugin VMMaker-oscog-LucFabresse.306 (i)' 'Matrix2x3Plugin VMMaker-oscog-LucFabresse.306 (i)' 'FloatArrayPlugin VMMaker-oscog-LucFabresse.306 (i)' 'ClipboardExtendedPlugin VMMaker-oscog-LucFabresse.306 (i)' 'SurfacePlugin Dec 12 2013 (i)' 'libcairo.2.dylib' 'B2DPlugin VMMaker-oscog-LucFabresse.306 (i)' 'ZipPlugin VMMaker-oscog-LucFabresse.306 (i)' 'NativeBoostPlugin NativeBoost-CogPlugin-GuillermoPolito.19 (i)' 'BitBltPlugin VMMaker-oscog-LucFabresse.306 (i)' 'FT2Plugin Freetype-Plugin-IgorStasenko.64 (e)' 'UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-EstebanLorenzano.43 (i)' 'SecurityPlugin VMMaker-oscog-LucFabresse.306 (i)' 'FilePlugin VMMaker-oscog-LucFabresse.306 (i)' 'MiscPrimitivePlugin VMMaker-oscog-LucFabresse.306 (i)' 'LargeIntegers v1.5 VMMaker-oscog-LucFabresse.306 (i)' 'LocalePlugin VMMaker-oscog-LucFabresse.306 (e)') (350 vm) #('FT2Plugin Freetype-Plugin-IgorStasenko.64 (e)' 'B2DPlugin VMMaker.oscog-jeanbaptistearnaud.769 (i)' 'BitBltPlugin VMMaker.oscog-jeanbaptistearnaud.769 (i)' 'ZipPlugin VMMaker.oscog-jeanbaptistearnaud.769 (i)' 'NativeBoostPlugin NativeBoost-CogPlugin-EstebanLorenzano.20 (i)' 'SocketPlugin VMMaker.oscog-jeanbaptistearnaud.769 (i)' 'UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-EstebanLorenzano.43 (i)' 'SecurityPlugin VMMaker.oscog-jeanbaptistearnaud.769 (i)' 'FilePlugin VMMaker.oscog-jeanbaptistearnaud.769 (i)' 'MiscPrimitivePlugin VMMaker.oscog-jeanbaptistearnaud.769 (i)' 'LargeIntegers v1.5 VMMaker.oscog-jeanbaptistearnaud.769 (i)' 'LocalePlugin VMMaker.oscog-jeanbaptistearnaud.769 (e)')
Is anyone else using Pharo on OS X 10.7.5? I run machines on different OS versions to reduce the risk of catastrophic failures and to be able to reproduce customer problems. To be complete: http://www.mirandabanda.org/files/Cog/VM/VM.r3006/Cog.app-14-24.3006 reports #('ZipPlugin VMMaker.oscog-eem.655 (i)' 'SocketPlugin VMMaker.oscog-eem.580 (i)' 'UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-eem.48 (e)' 'B2DPlugin VMMaker.oscog-eem.702 (i)' 'BitBltPlugin VMMaker.oscog-eem.655 (i)' 'InternetConfigPlugin VMMaker.oscog-eem.580 (i)' 'SecurityPlugin VMMaker.oscog-eem.580 (i)' 'FilePlugin VMMaker.oscog-eem.702 (i)' 'DropPlugin VMMaker.oscog-eem.580 (i)' 'MiscPrimitivePlugin VMMaker.oscog-eem.702 (i)' 'LargeIntegers v1.5 VMMaker.oscog-eem.580 (i)' 'LocalePlugin VMMaker.oscog-eem.580 (i)') And of course misses the NativeBoost plugin. Stephan
Just to understand a bit more... Mayne I'm wrong, but I think Cairo is loaded dynamically by the VM, as it is a library used in FFI and it is not a plugin. So it will appear in that list, just after you use it. On Thu, Jun 19, 2014 at 10:53 AM, Stephan Eggermont <stephan@stack.nl> wrote:
Is anyone else using Pharo on OS X 10.7.5? I run machines on different OS versions to reduce the risk of catastrophic failures and to be able to reproduce customer problems.
To be complete: http://www.mirandabanda.org/files/Cog/VM/VM.r3006/Cog.app-14-24.3006 reports
#('ZipPlugin VMMaker.oscog-eem.655 (i)' 'SocketPlugin VMMaker.oscog-eem.580 (i)' 'UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-eem.48 (e)' 'B2DPlugin VMMaker.oscog-eem.702 (i)' 'BitBltPlugin VMMaker.oscog-eem.655 (i)' 'InternetConfigPlugin VMMaker.oscog-eem.580 (i)' 'SecurityPlugin VMMaker.oscog-eem.580 (i)' 'FilePlugin VMMaker.oscog-eem.702 (i)' 'DropPlugin VMMaker.oscog-eem.580 (i)' 'MiscPrimitivePlugin VMMaker.oscog-eem.702 (i)' 'LargeIntegers v1.5 VMMaker.oscog-eem.580 (i)' 'LocalePlugin VMMaker.oscog-eem.580 (i)')
And of course misses the NativeBoost plugin.
Stephan
Bleh, even some plugins are loaded lazily :) On Thu, Jun 19, 2014 at 11:04 AM, Guillermo Polito < guillermopolito@gmail.com> wrote:
Just to understand a bit more... Mayne I'm wrong, but I think Cairo is loaded dynamically by the VM, as it is a library used in FFI and it is not a plugin. So it will appear in that list, just after you use it.
On Thu, Jun 19, 2014 at 10:53 AM, Stephan Eggermont <stephan@stack.nl> wrote:
Is anyone else using Pharo on OS X 10.7.5? I run machines on different OS versions to reduce the risk of catastrophic failures and to be able to reproduce customer problems.
To be complete: http://www.mirandabanda.org/files/Cog/VM/VM.r3006/Cog.app-14-24.3006 reports
#('ZipPlugin VMMaker.oscog-eem.655 (i)' 'SocketPlugin VMMaker.oscog-eem.580 (i)' 'UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-eem.48 (e)' 'B2DPlugin VMMaker.oscog-eem.702 (i)' 'BitBltPlugin VMMaker.oscog-eem.655 (i)' 'InternetConfigPlugin VMMaker.oscog-eem.580 (i)' 'SecurityPlugin VMMaker.oscog-eem.580 (i)' 'FilePlugin VMMaker.oscog-eem.702 (i)' 'DropPlugin VMMaker.oscog-eem.580 (i)' 'MiscPrimitivePlugin VMMaker.oscog-eem.702 (i)' 'LargeIntegers v1.5 VMMaker.oscog-eem.580 (i)' 'LocalePlugin VMMaker.oscog-eem.580 (i)')
And of course misses the NativeBoost plugin.
Stephan
participants (2)
-
Guillermo Polito -
Stephan Eggermont