Skip to content

Failed

MacOSX64.VMMakerTests.JitTests.VMPrimitiveCallingTest.testCallingPrimitivesTakingTracesReturnsValidResults(#ISA->#IA32 #wordSize->4) (from VMMakerTests)

Failing for the past 2 builds (Since Failed #1 )
Took 21 ms.

Error Message

SlangMemoryManager>> #unalignedAccessError

Stacktrace

MessageNotUnderstood
SlangMemoryManager>> #unalignedAccessError
SlangMemoryManager(Object)>>doesNotUnderstand: #unalignedAccessError
SlangMemoryManager>>writeInteger:at:size:signed:
SlangMemoryManager>>writeUnsignedInteger:at:size:
SlangMemoryManager>>unsignedLong32At:put:
CogMethodSurrogate32>>methodObject:
StackToRegisterMappingCogit(Cogit)>>fillInMethodHeader:size:selector:
[  
			result := self outputInstructionsAt: startAddress + headerSize.
			self assert: startAddress + headerSize + codeSize = result.
			backEnd padIfPossibleWithStopsFrom: result to: startAddress + totalSize - mapSize - 1.
			self generateMapAt: startAddress + totalSize - 1 start: startAddress + cmNoCheckEntryOffset.
			method := self fillInMethodHeader: (self cCoerceSimple: startAddress to: #'CogMethod *')
							size: totalSize
							selector: selector.
			postCompileHook ifNotNil:
				[self perform: postCompileHook with: method.
				 postCompileHook := nil]] in StackToRegisterMappingCogit(Cogit)>>generateCogMethod:
StackToRegisterMappingCogit(Cogit)>>enableCodeZoneWriteDuring:flushingCacheWith:
StackToRegisterMappingCogit(Cogit)>>generateCogMethod:
StackToRegisterMappingCogit(Cogit)>>compileCogMethod:
StackToRegisterMappingCogit>>compileCogMethod:
StackToRegisterMappingCogit(Cogit)>>cog:selector:
VMPrimitiveCallingTest(VMSimpleStackBasedCogitAbstractTest)>>jitMethod:selector:
VMPrimitiveCallingTest(VMPrimitiveCallAbstractTest)>>jitMethod:
VMPrimitiveCallingTest>>testCallingPrimitivesTakingTracesReturnsValidResults
VMPrimitiveCallingTest(TestCase)>>performTest