Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Closed 11 years ago

#1702 closed defect (rejected)

Optimizer can crash when closing the StarterForm while the update service is still running

Reported by: ascheibe Owned by: gkronber
Priority: low Milestone: HeuristicLab 3.3.x Backlog
Component: PluginInfrastructure Version: 3.3.5
Keywords: Cc:

Description

The exception thrown was:

{"Cannot access a disposed object.\r\nObject name: 'StarterForm'."}   
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at HeuristicLab.PluginInfrastructure.Starter.StarterForm.UpdateApplicationsList() in C:\dev\trunk\sources\HeuristicLab.PluginInfrastructure\3.3\Starter\StarterForm.cs:line 176
at HeuristicLab.PluginInfrastructure.Starter.StarterForm.<CheckUpdatesAvailableAsync>b__a(Task`1 t) in C:\dev\trunk\sources\HeuristicLab.PluginInfrastructure\3.3\Starter\StarterForm.cs:line 95
at System.Threading.Tasks.Task.Execute()

This happened when i started the Optimizer while closing the StarterForm in the meantime. Seems that the update service was still running and when it finished the service call, it tried to update the StarterForm which was already disposed at the time.

Change History (3)

comment:1 Changed 11 years ago by gkronber

  • Priority changed from medium to low

comment:2 Changed 11 years ago by gkronber

  • Status changed from new to accepted

comment:3 Changed 11 years ago by gkronber

  • Resolution set to rejected
  • Status changed from accepted to closed

Related to #1038.

Note: See TracTickets for help on using tickets.