Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Checkins

Python Regression Test Failures refleak (2)

 

 

First page Previous page 1 2 Next page Last page  View All Python checkins RSS feed   Index | Next | Previous | View Threaded


nnorwitz at gmail

Aug 22, 2009, 2:42 AM

Post #1 of 35 (1279 views)
Permalink
Python Regression Test Failures refleak (2)

More important issues:
----------------------
test_distutils leaked [-25, 0, 0] references, sum=-25
test_ssl leaked [420, 0, 0] references, sum=420

Less important issues:
----------------------
test_asynchat leaked [0, 0, 130] references, sum=130
test_cmd_line leaked [0, 0, -25] references, sum=-25
test_file2k leaked [-80, 0, 0] references, sum=-80
test_smtplib leaked [-165, -1, 6] references, sum=-160
test_socketserver leaked [0, 0, 77] references, sum=77
test_sys leaked [42, -21, -21] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
test_threadsignals leaked [0, -8, 8] references, sum=0
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Aug 23, 2009, 2:42 PM

Post #2 of 35 (1220 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [-25, 0, 0] references, sum=-25
test_ssl leaked [0, 0, 339] references, sum=339

Less important issues:
----------------------
test_smtplib leaked [190, -29, -156] references, sum=5
test_sys leaked [-21, 0, 42] references, sum=21
test_threading leaked [48, 48, 53] references, sum=149
test_threadsignals leaked [0, 0, -8] references, sum=-8
test_urllib2_localnet leaked [284, -284, 0] references, sum=0
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Aug 26, 2009, 2:42 PM

Post #3 of 35 (1204 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [0, 0, 25] references, sum=25
test_ssl leaked [420, -339, 339] references, sum=420

Less important issues:
----------------------
test_asynchat leaked [125, -125, 0] references, sum=0
test_cmd_line leaked [25, 0, -25] references, sum=0
test_sys leaked [0, 21, -21] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
test_threadsignals leaked [0, 0, -8] references, sum=-8
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Aug 28, 2009, 2:43 AM

Post #4 of 35 (1182 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_ssl leaked [0, 339, 0] references, sum=339
test_urllib2_localnet leaked [-280, 0, 0] references, sum=-280

Less important issues:
----------------------
test_cmd_line leaked [0, 25, 0] references, sum=25
test_smtplib leaked [4, -6, 0] references, sum=-2
test_socketserver leaked [-77, 0, 84] references, sum=7
test_sys leaked [0, 42, -21] references, sum=21
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Sep 3, 2009, 3:40 PM

Post #5 of 35 (1118 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [25, 0, 0] references, sum=25
test_urllib2_localnet leaked [-269, 0, 280] references, sum=11

Less important issues:
----------------------
test_asynchat leaked [139, -139, 0] references, sum=0
test_popen2 leaked [-25, 58, -58] references, sum=-25
test_smtplib leaked [88, 73, 18] references, sum=179
test_socketserver leaked [0, 0, 78] references, sum=78
test_threadedtempfile leaked [102, -102, 0] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Sep 4, 2009, 2:42 PM

Post #6 of 35 (1114 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_ssl leaked [0, 0, -339] references, sum=-339
test_urllib2_localnet leaked [-280, 0, 0] references, sum=-280

Less important issues:
----------------------
test_cmd_line leaked [25, 0, 0] references, sum=25
test_file2k leaked [-78, 80, -80] references, sum=-78
test_smtplib leaked [-88, 0, 0] references, sum=-88
test_threading leaked [48, 48, 48] references, sum=144
test_threadsignals leaked [0, -8, 0] references, sum=-8
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


ziade.tarek at gmail

Sep 4, 2009, 3:35 PM

Post #7 of 35 (1116 views)
Permalink
Re: Python Regression Test Failures refleak (2) [In reply to]

On Fri, Sep 4, 2009 at 11:42 PM, Neal Norwitz<nnorwitz[at]gmail.com> wrote:
> More important issues:
> ----------------------
> test_ssl leaked [0, 0, -339] references, sum=-339
> test_urllib2_localnet leaked [-280, 0, 0] references, sum=-280

Hi,

I can see test_distutils in this list from time to time.

But I can't reproduce the problem on my computer to try to solve it.

I thaught it was because of the tests order, but build.sh doesn't seem
to do a randomize test execution order.

If anyone hase any useful hint or explanation/doc pointer to track those leaks..

Regards
Tarek
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Sep 10, 2009, 2:42 PM

