Opened 13 years ago
Closed 13 years ago
#1094 closed defect (duplicate)
small memleaks exposed by ntl_ZZ_pEX (from 2.8.12.alpha0)
Reported by: | mabshoff | Owned by: | mabshoff |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | memleak | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
ntl_ZZ_pEX.py
==4652== 408 (24 direct, 384 indirect) bytes in 3 blocks are definitely lost in loss record 635 of 1,862 ==4652== at 0x4A1C344: operator new(unsigned long) (vg_replace_malloc.c:227) ==4652== by 0x6041AB6: ZZ_pE_to_ZZ_pX (in /tmp/Work-mabshoff/sage-2.8.11/devel/sage-main/c_lib/libcsage.so) ==4652== by 0xCE6A067: __pyx_f_4sage_4libs_3ntl_9ntl_ZZ_pE_9ntl_ZZ_pE_get_as_ZZ_pX (ntl_ZZ_pE.cpp:2514) ==4652== by 0xCE6889E: __pyx_pf_4sage_4libs_3ntl_9ntl_ZZ_pE_9ntl_ZZ_pE___reduce__(_object*, _object*) (ntl_ZZ_pE.cpp:1661 ) ==4652== by 0x415522: PyObject_Call (abstract.c:1860) ==4652== by 0x47C850: PyEval_CallObjectWithKeywords (ceval.c:3433) ==4652== by 0x4589BF: object_reduce_ex (typeobject.c:2786) ==4652== by 0x415522: PyObject_Call (abstract.c:1860) ==4652== by 0x76F0743: save (cPickle.c:2495) ==4652== by 0x76F1EEC: batch_list (cPickle.c:1558) ==4652== by 0x76F0C7B: save (cPickle.c:1626) ==4652== by 0x76F025F: save_tuple (cPickle.c:1381)
Cheers,
Michael
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
- Milestone changed from sage-2.10 to sage-duplicate/invalid
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
With Sage 2.10.alpha0 I get:
Total losses:
Cheers,
Michael