THERE_BE_DRAGONS_HERE
PrimitiveFailed: primitive #basicNew: in ByteString class failed
4 March 2019 10:09:31.732621 pm

VM: unix - i686 - linux-gnu - CoInterpreter VMMaker.oscog-eem.2504 uuid: a00b0fad-c04c-47a6-8a11-5dbff110ac11 Jan  5 2019
StackToRegisterMappingCogit VMMaker.oscog-eem.2504 uuid: a00b0fad-c04c-47a6-8a11-5dbff110ac11 Jan  5 2019
VM: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git Date: Sat Jan 5 20:00:11 2019 CommitHash: 7a3c6b64 Plugins: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git

Image: Pharo7.0.1 [Build information: Pharo-7.0.1+build.142.sha.b8825954d0dcff883bf4f47ea5c516c9cfc2fe4b (32 Bit)]

ByteString class(ProtoObject)>>primitiveFailed:
	Receiver: ByteString
	Arguments and temporary variables: 
		selector: 	#basicNew:
	Receiver's instance variables: 
THERE_BE_DRAGONS_HERE
Instance of ByteString class did not understand #replaceFrom:to:with:startingAt:
4 March 2019 10:14:22.879961 pm

VM: unix - i686 - linux-gnu - CoInterpreter VMMaker.oscog-eem.2504 uuid: a00b0fad-c04c-47a6-8a11-5dbff110ac11 Jan  5 2019
StackToRegisterMappingCogit VMMaker.oscog-eem.2504 uuid: a00b0fad-c04c-47a6-8a11-5dbff110ac11 Jan  5 2019
VM: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git Date: Sat Jan 5 20:00:11 2019 CommitHash: 7a3c6b64 Plugins: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git

Image: Pharo7.0.1 [Build information: Pharo-7.0.1+build.142.sha.b8825954d0dcff883bf4f47ea5c516c9cfc2fe4b (32 Bit)]

ByteString class(Object)>>doesNotUnderstand: #replaceFrom:to:with:startingAt:
	Receiver: ByteString
	Arguments and temporary variables: 
		aMessage: 	replaceFrom: 1 to: -1 with: 'drgeo' startingAt: 7
		exception: 	MessageNotUnderstood: ByteString class>>replaceFrom:to:with:starting...etc...
		resumeValue: 	nil
	Receiver's instance variables: 
		superclass: 	String
		methodDict: 	a MethodDictionary(#applyLanguageInfomation:->ByteString>>#applyLan...etc...
		format: 	1048576
		layout: 	a ByteLayout
		organization: 	a ClassOrganization
		subclasses: 	nil
		name: 	#ByteString
		classPool: 	a Dictionary(#NonAsciiMap->#[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	#'Collections-Strings-Base'


ByteString(SequenceableCollection)>>copyFrom:to:
	Receiver: 'drgeo'
	Arguments and temporary variables: 
		start: 	7
		stop: 	5
		newSize: 	-1
	Receiver's instance variables: 
'drgeo'

ByteString(SequenceableCollection)>>last:
	Receiver: 'drgeo'
	Arguments and temporary variables: 
		n: 	-1
		size: 	5
	Receiver's instance variables: 
'drgeo'

[ :f | 
Number
	squeezeNumberOutOfString: (f basename last: f basename size - nameWithoutExtension size - 1)
	ifFail: [ 0 ] ] in FileReference>>nextVersion
	Receiver: File @ /home/hilaire/Travaux/Developpement/DrGeoII/trunk/build/images/drgeo.changes.new
	Arguments and temporary variables: 
		parent: 	File @ /home/hilaire/Travaux/Developpement/DrGeoII/trunk/build/images
		version: 	nil
		versionNumbers: 	nil
		nameWithoutExtension: 	'drgeo'
		f: 	File @ /home/hilaire/Travaux/Developpement/DrGeoII/trunk/build/images/drgeo
	Receiver's instance variables: 
		filesystem: 	a FileSystem
		path: 	Path / 'home' / 'hilaire' / 'Travaux' / 'Developpement' / 'DrGeoII' / 'tr...etc...


[ :stream | 
1 to: self size do: [ :index | 
	(selectBlock value: (each := self at: index))
		ifTrue: [ stream nextPut: (collectBlock value: each) ] ] ] in Array(SequenceableCollection)>>select:thenCollect:
	Receiver: an Array(File @ /home/hilaire/Travaux/Developpement/DrGeoII/trunk/build/images/Pharo7.0-32...etc...
	Arguments and temporary variables: 
		selectBlock: 	[ :f | f basename beginsWith: nameWithoutExtension ]
		collectBlock: 	[ :f | 
Number
	squeezeNumberOutOfString: (f basename last: f bas...etc...
		stream: 	a WriteStream
		index: 	7
		each: 	File @ /home/hilaire/Travaux/Developpement/DrGeoII/trunk/build/images/drg...etc...
	Receiver's instance variables: 
an Array(File @ /home/hilaire/Travaux/Developpement/DrGeoII/trunk/build/images/Pharo7.0-32...etc...

Array class(SequenceableCollection class)>>new:streamContents:
	Receiver: Array
	Arguments and temporary variables: 