Post #8 of 35 (1029 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [0, 0, 25] references, sum=25
test_urllib2_localnet leaked [-291, 0, 0] references, sum=-291

Less important issues:
----------------------
test_file2k leaked [0, 84, -84] references, sum=0
test_ssl leaked [-339, 339, 0] references, sum=0
test_sys leaked [42, -21, -21] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
test_threadsignals leaked [0, 0, -8] references, sum=-8
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Sep 13, 2009, 5:31 PM

Post #9 of 35 (992 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_softspace leaked [-70, 0, 0] references, sum=-70
test_urllib2_localnet leaked [0, 0, 280] references, sum=280

Less important issues:
----------------------
test_file2k leaked [0, 80, -80] references, sum=0
test_socketserver leaked [0, 0, 70] references, sum=70
test_sys leaked [-21, 0, 0] references, sum=-21
test_threading leaked [48, 48, 48] references, sum=144
test_threadsignals leaked [0, 0, -8] references, sum=-8
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Sep 19, 2009, 2:42 PM

Post #10 of 35 (933 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_ssl leaked [-81, 420, 0] references, sum=339
test_urllib2_localnet leaked [-277, 0, 0] references, sum=-277

Less important issues:
----------------------
test_asynchat leaked [0, 126, -126] references, sum=0
test_cmd_line leaked [0, -25, 0] references, sum=-25
test_file2k leaked [0, 83, -83] references, sum=0
test_smtplib leaked [0, -88, -6] references, sum=-94
test_sys leaked [-21, 0, 42] references, sum=21
test_threadedtempfile leaked [0, 102, -102] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
test_threadsignals leaked [0, 0, -8] references, sum=-8
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Sep 20, 2009, 3:54 PM

Post #11 of 35 (906 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [25, 0, 0] references, sum=25
test_ssl leaked [-26, 0, -81] references, sum=-107

Less important issues:
----------------------
test_asynchat leaked [0, 0, 130] references, sum=130
test_cmd_line leaked [-25, 0, 0] references, sum=-25
test_docxmlrpc leaked [186, -186, 0] references, sum=0
test_popen2 leaked [-25, 25, 29] references, sum=29
test_smtplib leaked [0, 0, 179] references, sum=179
test_threadedtempfile leaked [0, 0, 101] references, sum=101
test_threading leaked [48, 48, 48] references, sum=144
test_xmlrpc leaked [-4, 4, 0] references, sum=0
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Sep 22, 2009, 3:53 PM

Post #12 of 35 (871 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_ssl leaked [420, 0, 0] references, sum=420
test_urllib2_localnet leaked [-277, 0, 0] references, sum=-277

Less important issues:
----------------------
test_asynchat leaked [0, 126, -126] references, sum=0
test_cmd_line leaked [-25, 25, -25] references, sum=-25
test_file2k leaked [0, 84, -84] references, sum=0
test_smtplib leaked [-90, 181, -179] references, sum=-88
test_sys leaked [0, -42, 21] references, sum=-21
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Sep 25, 2009, 2:42 AM

Post #13 of 35 (842 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_ssl leaked [0, 339, 0] references, sum=339
test_urllib2_localnet leaked [0, 0, 282] references, sum=282

Less important issues:
----------------------
test_asynchat leaked [0, 0, 117] references, sum=117
test_file2k leaked [0, 83, -83] references, sum=0
test_smtplib leaked [0, 90, -88] references, sum=2
test_socketserver leaked [0, 0, 84] references, sum=84
test_sys leaked [-21, 0, 0] references, sum=-21
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 3, 2009, 3:40 PM

Post #14 of 35 (779 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [25, -25, 25] references, sum=25
test_urllib2_localnet leaked [-269, 0, 0] references, sum=-269

Less important issues:
----------------------
test_popen2 leaked [0, -4, 0] references, sum=-4
test_smtplib leaked [-4, 4, 0] references, sum=0
test_socketserver leaked [0, 0, 78] references, sum=78
test_threadedtempfile leaked [0, 94, -94] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 8, 2009, 3:09 PM

Post #15 of 35 (734 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_ssl leaked [0, 0, 339] references, sum=339
test_urllib2_localnet leaked [0, 0, 270] references, sum=270

Less important issues:
----------------------
test_asynchat leaked [126, -126, 0] references, sum=0
test_cmd_line leaked [50, 0, -50] references, sum=0
test_file2k leaked [0, 91, -7] references, sum=84
test_smtplib leaked [-88, 88, -85] references, sum=-85
test_sys leaked [21, -21, 0] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 9, 2009, 3:36 PM

