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

Summary: StackOverflowError:
Product: debugger Reporter: Chiana
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216766
Bug Depends on: 251843    
Bug Blocks:    
Attachments: stacktrace

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.