[BUG] PWS Removal from SM -- not a gzip file

Derek Brans brans at nerdonawire.com
Sun Apr 6 06:41:06 UTC 2003


Trying to install PWS Removal from SM I got the following error:

5 April 2003 10:39:57 pm

VM: Win32 - Squeak3.3alpha of 24 January 2002 [latest update: #4967]
Image: Squeak3.4beta [latest update: #5156]

GZipReadStream(Object)>>error:
 Receiver: a GZipReadStream
 Arguments and temporary variables: 
  aString:  'Not a GZipped stream'
 Receiver's instance variables: 
  collection:  a ByteArray(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...etc...
  position:  0
  readLimit:  0
  state:  0
  bitBuf:  0
  bitPos:  0
  source:  a ByteArray(65 116 116 97 99 104 109 101 110 116 32 80 87 83 82 101 109...etc...
  sourcePos:  2
  sourceLimit:  40
  litTable:  nil
  distTable:  nil
  sourceStream:  StandardFileStream: 'C:\Documents and Settings\brans\My Documents...etc...

GZipReadStream>>on:from:to:
 Receiver: a GZipReadStream
 Arguments and temporary variables: 
  aCollection:  a ByteArray(65 116 116 97 99 104 109 101 110 116 32 80 87 83 82 10...etc...
  firstIndex:  1
  lastIndex:  40
  method:  nil
  magic:  29761
  flags:  nil
  length:  nil
  i:  nil
 Receiver's instance variables: 
  collection:  a ByteArray(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...etc...
  position:  0
  readLimit:  0
  state:  0
  bitBuf:  0
  bitPos:  0
  source:  a ByteArray(65 116 116 97 99 104 109 101 110 116 32 80 87 83 82 101 109...etc...
  sourcePos:  2
  sourceLimit:  40
  litTable:  nil
  distTable:  nil
  sourceStream:  StandardFileStream: 'C:\Documents and Settings\brans\My Documents...etc...

GZipReadStream(InflateStream)>>on:
 Receiver: a GZipReadStream
 Arguments and temporary variables: 
  aCollectionOrStream:  StandardFileStream: 'C:\Documents and Settings\brans\My Do...etc...
 Receiver's instance variables: 
  collection:  a ByteArray(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...etc...
  position:  0
  readLimit:  0
  state:  0
  bitBuf:  0
  bitPos:  0
  source:  a ByteArray(65 116 116 97 99 104 109 101 110 116 32 80 87 83 82 101 109...etc...
  sourcePos:  2
  sourceLimit:  40
  litTable:  nil
  distTable:  nil
  sourceStream:  StandardFileStream: 'C:\Documents and Settings\brans\My Documents...etc...

GZipReadStream class(PositionableStream class)>>on:
 Receiver: GZipReadStream
 Arguments and temporary variables: 
  aCollection:  StandardFileStream: 'C:\Documents and Settings\brans\My Documents\...etc...
 Receiver's instance variables: 
  superclass:  FastInflateStream
  methodDict:  a MethodDictionary(#on:from:to:->a CompiledMethod (3009) )
  format:  154
  instanceVariables:  nil
  organization:  ('initialize' on:from:to:)

  subclasses:  nil
  name:  #GZipReadStream
  classPool:  nil
  sharedPools:  an OrderedCollection(a Dictionary(#GZipAsciiFlag->1 #GZipCommentFl...etc...
  environment:  a SystemDictionary(lots of globals)
  category:  nil


--- The full stack ---
GZipReadStream(Object)>>error:
GZipReadStream>>on:from:to:
GZipReadStream(InflateStream)>>on:
GZipReadStream class(PositionableStream class)>>on:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SMDefaultInstaller(SMSimpleInstaller)>>unpack
SMDefaultInstaller>>install
SMSqueakMap>>installPackageNamed:
[] in DJBUtilities class>>loadPackages:
Array(SequenceableCollection)>>do:
DJBUtilities class>>loadPackages:
DJBUtilities class>>loadRemovalPackages
DJBUtilities class>>buildDevImage
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
[] in StandardFileStream(PositionableStream)>>fileInAnnouncing:
BlockContext>>on:do:
[] in StandardFileStream(PositionableStream)>>fileInAnnouncing:
ProgressInitiationException>>defaultAction
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
StandardFileStream(PositionableStream)>>fileInAnnouncing:
StandardFileStream(FileStream)>>fileIn
FileStream class>>fileIn:
SimpleServiceEntry>>performServiceFor:
PluggableButtonMorph>>performAction
[] in PluggableButtonMorph>>mouseUp:
Array(SequenceableCollection)>>do:
PluggableButtonMorph>>mouseUp:
...etc...
Derek Brans
Nerd on a Wire
Web design that's anything but square
http://www.nerdonawire.com 
phone: 604.874.6463
mailto: brans at nerdonawire.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030405/050ce226/attachment.htm


More information about the Squeak-dev mailing list