Message374137
Correction, _int_free() is an internal function of malloc().
small_ints.lto_priv+72 looks like deallocation of an integer object at location +72. This is either int 4 (on 64bit platforms) or int 13 (on 32bit platforms):
>>> NSMALLNEGINTS = 5
>>> (4 + NSMALLNEGINTS) * 8
72
>>> (13 + NSMALLNEGINTS) * 4
72
Could you please report the issue with RPi package owner? This looks like a bug in a 3rd party module. |
|
Date |
User |
Action |
Args |
2020-07-23 14:15:20 | christian.heimes | set | recipients:
+ christian.heimes, stestagg, Howard_Landman |
2020-07-23 14:15:20 | christian.heimes | set | messageid: <1595513720.81.0.346193527845.issue41335@roundup.psfhosted.org> |
2020-07-23 14:15:20 | christian.heimes | link | issue41335 messages |
2020-07-23 14:15:20 | christian.heimes | create | |
|