Bug #111591 Worktbench crashes on quit
Submitted: 27 Jun 2023 21:09 Modified: 28 Jun 2023 13:59
Reporter: Chris Cheshire Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.33 (CE) OS:MacOS (Ventura 13.4.1)
Assigned to: CPU Architecture:ARM (Mac Studio M1 Max)

[27 Jun 2023 21:09] Chris Cheshire
Description:
Workbench crashes with a segfault on quit. See attached crash report.

How to repeat:
Open Workbench. Quit workbench.
[27 Jun 2023 21:11] Chris Cheshire
crash report

Attachment: wb crash.txt (text/plain), 58.85 KiB.

[28 Jun 2023 10:51] MySQL Verification Team
Hello Chris,

Thank you for the bug report.
Imho this is duplicate of Bug #110613, please see Bug #110613.

Comment from dev on Bug #110613
This problem seems to be in python itself and Ventura
https://github.com/python/cpython/issues/99663

Regards,
Ashwini Patil
[28 Jun 2023 13:46] Chris Cheshire
I just upgraded from python 3.10.x to 3.11.4 and it still happens. Looking deeper into the crash report, it is reporting python libraries embedded within the mysql workbench installation (version 3.9) and not using the OS-wide version.

/Users/USER/*/MySQLWorkbench 2.app/Contents/Frameworks/Python3.framework/Versions/3.9/Python3

As a side note, I get a permission denied error when attempting to navigate to the linked bug regardless of being logged in or not.
[28 Jun 2023 13:59] Chris Cheshire
Also, 8.0.31 does not exhibit this behaviour.