Bug 1068 : ArrayIndexOutOfBoundsException in ellipseImpl() with 1.0
Last modified: 2008-11-29 11:58




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
tanepierre
Assigned To:
fry

Attachment Type Created Size Actions
code to reproduce text/plain 2008-11-26 14:31 1.38 KB

Description:   Opened: 2008-11-26 13:28
With the code available at
http://www.somerandomdude.net/processing/helix/helix.pde, the error
reproduced below occurs with Processing 1.0 but wasn't occuring in
Processing 0157.

OS version: MacOS X 10.5.5
Hardware: MacBook Pro

###
Exception in thread "Animation Thread"
java.lang.ArrayIndexOutOfBoundsException: 720
at processing.core.PGraphics3D.ellipseImpl(PGraphics3D.java:2610)
at processing.core.PGraphics.ellipse(PGraphics.java:1517)
at processing.core.PApplet.ellipse(PApplet.java:6952)
at onori_helix.draw(onori_helix.java:78)
at processing.core.PApplet.handleDraw(PApplet.java:1406)
at processing.core.PApplet.run(PApplet.java:1311)
at java.lang.Thread.run(Thread.java:613)
Additional Comment #1 From fry 2008-11-26 14:31
edit]
code to reproduce
Additional Comment #2 From fry 2008-11-26 14:31
thanks for the report, will check into it.
Additional Comment #3 From fry 2008-11-29 11:58
fixed for 1.0.1 (rev 0163).