[squeak-dev] Re: 4.3 Release Schedule: Feature freeze today

Edgar J. De Cleene edgardec2005 at gmail.com
Sat Nov 19 12:02:51 UTC 2011



Here I found the external debugger log


Edgar

-------------- next part --------------
MessageNotUnderstood: Socket>>not
19 November 2011 10:00:33.987 am

VM: Mac OS - Smalltalk
Image: Squeak4.2 [latest update: #11793]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /Users/edgar/AtlantisSqueak/imagesZip/Squeak4.3alpha-11722 Folder
Trusted Dir /foobar/tooBar/forSqueak/bogus
Untrusted Dir /Users/edgar/Library/Preferences/Squeak/Internet/My Squeak

Socket(Object)>>doesNotUnderstand: #not
	Receiver: a Socket[destroyed]
	Arguments and temporary variables: 
		aMessage: 	not
		exception: 	MessageNotUnderstood: Socket>>not
		resumeValue: 	nil
	Receiver's instance variables: 
		semaphore: 	nil
		socketHandle: 	nil
		readSemaphore: 	nil
		writeSemaphore: 	nil

Socket>>waitForSendDoneFor:
	Receiver: a Socket[destroyed]
	Arguments and temporary variables: 
		timeout: 	45
		startTime: 	594006
		msecsDelta: 	45000
		msecsEllapsed: 	nil
		sendDone: 	a Socket[destroyed]
	Receiver's instance variables: 
		semaphore: 	nil
		socketHandle: 	nil
		readSemaphore: 	nil
		writeSemaphore: 	nil

Socket>>sendSomeData:startIndex:count:for:
	Receiver: a Socket[destroyed]
	Arguments and temporary variables: 
		aStringOrByteArray: 	an UUID('a82656a8-382f-4d31-b65c-7278850e3fa3')
		startIndex: 	1
		count: 	16
		aTimeoutInSeconds: 	45
		bytesSent: 	nil
	Receiver's instance variables: 
		semaphore: 	nil
		socketHandle: 	nil
		readSemaphore: 	nil
		writeSemaphore: 	nil

Socket>>sendSomeData:startIndex:count:
	Receiver: a Socket[destroyed]
	Arguments and temporary variables: 
		aStringOrByteArray: 	an UUID('a82656a8-382f-4d31-b65c-7278850e3fa3')
		startIndex: 	1
		count: 	16
	Receiver's instance variables: 
		semaphore: 	nil
		socketHandle: 	nil
		readSemaphore: 	nil
		writeSemaphore: 	nil

Socket>>sendData:count:
	Receiver: a Socket[destroyed]
	Arguments and temporary variables: 
		buffer: 	an UUID('a82656a8-382f-4d31-b65c-7278850e3fa3')
		n: 	16
		sent: 	0
	Receiver's instance variables: 
		semaphore: 	nil
		socketHandle: 	nil
		readSemaphore: 	nil
		writeSemaphore: 	nil

[] in [] in SocketTest>>testSocketReuse
	Receiver: SocketTest>>#testSocketReuse
	Arguments and temporary variables: 
<<error during printing>
	Receiver's instance variables: 
		testSelector: 	#testSocketReuse
		timeout: 	nil
		listenerSocket: 	a Socket[destroyed]
		clientSocket: 	nil
		serverSocket: 	nil

[] in BlockClosure>>newProcess
	Receiver: [closure] in [] in SocketTest>>testSocketReuse
	Arguments and temporary variables: 

	Receiver's instance variables: 
		outerContext: 	[] in SocketTest>>testSocketReuse
		startpc: 	247
		numArgs: 	0


--- The full stack ---
Socket(Object)>>doesNotUnderstand: #not
Socket>>waitForSendDoneFor:
Socket>>sendSomeData:startIndex:count:for:
Socket>>sendSomeData:startIndex:count:
Socket>>sendData:count:
[] in [] in SocketTest>>testSocketReuse
[] in BlockClosure>>newProcess


More information about the Squeak-dev mailing list