-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Sprint:DEV-39-4
-
Affect Type:Userdefined
- Open Workflow Designer
- Load sample "Trim and Map Sanger reads"
- Add the attach file as read and reference.
- Run workflow.
Current: `PairwiseAlignmentSmithWatermanTask` throws the `bad_alloc` exception, the error message "There is not enough memory to finish the task" in the log on the "Trace" level.
Reason: SmithWatermanAlgorithm.cpp -> 176 memory size variable is incorrect because of the implicit conversation from `unsigned int` to `int`.
- relates to
-
UGENE-7270 Cancel Task does not terminate execution in Workflow Designer
- Closed