Message112348
regrest -L detects a memory leak in test_io, on OS X 10.6.4.
newton:py3k dickinsm$ ./python.exe Lib/test/regrtest.py -L test_io
test_io
Testing large file ops skipped on darwin.
It requires 2147483648 bytes and a long time.
Use 'regrtest.py -u largefile test_io' to run it.
Testing large file ops skipped on darwin.
It requires 2147483648 bytes and a long time.
Use 'regrtest.py -u largefile test_io' to run it.
1 test OK.
leaks Report Version: 2.0
Process: python.exe [71362]
Path: /Users/dickinsm/python/svn/py3k/python.exe
Load Address: 0x100000000
Identifier: python.exe
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: bash [18674]
Date/Time: 2010-08-01 16:51:50.332 +0100
OS Version: Mac OS X 10.6.4 (10F569)
Report Version: 6
Process 71362: 6679 nodes malloced for 14021 KB
Process 71362: 16 leaks for 2048 total leaked bytes.
Leak: 0x10138bb40 size=128 zone: DefaultMallocZone_0x1002f7000
0x00000000 0x00000000 0x434f4e44 0x00000000 ........DNOC....
0x00000000 0x80000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x4d555458 0x00000000 ........XTUM....
0x00000000 0x00000060 0x00000000 0x00000000 ....`...........
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0xdbdbdbdb 0x0008dbdb ................
(15 blocks of similar output omitted)
I'm investigating further... |
|
Date |
User |
Action |
Args |
2010-08-01 15:53:16 | mark.dickinson | set | recipients:
+ mark.dickinson, ronaldoussoren |
2010-08-01 15:53:15 | mark.dickinson | set | messageid: <1280677996.0.0.904375353988.issue9448@psf.upfronthosting.co.za> |
2010-08-01 15:53:14 | mark.dickinson | link | issue9448 messages |
2010-08-01 15:53:13 | mark.dickinson | create | |
|