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 110032 - Call stack shows ":0" instead of method names
Summary: Call stack shows ":0" instead of method names
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-07-17 16:13 UTC by kirillkh
Modified: 2010-04-29 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
weird call stack (10.79 KB, image/jpeg)
2007-07-17 16:14 UTC, kirillkh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kirillkh 2007-07-17 16:13:43 UTC
Attaching a screenshot. I don't know what triggers it, but I'm seeing it from time to time. This time it happened after
switching to another thread in the Threads window.
Comment 1 kirillkh 2007-07-17 16:14:21 UTC
Created attachment 45222 [details]
weird call stack
Comment 2 Martin Entlicher 2007-07-17 16:30:09 UTC
Well, any steps how we can reproduce this would help. I have not seen this yet.
Comment 3 kirillkh 2007-07-17 16:34:08 UTC
I've seen it many times in 6.0, and it was always sporadic. I don't think I'll be able to supply exact steps.
Comment 4 Roman Ondruska 2007-07-18 14:59:17 UTC
I have not encountered this. 

QE: Emane, can you reproduce? Thanks.
Comment 5 ehucka 2007-07-18 16:45:46 UTC
I cannot reproduce it. kirillkh, could you specify jdk version you usually work with? thanks
Comment 6 kirillkh 2007-07-18 16:49:40 UTC
Product Version: NetBeans IDE Dev (Build 070714)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

I run and debug the project on Sun JDK 1.4.2_10.
Comment 7 Roman Ondruska 2007-07-20 14:16:46 UTC
Seems to be a random bug; no repro-case available. P3 -> P4
Comment 8 ehucka 2007-10-17 10:40:16 UTC
I have seen it several times with jdk 1.6.0_02 on linux. All my projects contain debug info in class files. I have no
step to reproduce.
Comment 9 Martin Entlicher 2007-11-29 13:52:59 UTC
It might be a symptom of some other random bug, I've seen it when IncompatibleThreadStateException was thrown. It might
be related.
Comment 10 Peter Pis 2008-04-10 22:54:01 UTC
Changing TM for open issues.
Comment 11 Quality Engineering 2008-06-05 03:54:35 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #238 build
Changeset: http://hg.netbeans.org/main/rev/521919497d91
User: mentlicher@netbeans.org
Log: Frames caching is disabled, due to issue #110032, which is much more visible during single-thread stepping.
The cause is still unknown.
Comment 12 Martin Entlicher 2008-06-05 11:14:13 UTC
Fixed by UI redesign.
Comment 13 Quality Engineering 2010-04-29 09:34:10 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.