Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #4796 (closed)

Opened 13 years ago

Closed 13 years ago

Bug: insight 4.1 hangs on copying unsaved settings

Reported by: jamoore Owned by: jburel
Priority: minor Milestone: Unscheduled
Component: Insight Version: n.a.
Keywords: n.a. Cc:
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: n.a.

Description

Preliminary steps (this stuff works fine):

  • Open Dataset 1
  • Modify and save rendering settings for first image
  • Copy rendering settings
  • Apply to all
  • Works as expected

Steps that lead to hang:

  • Open Dataset 2
  • Modify but don't save rendering settings
  • Copy rendering settings
  • Navigate away (saying "No" to question about saving)
  • Apply to all
  • Clients hangs

See jstack output of hung thread below.

Change History (6)

comment:1 Changed 13 years ago by jmoore

Thread t@77571: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
- java.awt.EventDispatchThread.pumpOneEventForHierarchy(int, java.awt.Component) @bci=9, line=216 (Compiled frame)
- java.awt.EventDispatchThread.pumpEventsForHierarchy(int, java.awt.Conditional, java.awt.Component) @bci=26, line=190 (Compiled frame)
- java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component) @bci=4, line=180 (Interpreted frame)
- java.awt.Dialog$1.run() @bci=20, line=535 (Interpreted frame)
- java.awt.Dialog$2.run() @bci=4, line=565 (Interpreted frame)
- java.security.AccessController.doPrivileged(java.security.PrivilegedAction) @bci=0 (Interpreted frame)
- java.awt.Dialog.show() @bci=102, line=563 (Interpreted frame)
- java.awt.Component.show(boolean) @bci=5, line=1302 (Interpreted frame)
- java.awt.Component.setVisible(boolean) @bci=2, line=1255 (Interpreted frame)
- org.openmicroscopy.shoola.util.ui.UIUtilities.centerAndShow(java.awt.Component) @bci=6, line=313 (Interpreted frame)
- org.openmicroscopy.shoola.agents.treeviewer.view.TreeViewerControl.stateChanged(javax.swing.event.ChangeEvent) @bci=241, line=875 (Interpreted frame)
- org.openmicroscopy.shoola.util.ui.component.AbstractComponent.fireStateChange() @bci=34, line=103 (Compiled frame)
- org.openmicroscopy.shoola.agents.treeviewer.view.TreeViewerComponent.pasteRndSettings(java.util.List, java.lang.Class) @bci=70, line=1353 (Interpreted frame)
- org.openmicroscopy.shoola.agents.treeviewer.cmd.PasteRndSettingsCmd.execute() @bci=506, line=201 (Interpreted frame)
- org.openmicroscopy.shoola.agents.treeviewer.actions.PasteRndSettingsAction.actionPerformed(java.awt.event.ActionEvent) @bci=14, line=148 (Interpreted frame)
- javax.swing.AbstractButton.fireActionPerformed(java.awt.event.ActionEvent) @bci=84, line=1882 (Interpreted frame)
- javax.swing.AbstractButton$Handler.actionPerformed(java.awt.event.ActionEvent) @bci=5, line=2202 (Interpreted frame)
- javax.swing.DefaultButtonModel.fireActionPerformed(java.awt.event.ActionEvent) @bci=35, line=420 (Interpreted frame)
- javax.swing.DefaultButtonModel.setPressed(boolean) @bci=117, line=258 (Interpreted frame)
- javax.swing.AbstractButton.doClick(int) @bci=98, line=334 (Interpreted frame)
- javax.swing.plaf.basic.BasicMenuItemUI.doClick(javax.swing.MenuSelectionManager) @bci=53, line=1050 (Interpreted frame)
- apple.laf.CUIAquaMenuItem.doClick(javax.swing.MenuSelectionManager) @bci=22, line=119 (Interpreted frame)
- javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(java.awt.event.MouseEvent) @bci=62, line=1091 (Interpreted frame)
- java.awt.AWTEventMulticaster.mouseReleased(java.awt.event.MouseEvent) @bci=8, line=231 (Interpreted frame)
- java.awt.Component.processMouseEvent(java.awt.event.MouseEvent) @bci=64, line=5602 (Interpreted frame)
- javax.swing.JComponent.processMouseEvent(java.awt.event.MouseEvent) @bci=23, line=3129 (Interpreted frame)
- java.awt.Component.processEvent(java.awt.AWTEvent) @bci=81, line=5367 (Compiled frame)
- java.awt.Container.processEvent(java.awt.AWTEvent) @bci=18, line=2010 (Compiled frame)
- java.awt.Component.dispatchEventImpl(java.awt.AWTEvent) @bci=517, line=4068 (Compiled frame)
- java.awt.Container.dispatchEventImpl(java.awt.AWTEvent) @bci=42, line=2068 (Compiled frame)
- java.awt.Component.dispatchEvent(java.awt.AWTEvent) @bci=2, line=3903 (Compiled frame)
- java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent) @bci=139, line=3936 (Compiled frame)
- java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent) @bci=50, line=3866 (Compiled frame)
- java.awt.Container.dispatchEventImpl(java.awt.AWTEvent) @bci=12, line=2054 (Compiled frame)
- java.awt.Window.dispatchEventImpl(java.awt.AWTEvent) @bci=19, line=1801 (Compiled frame)
- java.awt.Component.dispatchEvent(java.awt.AWTEvent) @bci=2, line=3903 (Compiled frame)
- java.awt.EventDispatchThread.pumpOneEventForHierarchy(int, java.awt.Component) @bci=233, line=269 (Compiled frame)
- java.awt.EventDispatchThread.pumpEventsForHierarchy(int, java.awt.Conditional, java.awt.Component) @bci=26, line=190 (Compiled frame)
- java.awt.EventDispatchThread.pumpEvents(int, java.awt.Conditional) @bci=4, line=184 (Interpreted frame)
- java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional) @bci=3, line=176 (Interpreted frame)
- java.awt.EventDispatchThread.run() @bci=9, line=110 (Interpreted frame)

comment:2 Changed 13 years ago by jburel

What do we want to do with that one?

comment:3 Changed 13 years ago by jmoore

Were you able to reproduce, J-M? I've just tried but it doesn't look like copying settings is working for me. Has anything changed since this was reported?

comment:4 Changed 13 years ago by jburel

  • Milestone changed from OMERO-Beta4.3 to OMERO-Beta4.3.1

I have not been able to reproduce that.
for the copy not working, I will have to dig a bit. I cannot remember if something has changed.
I will work on it after the release. Moving to 4.3.1

comment:5 Changed 13 years ago by jburel

  • Milestone changed from OMERO-Beta4.3.1 to Unscheduled
  • Sprint 2011-07-07 (1) deleted

This should probably be part of a backport iteration/milestone. Defining strategy when we are all back from holidays

comment:6 Changed 13 years ago by jburel

  • Resolution set to wontfix
  • Status changed from new to closed

unable to reproduce

Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.66551 sec.)

We're Hiring!