Bug #112000 MySQL Workbench: crash if data import is canceled
Submitted: 8 Aug 2023 18:34 Modified: 9 Aug 2023 11:34
Reporter: Adam Foote Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Migration Severity:S3 (Non-critical)
Version:8.0 CE OS:Windows
Assigned to: CPU Architecture:Any

[8 Aug 2023 18:34] Adam Foote
Description:
I'm trying to import CSV files into tables in a database using the "Data Import" wizard. Occasionally I import data in the wrong order, i.e. I have a foreign key constraint that I haven't accounted for. If that data import fails I have to use the "cancel" button to leave the import wizard, at which point MySQL reliably crashes. I've found that selecting "cancel" for any reason causes MySQL workbench to crash with "Cannot access a disposed object. Object name: '_ProgressBar'.

How to repeat:
Start importing data from a CSV to a database table, then cancel the import.
[9 Aug 2023 4:12] MySQL Verification Team
Hello Adam Foote,

Thank you for the report and feedback.
IMHO this is duplicate of Bug #83447, please see Bug #83447

regards,
Umesh
[9 Aug 2023 11:34] Adam Foote
I believe it is a duplicate of 83447, thank you for pointing that out. However, I would also say that this bug has apparently been present for 7 years with nobody doing anything about it and it seems like it should be simple to investigate.