Free cookie consent management tool by TermsFeed Policy Generator

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#3088 closed defect (done)

HeuristicLab crashes if Hive Job Manager is opened while samples page is still loading

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.17
Component: PluginInfrastructure Version:
Keywords: Cc:

Description


Change History (6)

comment:1 Changed 3 years ago by gkronber

r17782: ignore dynamic assemblies and assemblies with empty location in GetTypes(Type type, bool onlyInstantiable, bool includeGenericTypeDefinitions) method.

Reasoning: when hive job manager is loaded at least one dynamic assembly is loaded for the WCF call wrappers. This causes an exception in PluginInfrastructure when trying to load the types in the dynamic assembly.

comment:2 Changed 3 years ago by gkronber

  • Status changed from new to accepted

comment:3 Changed 3 years ago by gkronber

  • Owner changed from gkronber to jkarder
  • Status changed from accepted to reviewing
  • Version set to trunk

comment:4 Changed 3 years ago by jkarder

  • Owner changed from jkarder to gkronber
  • Status changed from reviewing to readytorelease

Reviewed r17782, looks good, thanks!

comment:5 Changed 3 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed

r17809: merged r17782 from trunk to stable

comment:6 Changed 3 years ago by gkronber

  • Version trunk deleted
Note: See TracTickets for help on using tickets.