[CONPY-118] Memory leak Created: 2020-10-01 Updated: 2022-10-28 Resolved: 2020-10-02 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Build |
| Affects Version/s: | 1.0.2 |
| Fix Version/s: | 1.0.3 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Stefko | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Python 3.7.4/Windows 7 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Heavy memory leak observed while running the attached script. This script is simplified in order to demonstrate and allow for replication of the issue. It looks like the leak is around cursor.execute/cursor.fetchall methods This is a critical/blocker issue as shortly the script eats enormous amount of memory. |
| Comments |
| Comment by Stefko [ 2020-10-02 ] |
|
Same problem is observed with v.1.0.3 |
| Comment by Georg Richter [ 2020-10-02 ] |
|
Thank you for your bug report. Fixed in rev. bce98d74cd6e9d4917b0a75fecb3350b5d6d921c |