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 215672 - Exception: null entry for valid file PARSED FileImpl @-1475097419:32093410 /net/enum/export1/sside/oss_build/spicabuild32/src/lang/cafe/program/ccfe/intel-S2/fgn/IrModule.h prj:7112328KeyBasedUID on P
Summary: Exception: null entry for valid file PARSED FileImpl @-1475097419:32093410 /n...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
: 216250 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-18 09:11 UTC by Alexander Simon
Modified: 2012-10-30 13:19 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190836


Attachments
stacktrace (1.54 KB, text/plain)
2012-07-18 09:11 UTC, Alexander Simon
Details
stacktrace (1.53 KB, text/plain)
2012-07-25 18:42 UTC, Alexander Simon
Details
stacktrace (1.54 KB, text/plain)
2012-08-01 07:51 UTC, Alexander Simon
Details
stacktrace (4.32 KB, text/plain)
2012-08-07 15:12 UTC, Exceptions Reporter
Details
stacktrace (1.09 KB, text/plain)
2012-08-26 00:16 UTC, vladdraco
Details
stacktrace (1.13 KB, text/plain)
2012-10-03 19:23 UTC, tbrunhoff
Details
stacktrace (1.52 KB, text/plain)
2012-10-16 03:44 UTC, kosmonaffft
Details
stacktrace (1.13 KB, text/plain)
2012-10-18 20:41 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-07-18 09:11:39 UTC
Build: NetBeans IDE Dev (Build 20120718-640e87305fd5)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: SunOS

Stacktrace: 
java.lang.Exception: null entry for valid file PARSED FileImpl @-1475097419:32093410 /net/enum/export1/sside/oss_build/spicabuild32/src/lang/cafe/program/ccfe/intel-S2/fgn/IrModule.h prj:7112328KeyBasedUID on ProjectKey /net/enum/export1/sside/alsimon/ccfeN NOT_BEING_PARSED
   at org.netbeans.modules.cnd.utils.CndUtils.assertTrue(CndUtils.java:183)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.markAsParsingPreprocStates(ProjectBase.java:1529)
   at org.netbeans.modules.cnd.modelimpl.csm.core.DeepReparsingUtils.addCompilationUnitToReparse(DeepReparsingUtils.java:427)
   at org.netbeans.modules.cnd.modelimpl.csm.core.DeepReparsingUtils.reparseOnPropertyChanged(DeepReparsingUtils.java:309)
   at org.netbeans.modules.cnd.modelimpl.csm.core.CreateFilesWorker.finishProjectFilesCreation(CreateFilesWorker.java:173)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.createProjectFilesIfNeed(ProjectBase.java:989)
Comment 1 Alexander Simon 2012-07-18 09:11:42 UTC
Created attachment 122146 [details]
stacktrace
Comment 2 Vladimir Kvashin 2012-07-18 14:56:12 UTC
That's an assertion that I added recently in changeset
http://hg.netbeans.org/cnd-main/rev/bdf080d15626
while fixing NPE (issue 215615).

Any clues how to reproduce this?
Comment 3 Alexander Simon 2012-07-25 18:42:31 UTC
Created attachment 122374 [details]
stacktrace
Comment 4 Alexander Simon 2012-08-01 07:51:44 UTC
Created attachment 122615 [details]
stacktrace
Comment 5 Exceptions Reporter 2012-08-07 15:12:45 UTC
Created attachment 122838 [details]
stacktrace
Comment 6 vladdraco 2012-08-26 00:16:57 UTC
Created attachment 123570 [details]
stacktrace

Added missing path in code assistance, clicked ok in form.
Comment 7 tbrunhoff 2012-10-03 19:23:14 UTC
Created attachment 125328 [details]
stacktrace

Running clean&build and then the auto-config.
Comment 8 kosmonaffft 2012-10-16 03:44:18 UTC
Created attachment 125995 [details]
stacktrace
Comment 9 tbrunhoff 2012-10-18 20:41:20 UTC
Created attachment 126164 [details]
stacktrace

Not sure... reconfiguring projects I think.
Comment 10 Exceptions Reporter 2012-10-18 20:41:32 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=190836
Comment 11 Vladimir Voskresensky 2012-10-22 15:46:31 UTC
Todd, 
Can you help, please.
what does utils/guidnames.cpp look like?
Is it compilable file or cpp file #included from another file and just having cpp extension?

Thanks!
Vladimir.
Comment 12 tbrunhoff 2012-10-22 15:52:06 UTC
You guessed right... guidnames.cpp has a single line including guidnames.cc

================ guidnames.cpp ======================
#include "./guidnames.cc"


================ guidnames.cc ======================

/*********************************************************************

 Filename:      guidnames.cc

 Description:   Guid <-> string functions
...
Comment 13 Vladimir Voskresensky 2012-10-23 11:24:42 UTC
hopefully fixed
http://hg.netbeans.org/cnd-main/rev/5fef6fad27c0
Comment 14 Quality Engineering 2012-10-24 01:31:55 UTC
Integrated into 'main-golden', will be available in build *201210240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5fef6fad27c0
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #215672 - Exception: null entry for valid file PARSED FileImpl
- postpone remove till checkForRemoved
Comment 15 Alexander Simon 2012-10-30 13:19:22 UTC
*** Bug 216250 has been marked as a duplicate of this bug. ***