NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 174 - Convolve 3D does nothing
Convolve 3D does nothing
Status: RESOLVED WONTFIX
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 normal
Assigned To: Johannes Schindelin
Depends on:
Blocks:
 
Reported: 2010-05-31 17:13 CDT by Dan White
Modified: 2012-05-12 06:36 CDT
1 user (show)

See Also:

Description Dan White 2010-05-31 17:13:44 CDT
open a stack, choose convolve 3D from the menu or command launcher
nothing happens. No processor activity, no GUI pops up. Threads are launched, but do nothing. 

Happens on OSX 10.6 java 1.6 and on win vista 64

Information about your version of Java - this information is useful for the Fiji developers:
  os.arch => x86_64
  os.name => Mac OS X
  os.version => 10.6.3
  java.version => 1.6.0_20
  java.vendor => Apple Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_20-b02-279-10M3065
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 16.3-b01-279
  java.vm.vendor => Apple Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => apple.awt.CGraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  sun.cpu.endian => little
  sun.desktop => null
  file.separator => /
Comment 1 Johannes Schindelin 2011-03-23 15:18:30 CDT
Does this still happen? What does Console (from Finder's Go>Utilities) show in that case? Is there a thread dump?
Comment 2 Johannes Schindelin 2011-04-13 18:44:58 CDT
I confirm that this happens here, too. I will have to find some time later to take care of this issue.
Comment 3 Johannes Schindelin 2012-04-20 23:31:48 CDT
It runs a bit further now, asking for a 32-bit kernel, but at least for me runs right into a bug.

Best idea is probably to do this properly anyway: instead of restricting ourselves to a certain number of dimensions (again) and to certain data types (also again), let's go ImgLib2.
Comment 4 Johannes Schindelin 2012-05-12 06:36:53 CDT
Indeed, I want to go ImgLib2 instead.