This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author timboddy
Recipients berker.peksag, timboddy
Date 2018-06-07.21:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528406151.74.0.592728768989.issue33795@psf.upfronthosting.co.za>
In-reply-to
Content
Would a leak associated with this stack trace fall within the domain of bugs.python.org?  I do see site-packages on ths stack in frames 1 and 2 but frame 3 is in /lib/libpython3.5m.so.1.0:

555555904900
#0  __GI___libc_malloc (bytes=8) at malloc.c:2910
#1  0x00007ffff4b1a6a9 in ?? ()
   from /usr/lib/python3.5/site-packages/_cffi_backend.cpython-35m-x86_64-linux-gnu.so
#2  0x00007ffff4b1ab4d in ?? ()
   from /usr/lib/python3.5/site-packages/_cffi_backend.cpython-35m-x86_64-linux-gnu.so
#3  0x00007ffff7a28019 in ?? () from /lib/libpython3.5m.so.1.0
#4  0x00007ffff79bb229 in PyCFunction_Call () from /lib/libpython3.5m.so.1.0
#5  0x00007ffff7a3474c in PyEval_EvalFrameEx () from /lib/libpython3.5m.so.1.0
#6  0x00007ffff7a33d5c in PyEval_EvalFrameEx () from /lib/libpython3.5m.so.1.0
#7  0x00007ffff7a33d5c in PyEval_EvalFrameEx () from /lib/libpython3.5m.so.1.0

Either way is fine.  I have a bit more debugging to do anyway to understand where the cause of the leak actually is but please let me know your thoughts on whether this bug might be relevant to this site.
History
Date User Action Args
2018-06-07 21:15:51timboddysetrecipients: + timboddy, berker.peksag
2018-06-07 21:15:51timboddysetmessageid: <1528406151.74.0.592728768989.issue33795@psf.upfronthosting.co.za>
2018-06-07 21:15:51timboddylinkissue33795 messages
2018-06-07 21:15:51timboddycreate