473,324 Members | 2,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

python memory leak only in x86 64 linux

the memory usage of a python app keeps growing in a x86 64 linux
continuously, whereas in 32 bit linux this is not the case. Python
version in both 32 bit and 64 bit linux - 2.6.24.4-64.fc8
Python 2.5.1 (r251:54863, Oct 30 2007, 13:45:26)

i isolated the memory leak problem to a function that uses datetime
module extensively. i use datetime.datetime.strptime,
datetime.timedelta, datetime.datetime.now methods...

i tried to get some info with guppy and the code goes like this

while True:
print heapy.heap().get_rp()
print heapy.setref()
users = globalstuff.q.get()
for u in users:
doalert(u)
and it gives the following output for the 64bit linux below.. I am not
able to decode this output or figure out why this leak is happening
only in 64 bit linux and not in 32 bit. can anyone tell how to fix
this problem?
thanks a lot!

Reference Pattern by <[dict of] class>.
0: _ --- [-] 82005 (Cheetah.Filters.DummyTemplate | Nouvelle.Serial.place | ...
1: a [-] 19901 tuple: 0x6674c0*27, 0x66b2b0*26, 0x67f270*36...
2: aa ---- [S] 5516 types.CodeType: xmlreader.py:375:_test...
3: ab [S] 454 type: warnings._OptionError, zipimport.ZipImportError...
4: ac ---- [-] 1133 function: bitbucket_s3.s3amazon.S3.__init__...
5: aca [S] 110 dict of module: copy_reg, os, site, warnings..., web
6: acb ---- [S] 233 dict of class: ..Codec, ..UserDict, .._Environ...
7: acc [S] 87 dict of type: ..IncrementalEncoder..., ..Quitter, .._Printer
8: acd ---- [-] 9 dict of email.LazyImporter: 0x93dc90, 0x93dcd0..., 0x93de50
9: acda [-] 9 email.LazyImporter: 0x93dc90, 0x93dcd0, 0x93dd90...
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 3862 (DBUtils.PooledDB.PooledDB | DBUtils.PooledDB.PooledDedica...
1: a [-] 51 web.utils.Storage: 0xd11e70, 0xd120c0, 0xd12350, 0xd18d20...
2: aa ---- [-] 1 list: 0xdbdd88*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 465 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 50 web.utils.Storage: 0xdea5d0, 0xdef260, 0xe503d0, 0xe73f10...
2: aa ---- [-] 1 list: 0xda1200*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: b [-] 2 list: 0x2aaaaaada710*2, 0xda1200*50
6: ba ---- [S] 1 dict of module: gc
7: bb [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
8: c ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
9: d [-] 1 types.GeneratorType: 0x1519ab8
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 467 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 50 web.utils.Storage: 0xbf83a0, 0xbf84d0, 0xd19810, 0xe03bc0...
2: aa ---- [-] 1 list: 0xf99440*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: b [-] 2 list: 0x2aaaaaada710*3, 0xf99440*50
6: ba ---- [S] 1 dict of module: gc
7: bb [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
8: c ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
9: d [-] 1 types.GeneratorType: 0x10a75a8
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 466 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 50 web.utils.Storage: 0xbf8600, 0xde7720, 0xe02c80, 0xfbd1c0...
2: aa ---- [-] 1 list: 0x1ebac20*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: b [-] 2 list: 0x1ebac20*50, 0x2aaaaaada710*4
6: ba ---- [S] 1 dict of module: gc
7: bb [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
8: c ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
9: d [-] 1 types.GeneratorType: 0x1eba7e8
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 466 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 50 web.utils.Storage: 0xd21060, 0xd21190, 0xd22480, 0xe48190...
2: aa ---- [-] 1 list: 0x238e560*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: b [-] 2 list: 0x238e560*50, 0x2aaaaaada710*5
6: ba ---- [S] 1 dict of module: gc
7: bb [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
8: c ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
9: d [-] 1 types.GeneratorType: 0x1519cf8
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0xdf0ee0, 0xfae860, 0xfc5850, 0xfc59d0...
2: aa ---- [-] 1 list: 0x13c67a0*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 468 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0xdf0ee0, 0xfae680, 0xfae990, 0xfd67b0...
2: aa ---- [-] 1 list: 0xf993b0*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 471 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0xdf0ee0, 0xfbf190, 0xfc0f10, 0xfe4990...
2: aa ---- [-] 1 list: 0x32ade18*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 473 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0xd07d00, 0xd07e30, 0xdf0ee0, 0xfac950...
2: aa ---- [-] 1 list: 0x10ad710*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 471 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x1122500..., 0xde94d0, 0xdf0ee0, 0xfd6040
2: aa ---- [-] 1 list: 0x23bd170*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 469 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x10879f0, 0x1088470..., 0xdf0ee0, 0xff3be0
2: aa ---- [-] 1 list: 0x392d170*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 468 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x112b280..., 0xdf0ee0, 0xfbed60, 0xfc4a00
2: aa ---- [-] 1 list: 0x389c440*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x10d76f0, 0x11484f0..., 0xdf0ee0, 0xfd2880
2: aa ---- [-] 1 list: 0x2f1cf38*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0xdf0ee0, 0xfb1e00, 0xfbeb10, 0xfce6a0...
2: aa ---- [-] 1 list: 0x324e5f0*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 472 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x1090e70..., 0xdf0ee0, 0xfdabd0, 0xfee4d0
2: aa ---- [-] 1 list: 0x4261248*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 469 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x1078230..., 0xdf0ee0, 0xfef440, 0xfef780
2: aa ---- [-] 1 list: 0x3dc62d8*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x1078f70, 0x108bf70..., 0xdf0ee0
2: aa ---- [-] 1 list: 0xf993f8*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x108e180, 0x112d100..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x10ad248*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 469 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x107db80, 0x107dcb0..., 0xdf0ee0, 0xfc33e0
2: aa ---- [-] 1 list: 0x5d21440*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 471 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x107df30, 0x108f790..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x64a3dd0*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 473 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x111ac40, 0x111ad70..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x72f0830*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 471 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0xdf0ee0, 0xfb61d0, 0xfb6300, 0xfbef50...
2: aa ---- [-] 1 list: 0x7095a70*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x107c1c0, 0x107c2f0..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x693b4d0*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x1085830..., 0xdf0ee0, 0xfd6a10, 0xfd6b40
2: aa ---- [-] 1 list: 0x7b85b48*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x1197940, 0x11afe40..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x892ba70*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 469 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x11bbea0, 0x42c1c00..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x7103050*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 469 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x10763b0, 0x10764e0..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x8b34098*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 469 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x13fffe0, 0x19851d0..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x9105ea8*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 470 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x2474f00, 0x28af3e0..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x9ce0ab8*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
None
Reference Pattern by <[dict of] class>.
0: _ --- [-] 471 (datetime.datetime | float | int | list | long | str | type...
1: a [-] 51 web.utils.Storage: 0x119cb30, 0x1289d00..., 0xdf0ee0
2: aa ---- [-] 1 list: 0x9ed4dd0*50
3: a3 [S] 1 types.FrameType: <sendalerts at 0xc0bc50>
4: ab ---- [^ 3] 1 types.FrameType: <sendalerts at 0xc0bc50>
5: ac [-] 1 dict (no owner): 0x7413e0*1
6: aca ---- [S] 1 dict of module: ..webapi
7: acb [-] 1 dict of web.utils.ThreadedDict: 0x2aaab0711dd0
8: acba ---- [-] 1 web.utils.ThreadedDict: 0x2aaab0711dd0
9: acbaa [S] 3 dict of module: ..cheetah, ..webapi, web
<Type e.g. '_.more' for more.>
Jun 27 '08 #1
0 1157

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jerald | last post by:
Running python 2.3.4 on valgrind (a tool like purify which checks the use of uninitialized memory, etc), gives a lot of errors. See below. jfj@cluster:~/> python -V Python 2.3.4...
34
by: Ville Voipio | last post by:
I would need to make some high-reliability software running on Linux in an embedded system. Performance (or lack of it) is not an issue, reliability is. The piece of software is rather simple,...
0
by: Robby Dermody | last post by:
Hey guys (thus begins a book of a post :), I'm in the process of writing a commercial VoIP call monitoring and recording application suite in python and pyrex. Basically, this software sits in a...
10
by: Andrew Trevorrow | last post by:
No response to my last message, so I'll try a different tack... Does anyone know of, or even better, has anyone here written a C++ application for Mac/Windows that allows users to run Python...
18
by: diffuser78 | last post by:
I have a python code which is running on a huge data set. After starting the program the computer becomes unstable and gets very diffucult to even open konsole to kill that process. What I am...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 378 open ( +3) / 3298 closed (+34) / 3676 total (+37) Bugs : 886 open (-24) / 5926 closed (+75) / 6812 total (+51) RFE : 224 open...
4
by: lars.uffmann | last post by:
I just reduced a nasty and hard to pin-down memory leak (according to mtrace() under SuSE 9.3 to a very simple example file and would like to know what the error is about, and whether it maybe is a...
0
by: nejucomo | last post by:
Hi folks, Quick Synopsis: A test script demonstrates a memory leak when I use pythonic extensions of my builtin types, but if I use the builtin types themselves there is no memory leak. ...
0
by: Gabriel Genellina | last post by:
En Wed, 16 Apr 2008 13:10:42 -0300, rkmr.em@gmail.com <rkmr.em@gmail.comescribió: In principle pure Python code should have no memory leaks - if there are, they're on Python itself. Maybe...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.