Opened 4 years ago
Last modified 4 years ago
#3078 accepted defect
HL might crash after data import from CSV file for data-analysis problems
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Problems.DataAnalysis.Symbolic.Views | Version: | trunk |
Keywords: | Cc: |
Description
Caused by a race-condition where a progress is used after dispose.
Change History (2)
comment:1 Changed 4 years ago by gkronber
- Status changed from new to accepted
comment:2 Changed 4 years ago by gkronber
Note: See
TracTickets for help on using
tickets.
r17646: added synchronization in RegressionInstanceProviderView which solves the crashes on my machine.