Opened 14 years ago
Last modified 9 years ago
#1349 new defect
PluginManager is unaware of application crashes
Reported by: | abeham | Owned by: | gkronber |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | PluginInfrastructure | Version: | 3.3.2 |
Keywords: | Cc: |
Description
E.g. after the exception in #1348 appears the application that was just started is shut down. After that the plugin manager cannot be launched because: "Installation Manager cannot be started while another HeuristicLab application is active. Please stop all active HeuristicLab applications and try again."
Change History (5)
comment:1 Changed 14 years ago by swagner
- Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.3
comment:2 Changed 14 years ago by gkronber
comment:3 Changed 14 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.3 to HeuristicLab x.x.x
comment:4 Changed 11 years ago by gkronber
- Priority changed from medium to lowest
comment:5 Changed 9 years ago by gkronber
See related ticket #2522
Note: See
TracTickets for help on using
tickets.
This only occurs for the special case that two plugins (different assembly names) have the same name (as described in #1348). This is unlikely to occur however in a future version the plugin infrastructure should be made more robust to detect such cases.