-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Affect Type:Userdefined
- Close the project if it is open (File->Close project).
- Enable the debug mode:
- "Preferences..."- >"Workflow Designer"->"Runtime settings".
- Check "Enable debugger".
- Click "OK" to confirm.
- Open the WD ("Run or Create Workflow" on the "Start Page").
The "Choose Output Directory" dialog may appear. Set any directory and click "OK".
Finally the WD window appeared. - Open "Samples"- >"Alignment"->"Align sequences with MUSCLE".
The "Align Sequences with MUSCLE Wizard" appears. - Set "COI.aln" from data/samples/CLUSTALW as "Input MSA(s)":
- Click "Next >" and "Apply" to confirm and return to the WD window.
- Set a breakpoint on the "Align with MUSCLE" element:
- Select the "Align with MUSCLE" element on the Scene by clicking on it.
- Press Ctrl+B (⌘+B) (Break at element).
The "Align with MUSCLE" element has a red frame.
- Press Ctrl+R (⌘+R) (Run workflow).
- The breakpoint was triggered. Open the message table:
- Click on the one of two connections: between the "Align with MUSCLE" and "Write alignment" elements or between "Read alignment" and "Align with MUSCLE"
- An empty table "Messages from 'Align with MUSCLE' to 'Write alignment'" appears.
- Close workflow tab by pressing shutdown button "х" in the right corner.
- Click "Discard" button in the dialog with message: "The workflow has been modified.
Do you want to save changes? "
Expected: workflow is closed.
Actual: Crash.
Note, there will be no crash, if we skip step 9 with opening an empty table "Messages from 'Align with MUSCLE' to 'Write alignment'".
Crash report: 26048
- relates to
-
UGENE-8078 [Wd, debug] Adding document from WD message to project
- Open