This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147981 - Smoke Particle System: StackOverflowError
Summary: Smoke Particle System: StackOverflowError
Status: VERIFIED DUPLICATE of bug 150444
Alias: None
Product: usersguide
Classification: Unclassified
Component: JavaFX (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 09:37 UTC by Alexandr Scherbatiy
Modified: 2008-10-23 12:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-09-23 09:37:23 UTC
Steps to reproduce:

- Run the Smoke Particle System

java.lang.StackOverflowError
        at com.sun.javafx.runtime.location.IndirectLocationHelper$1.computeValue(IndirectLocationHelper.java:38)
        at com.sun.javafx.runtime.location.IndirectLocationHelper$1.computeValue(IndirectLocationHelper.java:36)
        at com.sun.javafx.runtime.location.ObjectVariable.update(ObjectVariable.java:143)
        at com.sun.javafx.runtime.location.ObjectVariable.get(ObjectVariable.java:105)
        at com.sun.javafx.runtime.location.IndirectDoubleExpression$1.computeValue(IndirectDoubleExpression.java:47)
        at com.sun.javafx.runtime.location.DoubleVariable.update(DoubleVariable.java:156)
        at com.sun.javafx.runtime.location.DoubleVariable.getAsDouble(DoubleVariable.java:83)
        at com.sun.javafx.runtime.location.GeneratedBoundOperators$3.computeValue(GeneratedBoundOperators.java:56)
        at com.sun.javafx.runtime.location.DoubleVariable.update(DoubleVariable.java:156)
Comment 1 Alexandr Scherbatiy 2008-09-23 09:37:47 UTC
JavaFX_NB_Plugin_NB65_daily:   #253 	23-Sep-2008 02:01:58

Product Version         = NetBeans IDE Dev (Build 200809151401)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor        = 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11; Sun Microsystems Inc.
Comment 2 Michal Skvor 2008-09-29 13:38:43 UTC
That's runtime issue.
Comment 3 Michal Skvor 2008-10-22 14:19:51 UTC

*** This issue has been marked as a duplicate of 150444 ***
Comment 4 Alexandr Scherbatiy 2008-10-23 12:09:28 UTC
verified