Bug 507780 - [Debug] [postmortem] Launch without specified core file, sometimes deadlocks Eclipse
Summary: [Debug] [postmortem] Launch without specified core file, sometimes deadlocks ...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 12:26 EST by Marc Dumais CLA
Modified: 2020-09-04 15:21 EDT (History)
2 users (show)

See Also:


Attachments
the two dialogs in question (96.80 KB, image/png)
2016-11-18 12:26 EST, Marc Dumais CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Dumais CLA 2016-11-18 12:26:00 EST
Created attachment 265438 [details]
the two dialogs in question

There seems to be a race condition, when starting a post-mortem session. If the core file is not defined in the launch configuration, a dialog is created to ask the user to specify or browse for the core file. 

However another modal dialog sometimes is created on top of the core file selection dialog: "Progress Information - launching <launch name>". This second dialog is for the launch, and would disappear automatically when the launching is done. The user can't dismiss this one (pressing "cancel" does not dismiss it). While the dialog is present, it's not possible to interact with the core file selection dialog, and as long as no core file is selected, it's not possible to finish the launch - so deadlock.