NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #782 (closed defect: fixed)

Opened 2011-09-22T15:43:00-05:00

Last modified 2011-09-22T16:01:45-05:00

Flip horizontally [ij2] throws exception on organ of corti

Reported by: afraser Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: Plugin Framework Version:
Severity: serious Keywords: flip horizontally
Cc: Blocked By:
Blocking:

Description

Open Organ of Corti
run Flip Horizontally [IJ2]

I get:

[ERROR] Module threw exception
java.lang.ArrayIndexOutOfBoundsException: 136452

at net.imglib2.img.basictypeaccess.array.ShortArray.getValue(ShortArray.java:59)
at net.imglib2.type.numeric.integer.GenericShortType.getValue(GenericShortType.java:70)
at net.imglib2.type.numeric.integer.UnsignedShortType.get(UnsignedShortType.java:126)
at net.imglib2.type.numeric.integer.UnsignedShortType.getIntegerLong(UnsignedShortType.java:132)
at net.imglib2.type.numeric.integer.AbstractIntegerType.getRealDouble(AbstractIntegerType.java:15)
at imagej.core.plugins.rotate.FlipHorizontally.flipPlane(FlipHorizontally.java:170)
at imagej.core.plugins.rotate.FlipHorizontally.flipPixels(FlipHorizontally.java:121)
at imagej.core.plugins.rotate.FlipHorizontally.run(FlipHorizontally.java:78)
at imagej.ext.plugin.PluginModule.run(PluginModule.java:174)
at imagej.ext.module.ModuleRunner.run(ModuleRunner.java:148)
at imagej.ext.module.ModuleRunner.call(ModuleRunner.java:118)
at imagej.ext.module.ModuleRunner.call(ModuleRunner.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)

Change History

comment:1 Changed 2011-09-22T16:01:40-05:00 by bdezonia

  • Owner changed from curtis to bdezonia
  • Status changed from new to assigned

fixed in b0a67146225eaa9a3db23ce2b4564b2971bad4d6

comment:2 Changed 2011-09-22T16:01:45-05:00 by bdezonia

  • Status changed from assigned to closed
  • Resolution set to fixed