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 251845 - StackOverflowError:
Summary: StackOverflowError:
Status: VERIFIED DUPLICATE of bug 251843
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 251843
Blocks:
  Show dependency tree
 
Reported: 2015-04-15 10:58 UTC by Chiana
Modified: 2015-05-11 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216766


Attachments
stacktrace (58.93 KB, text/plain)
2015-04-15 10:58 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2015-04-15 10:58:33 UTC
Build: NetBeans IDE Dev (Build 201504130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
Chiana: Tried to workarond #216764




Stacktrace: 
java.lang.StackOverflowError: 
   at ent.TransactionLock$SharedSessionProxy.invoke(TransactionLock.java:45)
   at ent.$Proxy28.toString(.java:0)
   at ent.TransactionLock$SharedSessionProxy.invoke(TransactionLock.java:45)
   at ent.$Proxy28.toString(.java:0)
   at ent.TransactionLock$SharedSessionProxy.invoke(TransactionLock.java:45)
   at ent.$Proxy28.toString(.java:0)
Comment 1 Chiana 2015-04-15 10:58:35 UTC
Created attachment 153211 [details]
stacktrace
Comment 2 Chiana 2015-05-08 13:41:21 UTC
I don't Think this is something that needs to be fixed. I just forgot to mark it as duplicate of 251843 as that was what I was investigating.

*** This bug has been marked as a duplicate of bug 251843 ***
Comment 3 Jiri Kovalsky 2015-05-11 13:03:30 UTC
Verifying then. Thanks for your comment Kent.