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 269007 - StackOverflowError at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke
Summary: StackOverflowError at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-16 15:47 UTC by Exceptions Reporter
Modified: 2016-11-25 04:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227247


Attachments
stacktrace (88.01 KB, text/plain)
2016-11-16 15:47 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-11-16 15:47:42 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 8.2 (Build 201609271501)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b16, Java(TM) SE Runtime Environment, 1.8.0_112-b16
OS: Mac OS X

User Comments:
GUEST: Use following OQL query:

select {file:x, id:x.statics} from java.io.File x




Stacktrace: 
java.lang.StackOverflowError
   at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:639)
   at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
   at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
   at jdk.nashorn.internal.objects.NativeJSAdapter.callAdaptee(NativeJSAdapter.java:557)
   at jdk.nashorn.internal.objects.NativeJSAdapter.callAdaptee(NativeJSAdapter.java:543)
   at jdk.nashorn.internal.objects.NativeJSAdapter.get(NativeJSAdapter.java:203)
Comment 1 Exceptions Reporter 2016-11-16 15:47:44 UTC
Created attachment 162932 [details]
stacktrace
Comment 2 Tomas Hurka 2016-11-23 12:23:01 UTC
Fixed in profiler-main

changeset:   301680:d3940dc9be9f
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Nov 23 09:31:53 2016 +0100
summary:     bugfix #269007, unwrap values in Map - this is similar to Object[] case
Comment 3 Quality Engineering 2016-11-25 04:05:10 UTC
Integrated into 'main-silver', will be available in build *201611250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d3940dc9be9f
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #269007, unwrap values in Map - this is similar to Object[] case