[BUG][BFAV2] in ArchiveRepository>>zipArchiveNamed: {[:exception | downloadCount > 0 ifTrue: [done := false] ifFalse: [except...]}

ducasse at iam.unibe.ch ducasse at iam.unibe.ch
Thu Dec 18 20:55:30 UTC 2003


I cliked on the email About [enh][test]....
(which should not show up in the list :))) and I got that 

 
18 December 2003 9:54:57 pm

VM: Mac OS - Squeak3.7alpha of '11 September 2003' [latest update:
#5566] Squeak VM 3.7.0b3
Image: Squeak3.7alpha [latest update: #5607]

[] in ArchiveRepository>>zipArchiveNamed: {[:exception | downloadCount >
0   ifTrue: [done := false]   ifFalse: [except...]}
	Arguments and temporary variables: 
		aZIPFileName: 	'latest.zip'
		haveFile: 	true
		done: 	true
		downloadCount: 	0
		exception: 	Error: bad LH signature at 16r581

BlockContext>>valueWithPossibleArgs:
	Receiver: [] in ArchiveRepository>>zipArchiveNamed: {[:exception |
downloadCount > 0   ifTrue: [done := false]   ifFalse:
[except...]}...etc...
	Arguments and temporary variables: 
		anArray: 	#(Error: bad LH signature at 16r581)
	Receiver's instance variables: 
		sender: 	BlockContext>>valueWithPossibleArgs:
		pc: 	104
		stackp: 	0
		nargs: 	1
		startpc: 	93
		home: 	ArchiveRepository>>zipArchiveNamed:

[] in MethodContext(ContextPart)>>handleSignal: {[(self tempAt: 2)  
valueWithPossibleArgs: {exception}]}
	Arguments and temporary variables: 
		exception: 	Error: bad LH signature at 16r581
		val: 	nil

BlockContext>>ensure:
	Receiver: [] in MethodContext(ContextPart)>>handleSignal: {[(self
tempAt: 2)   valueWithPossibleArgs: {exception}]}...etc...
	Arguments and temporary variables: 
		aBlock: 	[] in MethodContext(ContextPart)>>handleSignal: {[self
tempAt: 3 put: true]}...etc...
		returnValue: 	nil
	Receiver's instance variables: 
		sender: 	BlockContext>>ensure:
		pc: 	97
		stackp: 	0
		nargs: 	0
		startpc: 	90
		home: 	MethodContext(ContextPart)>>handleSignal:


--- The full stack ---
[] in ArchiveRepository>>zipArchiveNamed: {[:exception | downloadCount >
0   ifTrue: [done := false]   ifFalse: [except...]}
BlockContext>>valueWithPossibleArgs:
[] in MethodContext(ContextPart)>>handleSignal: {[(self tempAt: 2)  
valueWithPossibleArgs: {exception}]}
BlockContext>>ensure:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodContext(ContextPart)>>handleSignal:
Error(Exception)>>signal
Error(Exception)>>signal:
ZipFileMember(Object)>>error:
ZipFileMember>>readLocalDirectoryFileHeaderFrom:
ZipFileMember>>readFrom:
[] in ZipArchive>>readMembersFrom:named: {[newMember := self memberClass
newFromZipFile: stream named: fileName.  sign...]}
BlockContext>>repeat
ZipArchive>>readMembersFrom:named:
ZipArchive>>readFrom:
[] in ArchiveRepository>>zipArchiveNamed: {[^ ZipArchive new   readFrom:
(self repositoryDir fullNameFor: aZIPFileName)]}
BlockContext>>on:do:
ArchiveRepository>>zipArchiveNamed:
[] in ArchiveRepository>>downloadZipContainingEmailWithId: {[:zfn | 
'latest.zip' = zfn   ifTrue: [self downloadZips: {zfn}].  zipArchiv...]}
OrderedCollection>>do:
ArchiveRepository>>downloadZipContainingEmailWithId:
ArchiveRepository>>mailMessageForId:
PatchArchive>>mailMessageForId:
ArchivePost>>asMailMessage
PatchArchiveClient>>fullDescriptionForSelectedPost
[] in PatchArchiveClient>>contents {[strContents := package     ifNil:
['<No post selected>']     ifNotNil: [sel...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
PatchArchiveClient>>contents
PluggableTextMorph>>getText
PluggableTextMorph>>update:
[] in PatchArchiveClient(Object)>>changed: {[:aDependent | aDependent
update: aParameter]}
DependentsArray>>do:
PatchArchiveClient(Object)>>changed:
PatchArchiveClient(Object)>>contentsChanged
PatchArchiveClient>>listingIndex:
PluggableListMorph>>changeModelSelection:
PluggableListMorph>>mouseUp:
PluggableListMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
PluggableListMorph(Morph)>>handleEvent:
PluggableListMorph(Morph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear: {[ActiveHand := self. 
ActiveEvent := anEvent.  result := focusHolder     han...]}
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor: {[:h |  ActiveHand := h.  h
processEvents.  h isGenieRecognizing   ifTrue: [r...]}
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
...etc...



More information about the Squeak-dev mailing list