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 268942 - Analyze Stack Window can not open location
Summary: Analyze Stack Window can not open location
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: Dev
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-11 13:43 UTC by Vladimir Voskresensky
Modified: 2017-05-15 10:47 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 Vladimir Voskresensky 2016-11-11 13:43:42 UTC
There is a class named DenseMapInfoVoid$Ptr (in file DenseMapInfoVoid$Ptr.java)
The top of the stack can not be opened, because it thinks Ptr is inner of DenseMapInfoVoid

java.lang.AssertionError: for pointers on usual classes use DenseMapInfoType$Ptr: null
	at org.llvm.adt.aliases.DenseMapInfoVoid$Ptr.getHashValue(DenseMapInfoVoid$Ptr.java:53)
	at org.llvm.adt.DenseMapInfoPair.getHashValue(DenseMapInfoPair.java:80)
	at org.llvm.adt.DenseMapInfoPair.getHashValue(DenseMapInfoPair.java:19)
	at org.llvm.adt.aliases.DenseMapBase.getHashValue(DenseMapBase.java:526)
	at org.llvm.adt.aliases.DenseMapBase.LookupBucketFor(DenseMapBase.java:735)
	at org.llvm.adt.aliases.DenseMapBase.InsertIntoBucketImpl(DenseMapBase.java:679)
Comment 1 Dusan Balek 2017-05-12 15:48:14 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/c5cab3c5bf6f
Comment 2 Quality Engineering 2017-05-14 01:45:41 UTC
Integrated into 'main-silver', will be available in build *201705140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c5cab3c5bf6f
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #268942 - Analyze Stack Window can not open location - fixed.
Comment 3 Vladimir Voskresensky 2017-05-15 10:47:03 UTC
Thanks!