Ticket #533 (closed defect: fixed)
matrix_rational_sparse_allocate_mpq_vector leak (from modular/ssmod/ssmod.py)
| Reported by: | mabshoff | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.7 |
| Component: | memleak | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
From Sage 2.8.3rc3:
==24845== 352 bytes in 44 blocks are definitely lost in loss record 1,423 of 2,587 ==24845== at 0x4A05809: malloc (vg_replace_malloc.c:149) ==24845== by 0x946C2A6: __gmpq_init (in /tmp/Work2/sage-2.8.3.rc3/local/lib/libgmp.so.3.4.1) ==24845== by 0x20EB34C3: __pyx_f_22matrix_rational_sparse_allocate_mpq_vector (matrix_rational_sparse.c:5358) ==24845== by 0x20EB51D4: __pyx_f_22matrix_rational_sparse_mpq_vector_set_entry (matrix_rational_sparse.c:6394) ==24845== by 0x20EB5367: __pyx_f_22matrix_rational_sparse_22Matrix_rational_sparse_set_unsafe (matrix_rational_sparse.c:8 463) ==24845== by 0x1DF0A336: __pyx_f_7matrix0_6Matrix_add_multiple_of_column_c (matrix0.c:5631) ==24845== by 0x1DA89C8B: __pyx_f_7matrix2_6Matrix_hessenbergize (matrix2.c:4699) ==24845== by 0x4156A2: PyObject_Call (abstract.c:1860) ==24845== by 0x47DB71: PyEval_CallObjectWithKeywords (ceval.c:3433) ==24845== by 0x1DA86360: __pyx_f_7matrix2_6Matrix_hessenberg_form (matrix2.c:4233) ==24845== by 0x4156A2: PyObject_Call (abstract.c:1860) ==24845== by 0x47DB71: PyEval_CallObjectWithKeywords (ceval.c:3433)
Cheers,
Michael
Change History
Note: See
TracTickets for help on using
tickets.
