Re: Bootstrapping on GemStone64Bit2.3.1-x86_64.MacOSX

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

Re: Bootstrapping on GemStone64Bit2.3.1-x86_64.MacOSX

Dale
Dario,

It looks like an erro r is being generated and the failure is occurring when an attempt is made to bring up the debugger. It would be useful to know some information about the GsRuntimeError ... there should be an error number and message text in the GSRuntimeimeError or one of the objects pointed to by the exception ... knowing the error will probably help explain when the debugger is failing...

Dale

----- "Dario Trussardi" <[hidden email]> wrote:

| Hi,
|
| i create a new extent with bootstrapping.
|
|
| The GemTools 1.0-beta.3 on Pharo 505 work fine with this extent and
| with extent 2.3.1.
|
|
| After  do it:
|
| > Hi,
| >
| > i do:  (ConfigurationOfGLASS project version: '1.0-beta.4')  load:
| 'ALL'
| >>
| > from Topaz -l -T100000
| >
| > The system answer :
| >
| > --transcript--'Starting atomic load'
| > (vmGc spaceSizes: eden init 2000K max 9992K , survivor init 400K max
| 1672K,
| >  vmGc    old max 39992K, code max 13344K, perm max 6672K, pom 10 *
| 4448K = 44480K,
| >  vmGc    remSet 1080K, meSpace max 36376K oopMapSize 524288 )
| > (vmGc spaceSizes: eden init 2000K max 13744K , survivor init 400K
| max 2296K,
| >  vmGc    old max 54992K, code max 14672K, perm max 7336K, pom 10 *
| 6112K = 61120K,
| >  vmGc    remSet 1440K, meSpace max 36376K oopMapSize 524288 )
| > --transcript--'Finished atomic load'
| > a MetacelloMCSpecLoader
| >   spec            a MetacelloMCVersionSpecLoader
| >   operator        nil
| >   repositoryOverrides nil
| >
| >
| > I can consider end correct this step ?
| >
| >
| > Dario
| >
|
| when with GemTools do:  login i found the error:
|
| Error: key not found
|
| WeakIdentityKeyDictionary(Object)>>error:
| WeakIdentityKeyDictionary(Dictionary)>>errorKeyNotFound
| [] in WeakIdentityKeyDictionary(Dictionary)>>at:
| WeakIdentityKeyDictionary(Dictionary)>>at:ifAbsent:
| WeakIdentityKeyDictionary(Dictionary)>>at:
| GsOTDebugger(GsOBBrowser)>>classCache
| GsOTDebugger(GsOBBrowser)>>session:oopType:info:
| GsOTDebugger(GsOBBrowser)>>session:oopType:
| [] in GsOTDebugger class(GsOBBrowser class)>>session:oopType:
| [] in WeakValueDictionary(Dictionary)>>at:ifAbsentPut:
| WeakValueDictionary(Dictionary)>>at:ifAbsent:
| WeakValueDictionary(Dictionary)>>at:ifAbsentPut:
| GciSession>>cacheAt:ifAbsentPut:
| GsOTDebugger class(GsOBBrowser class)>>session:oopType:
| [] in GsProcess>>openDebugger:
| BlockClosure>>ensure:
| GsProcess>>openDebugger:
| GsRuntimeError>>defaultAction
| UndefinedObject>>handleSignal:
| GsRuntimeError(Exception)>>pass
|
|
| Any idea ?
|
|
| Thanks ,
|
| Dario