[Zope3-dev] [Fwd: Results of test.py on Linux (Mandrake 9.1)]

Chris Withers chrisw@nipltd.com
Mon, 21 Jul 2003 22:45:03 +0100


Thanks Ron,

I've forwarded these results to the Zope 3 list for their perusal...

cheers,

Chris

-------- Original Message --------
Subject: Results of test.py on Linux (Mandrake 9.1)
Date: Mon, 21 Jul 2003 11:44:42 -0500
From: Ronald L Chichester <complaw@hal-pc.org>
To: zope-tests@squishdot.org

Another data point...

Here are the results of python2.2 test.py on ZopeX3-0.0m3
on Linux using the Mandrake 9.1 distribution.  I didn't
particularly like the segmantation fault.  Incidentally, I
compiled python2.2 from source.

Running unit tests from /tmp/zope/ZopeX3-0.0m3
/tmp/zope/ZopeX3-0.0m3/src/zope/app/form/utility.py:66:
DeprecationWarning: View (pt) saved a widget (name)
without a '_widget' suffix.
Url: http://127.0.0.1
   self.__widget = widget
/tmp/zope/ZopeX3-0.0m3/src/zope/app/form/utility.py:66:
DeprecationWarning: View (pt) saved a widget (first)
without a '_widget' suffix.
Url: http://127.0.0.1
   self.__widget = widget
/tmp/zope/ZopeX3-0.0m3/src/zope/app/form/utility.py:66:
DeprecationWarning: View (pt) saved a widget (last)
without a '_widget' suffix.
Url: http://127.0.0.1
   self.__widget = widget
/tmp/zope/ZopeX3-0.0m3/src/zope/app/form/utility.py:66:
DeprecationWarning: View (pt) saved a widget (email)
without a '_widget' suffix.
Url: http://127.0.0.1
   self.__widget = widget
/tmp/zope/ZopeX3-0.0m3/src/zope/app/form/utility.py:66:
DeprecationWarning: View (pt) saved a widget (address)
without a '_widget' suffix.
Url: http://127.0.0.1
   self.__widget = widget
/tmp/zope/ZopeX3-0.0m3/src/zope/app/form/utility.py:66:
DeprecationWarning: View (pt) saved a widget (getfoo)
without a '_widget' suffix.
Url: http://127.0.0.1
   self.__widget = widget
/tmp/zope/ZopeX3-0.0m3/src/zope/app/form/utility.py:66:
DeprecationWarning: View (pt) saved a widget (extra1)
without a '_widget' suffix.
Url: http://127.0.0.1
   self.__widget = widget
/tmp/zope/ZopeX3-0.0m3/src/zope/app/form/utility.py:66:
DeprecationWarning: View (pt) saved a widget (extra2)
without a '_widget' suffix.
Url: http://127.0.0.1
   self.__widget = widget
Segmentation fault


And, yes, I'm going to upgrade to some distribution other
than Mandrake on this box, but it's running fine, so I
don't want to fix it yet.  One of the main reasons that I
don't want to fix it yet is that there is an instance of
Zope 2.4.3 running concurrently on this box (on port
8080/8021, and Zope3 running on 9080/9021).

Ron