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 46 - Plugins > Examples > random noise example crashes
Plugins > Examples > random noise example crashes
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2009-04-20 15:38 CDT by Jean-Yves Tinevez
Modified: 2009-04-20 16:51 CDT
1 user (show)

See Also:

Description Jean-Yves Tinevez 2009-04-20 15:38:35 CDT
Useful Java System Properties:
  os.arch => x86_64
  os.name => Mac OS X
  os.version => 10.5.6
  java.version => 1.6.0_07
  java.vendor => Apple Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_07-b06-153
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 1.6.0_07-b06-57
  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 => /

Bug Report Text:

To reproduce, simply launch it.
It will generate the following exception.

java.lang.IllegalArgumentException: dotimes requires a vector for its binding (random_noise_example.clj:17)
	at clojure.lang.Compiler.analyzeSeq(Compiler.java:4503)
...
Comment 1 Johannes Schindelin 2009-04-20 16:51:59 CDT
This should be fixed in commit 3991cbf.