Opened 7 years ago
Last modified 7 years ago
#2830 closed defect
Uncought Exceptions in IOptimizers get lost — at Version 2
Reported by: | pfleck | Owned by: | pfleck |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Optimization.Views | Version: | trunk |
Keywords: | Cc: |
Description (last modified by pfleck)
Because the Task of IOptimizer.StartAsync() is not awaited in IOptimizerView.startButton_Click any exception that was not yet handled is lost.
This issue applies to the following
- IOptimizerView.startButton_Click: Content.StartAsync();
- CrossValidation.Start: clonedAlgorithm.StartAsync(cancellationToken);
- CrossValidationView.startButton_Click: Content.StartAsync();
- OKBAlgorithmView.startButton_Click: Content.StartAsync();
- OptimizerTask.Start: Item.StartAsync();
- EngineTask:Start: Item.StartAsync();
Change History (2)
comment:1 Changed 7 years ago by pfleck
- Owner set to pfleck
- Status changed from new to accepted
comment:2 Changed 7 years ago by pfleck
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.