Post #16 of 35 (723 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [0, 25, 0] references, sum=25
test_ssl leaked [0, -420, 81] references, sum=-339

Less important issues:
----------------------
test_cmd_line leaked [0, 0, -25] references, sum=-25
test_docxmlrpc leaked [-184, -4, 4] references, sum=-184
test_popen2 leaked [-29, 25, 4] references, sum=0
test_smtplib leaked [6, 0, -88] references, sum=-82
test_sys leaked [-21, 83, -62] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 11, 2009, 3:14 AM

Post #17 of 35 (703 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test___all__ leaked [1, 1, 1] references, sum=3
test_distutils leaked [-25, 0, 0] references, sum=-25

Less important issues:
----------------------
test_asynchat leaked [-128, 0, 0] references, sum=-128
test_smtplib leaked [88, -88, 0] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 12, 2009, 2:45 AM

Post #18 of 35 (686 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test___all__ leaked [1, 1, 1] references, sum=3
test_urllib2_localnet leaked [0, 0, 270] references, sum=270

Less important issues:
----------------------
test_file2k leaked [80, -80, 0] references, sum=0
test_smtplib leaked [-123, 0, 0] references, sum=-123
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 12, 2009, 2:45 PM

Post #19 of 35 (680 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test___all__ leaked [1, 1, 1] references, sum=3
test_urllib2_localnet leaked [0, 0, 291] references, sum=291

Less important issues:
----------------------
test_smtplib leaked [-160, 0, 0] references, sum=-160
test_sys leaked [-21, -21, 0] references, sum=-42
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 13, 2009, 2:58 PM

Post #20 of 35 (655 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test___all__ leaked [1, 1, 1] references, sum=3
test_urllib2_localnet leaked [0, 270, 10] references, sum=280

Less important issues:
----------------------
test_asynchat leaked [0, 0, 130] references, sum=130
test_smtplib leaked [4, -88, 3] references, sum=-81
test_sys leaked [0, -21, 104] references, sum=83
test_threading leaked [48, 48, 48] references, sum=144
test_xmlrpc leaked [9, -9, 0] references, sum=0
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 15, 2009, 2:57 PM

Post #21 of 35 (604 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test___all__ leaked [1, 1, 1] references, sum=3
test_urllib2_localnet leaked [-280, 0, 0] references, sum=-280

Less important issues:
----------------------
test_smtplib leaked [188, -188, -88] references, sum=-88
test_threadedtempfile leaked [-104, 0, 0] references, sum=-104
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 16, 2009, 2:43 PM

Post #22 of 35 (569 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test___all__ leaked [1, 1, 1] references, sum=3
test_urllib2_localnet leaked [-280, 0, 0] references, sum=-280

Less important issues:
----------------------
test_asynchat leaked [130, -130, 0] references, sum=0
test_smtplib leaked [0, -5, 5] references, sum=0
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 17, 2009, 3:42 AM

Post #23 of 35 (560 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test___all__ leaked [1, 1, 1] references, sum=3
test_urllib2_localnet leaked [-280, 0, 0] references, sum=-280

Less important issues:
----------------------
test_asynchat leaked [-139, 0, 0] references, sum=-139
test_cmd_line leaked [0, 0, -25] references, sum=-25
test_distutils leaked [0, 25, -25] references, sum=0
test_file2k leaked [0, 80, -80] references, sum=0
test_smtplib leaked [0, 0, 123] references, sum=123
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 19, 2009, 2:46 PM

Post #24 of 35 (485 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [-25, 0, 0] references, sum=-25
test_ssl leaked [339, 0, -420] references, sum=-81

Less important issues:
----------------------
test_smtplib leaked [179, -264, -3] references, sum=-88
test_threading leaked [48, 48, 48] references, sum=144
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


nnorwitz at gmail

Oct 20, 2009, 2:46 AM

Post #25 of 35 (479 views)
Permalink
Python Regression Test Failures refleak (2) [In reply to]

More important issues:
----------------------
test_distutils leaked [0, -25, 0] references, sum=-25
test_ssl leaked [0, 0, -81] references, sum=-81

Less important issues:
----------------------
test_smtplib leaked [-5, -88, 82] references, sum=-11
test_threading leaked [48, 48, 48] references, sum=144
test_urllib2_localnet leaked [0, 284, -284] references, sum=0
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins

First page Previous page 1 2 Next page Last page  View All Python checkins RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.