[BUG] Project loading crashes when a PopUpMenu is displayed

Ned Konz ned at bike-nomad.com
Sun Apr 14 14:26:28 UTC 2002


On Sunday 14 April 2002 07:19 am, Andreas Raab wrote:
> Err ... I hate to interrupt you guys in your little rant but did
> you actually bother to check if the form data is compressed?
> Because it is.

Sorry, that's right. I'd commented on this before. It just threw me 
off to be storing an already-gzipped member in a zip rather than 
using the Zip file's own compression.

$ unzip -v ConnectorsTest.001.pr
Archive:  ConnectorsTest.001.pr
 Length   Method    Size  Ratio   Date   Time   CRC-32    Name
--------  ------  ------- -----   ----   ----   ------    ----
    1074  Stored     1074   0%  02-23-02 17:19  1feb9c3d  
ConnectorsTest.001/resource.1.form
  147149  Stored   147149   0%  02-23-02 17:19  c3513db4  
ConnectorsTest.001.pr
     371  Stored      371   0%  02-23-02 17:19  de3e78f8  
ConnectorsTest.html
      55  Stored       55   0%  02-23-02 17:19  fe6c713d  
ConnectorsTest.001.rc.gz
--------          -------  ---                            -------
  148649           148649   0%                            4 files
$ unzip -p ConnectorsTest.001.pr ConnectorsTest.001/resource.1.form | 
file -
standard input:              gzip compressed data, deflated, last 
modified: Wed Dec 31 16:00:00 1969, os: MS-DOS

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list