[CONPY-33] Connector/Python segfault on autocompletion Created: 2020-01-20 Updated: 2020-08-25 Resolved: 2020-01-21 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 0.9.52 |
| Fix Version/s: | 0.9.53 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Chris Calender (Inactive) | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS |
||
| Description |
|
While trying to use the new Connector/Python, a segfault was encountered after: conn = mariadb.connect(**conf) After the . press Tab for autocompletion in the interactive shell and it segfaults. |
| Comments |
| Comment by Georg Richter [ 2020-01-20 ] |
|
Hi Chris, thanks for your bug report - I was able to reproduce this issue. |
| Comment by Georg Richter [ 2020-01-21 ] |
|
Fixed. rev 62e2075d4b3c367a6cb8b0a6470ae9c92c9b7e12 |