Skip to content

[Bug]: Apparent memory issue? #21788

Open
@joelfrederico

Description

@joelfrederico

Summary

If you insert an exception here:

def __init__(self, canvas, num):
the code has a segfault on quitting. This likely means that there's either a memory leak or double-free or some other memory issue someplace.

Proposed fix

Insert an exception here:

def __init__(self, canvas, num):

Build against a debug version of python and track down the issue using a debugger.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions