Skip to content

Failed

MacOSX64.VMMakerTests.InterpreterTests.VMSessionIdTest.testGlobalSessionID(#wordSize->8 #imageReaderClass->SpurImageReader #imageWriterClass->SpurImageWriter) (from VMMakerTests)

Failing for the past 2 builds (Since Failed #3 )
Took 5 sec.

Stacktrace

Halt
MLVMCCodeGenerator(Object)>>halt
MLVMCCodeGenerator(CCodeGenerator)>>addMethodFor:selector:
[:sel :i |
				bar value: i.
				self addMethodFor: aClass selector: sel] in [:bar |
			 aClass selectors doWithIndex:
				[:sel :i |
				bar value: i.
				self addMethodFor: aClass selector: sel]] in MLVMCCodeGenerator(CCodeGenerator)>>addClass:silently:
Array(SequenceableCollection)>>withIndexDo:
Array(Collection)>>doWithIndex:
[:bar |
			 aClass selectors doWithIndex:
				[:sel :i |
				bar value: i.
				self addMethodFor: aClass selector: sel]] in MLVMCCodeGenerator(CCodeGenerator)>>addClass:silently:
FullBlockClosure(BlockClosure)>>cull:
[ ^ block cull: self ] in [ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run
[ activeProcess
			psValueAt: index
			put: anObject.
		aBlock value ] in CurrentJob(DynamicVariable)>>value:during:
FullBlockClosure(BlockClosure)>>ensure:
CurrentJob(DynamicVariable)>>value:during:
CurrentJob class(DynamicVariable class)>>value:during:
[ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run
FullBlockClosure(BlockClosure)>>ensure:
Job>>run
NonInteractiveUIManager(UIManager)>>displayProgress:from:to:during:
MLVMCCodeGenerator(CCodeGenerator)>>addClass:silently:
MLVMCCodeGenerator(CCodeGenerator)>>addClass:
[ :ic | cg addClass: ic ] in VMMaker>>buildCodeGeneratorForInterpreter:includeAPIMethods:initializeClasses:
OrderedCollection>>do:
VMMaker>>buildCodeGeneratorForInterpreter:includeAPIMethods:initializeClasses:
StackInterpreterSimulatorLSB(StackInterpreterSimulator)>>codeGeneratorToComputeAccessorDepth
StackInterpreterSimulatorLSB(StackInterpreter)>>tryLoadNewPlugin:pluginEntries:
StackInterpreterSimulatorLSB(StackInterpreterSimulator)>>loadNewPlugin:
StackInterpreterSimulatorLSB(StackInterpreterSimulator)>>initializePluginEntries
StackInterpreterSimulatorLSB(StackInterpreterSimulator)>>initialize
[ :interpreter | interpreter initialize ] in StackInterpreterSimulatorLSB class(StackInterpreterSimulator class)>>onObjectMemory:options:
StackInterpreterSimulatorLSB class(StackInterpreterSimulator class)>>onObjectMemory:options:initializer:
StackInterpreterSimulatorLSB class(StackInterpreterSimulator class)>>onObjectMemory:options:
StackInterpreterSimulator class>>onObjectMemory:options:initializer:
StackInterpreterSimulator class>>newBasicWithOptions:
VMSessionIdTest>>testGlobalSessionID
VMSessionIdTest(TestCase)>>performTest