Ticket #867 (closed defect: fixed)
Opened 2011-11-09T09:34:12-06:00
Last modified 2011-11-09T10:43:33-06:00
Image>Type>RGB Stack never completes
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Legacy Compatibility | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Open Clown. Run IJ1 plugin Image > Type > RGB Stack. Nothing happens. Add print statements to LegacyPlugin shows it is stuck in waitForThreads().
Also note that debugging shows a second plugin can be run while a first plugin is waiting for threads. This is not the case with this command sequence. But make sure the separate waitForThreads() calls don't interact badly.
Change History
comment:1 Changed 2011-11-09T10:43:33-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
RGB Stack issue fixed in c57e1cf8de7137ded8bcde2f95dce351a91d25a1. Opening other issue as a new ticket.