[Pharo-dev] Problem with NativeBoost when loading Pharo from a .dmg

2013-11-04 Thread Damien Cassou
Hi,

when I try to run Pharo after having installed it to /Applications
from a .dmg file on MacOSX, I get the following problem:

NativeBoost can't find symbol #CStackPointer

To reproduce, please download, dragdrop and launch Pharo from this dmg file:
https://dl.dropboxusercontent.com/u/152013/Pharo%202013.11.04.dmg

This is just standard Pharo embedded in a dmg file for easy installation.

You will get an error when you launch Pharo from your Applications. To
reproduce:

NativeBoost loadSymbol: #CStackPointer


Stacktrace:

NativeBoostMac32(Object)error:
NativeBoostMac32(NativeBoostLinux32)getGlobalSymbolPointer:
NativeBoostMac32(NativeBoostLinux32)loadSymbol:fromModule:
NativeBoost classloadSymbol:fromModule:
NativeBoost classloadSymbol:
UndefinedObjectDoIt
OpalCompilerevaluate
SmalltalkEditorevaluateSelectionAndDo:
PluggableTextMorphprintIt in Block: [ ...
TextMorphForEditView(TextMorph)handleEdit:
PluggableTextMorphprintIt
SmalltalkEditor classbuildSmalltalkEditorKeymappingsOn: in Block: [
:morph | morph printIt ]
BlockClosurecull:
BlockClosurecull:cull:
BlockClosurecull:cull:cull:
KMCategoryBindingcompleteMatch:buffer:
KMKeymapnotifyCompleteMatchTo:buffer: in Block: [ :l | l
completeMatch: self buffer: aBuffer ]
Array(SequenceableCollection)do:
KMKeymapnotifyCompleteMatchTo:buffer:
KMKeymaponMatchWith:notify:andDo:
KMCategoryonMatchWith:notify:andDo: in Block: [ :entry | entry
onMatchWith: anEventBuffer notify...etc...
Setdo:
KMCategoryonMatchWith:notify:andDo:
KMCategoryBindingverifyMatchWith:notifying:thenDoing:
KMDispatcherdispatch: in Block: [ :aTarget | ...
OrderedCollectiondo:
KMDispatcherdispatch:
KMTargetdispatch:
KMDispatchChaindispatch: in Block: [ :targetToDispatch | ...
KMDispatchChaindo:


-- 
Damien Cassou
http://damiencassou.seasidehosting.st

Success is the ability to go from one failure to another without
losing enthusiasm.
Winston Churchill



Re: [Pharo-dev] Problem with NativeBoost when loading Pharo from a .dmg

2013-11-04 Thread Damien Cassou
On Mon, Nov 4, 2013 at 1:43 PM, Damien Cassou damien.cas...@gmail.com wrote:
 when I try to run Pharo after having installed it to /Applications
 from a .dmg file on MacOSX, I get the following problem:

 NativeBoost can't find symbol #CStackPointer

Camillo found the problem: I was running Pharo on a stripped vm
binary. This does not work.

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

Success is the ability to go from one failure to another without
losing enthusiasm.
Winston Churchill