Export to GitHub

jjil - issue #27

RgbImageJ2se.toDisplay has threading issues


Posted on Jan 20, 2011 by Swift Panda

What steps will reproduce the problem?

  1. Use RgbImageJ2se.toDisplay in multiiple threads simulatenous (different instances of RgbImageJ2se).

Due to the static reference to the Graphics object passed, there will be indeterminate results depending on which thread executes first.

Status: New

Labels:
Type-Defect Priority-Medium