Hi Sophie,

You will have to compile your own VM for the moment. It's fairly easy but you 
might run into problems when including the extra plugin. To build the VM, 
follow the instructions on https://github.com/OpenSmalltalk/opensmalltalk-vm 
<https://github.com/OpenSmalltalk/opensmalltalk-vm> and read the README and 
HOWTO files. Simple build example:

cd ~/git/opensmalltalk-vm/build.macos32x86/pharo.cog.spur/ && ./mvm -d

will build a debug VM. You'll have to modify one of the "plugins.*" files to 
include the plugin.

HTH,
Max

> On 10 May 2017, at 14:36, Sophie Kaleba <[email protected]> wrote:
> 
> Hi Esteban, Hi all,
> 
> I am working on porting the Squeak VMProfiler to Pharo as a gsoc (I will post 
> a more detailed presentation about that in the mailing list later today).
> 
> While trying to use the profiler with the Pharo VM, I get the following error 
> : "PrimitiveFailed : primitive #primitiveExecutableModules in 
> VMProfilerLinuxSymbolsManager failed". (see stack trace attached).
> 
> This plugin (VMProfileLinuxSupportPlugin) does not seem to be included by 
> default in the Pharo VM (it works with a Squeak VM). I haven't tried on a 
> mac, but I guess the plugin (VMProfileMacSupportPlugin) is missing too.
> 
> For the moment, I am using the latest Squeak VM with my Pharo image but it is 
> not quite convenient. Would it be possible to include the 2 plugins to the 
> Pharo VM ?
> 
> If I can be of any help, just tell me
> Thanks!
> 
> Sophie
> 
> 
> 
> 
> 
> 
> <PrimitiveFailed.jpg>

Reply via email to