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 222299 - Exception: null entry for valid file PARSED FileImpl @1522364049:11117932 /home/toddb/src/src2/omneon/posix/include/pstring.h prj:3194495KeyBasedUID on ProjectKey /home/toddb/src/src2/omneon/shared/ob
Summary: Exception: null entry for valid file PARSED FileImpl @1522364049:11117932 /ho...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
: 223404 224803 240949 242382 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-16 19:02 UTC by tbrunhoff
Modified: 2014-02-27 09:33 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195282


Attachments
stacktrace (1.13 KB, text/plain)
2012-11-16 19:02 UTC, tbrunhoff
Details
stacktrace (1.52 KB, text/plain)
2013-03-11 03:33 UTC, kosmonaffft
Details
stacktrace (1.51 KB, text/plain)
2013-03-17 14:21 UTC, kosmonaffft
Details
stacktrace (1.18 KB, text/plain)
2013-03-22 06:33 UTC, Jan Becicka
Details
stacktrace (1.08 KB, text/plain)
2013-08-28 15:46 UTC, Andrew Krasny
Details
stacktrace (1.47 KB, text/plain)
2014-01-14 13:30 UTC, Alexander Simon
Details
stacktrace (1.51 KB, text/plain)
2014-02-14 06:52 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2012-11-16 19:02:12 UTC
This bug was originally marked as duplicate of bug 215672, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201211090001)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b06
OS: Linux

User Comments:
tbrunhoff: Not sure... reconfiguring projects I think.

tbrunhoff: Clicked stop on a build.




Stacktrace: 
java.lang.Exception: null entry for valid file PARSED FileImpl @1522364049:11117932 /home/toddb/src/src2/omneon/posix/include/pstring.h prj:3194495KeyBasedUID on ProjectKey /home/toddb/src/src2/omneon/shared/obuf/obuf.nb/N/ 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:1626)
   at org.netbeans.modules.cnd.modelimpl.csm.core.DeepReparsingUtils.addCompilationUnitToReparse(DeepReparsingUtils.java:426)
   at org.netbeans.modules.cnd.modelimpl.csm.core.DeepReparsingUtils.reparseOnPropertyChanged(DeepReparsingUtils.java:300)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.onFileItemsPropertyChanged(ProjectBase.java:2452)
   at org.netbeans.modules.cnd.modelimpl.csm.core.NativeProjectListenerImpl$4.run(NativeProjectListenerImpl.java:243)
Comment 1 tbrunhoff 2012-11-16 19:02:15 UTC
Created attachment 127959 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-12-15 01:08:15 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=195282
Comment 3 kosmonaffft 2013-03-11 03:33:37 UTC
Created attachment 132441 [details]
stacktrace

Create project with existing sources (CMake based Qt 5 project)...
Comment 4 kosmonaffft 2013-03-17 14:21:44 UTC
Created attachment 132714 [details]
stacktrace

Create new Qt project with existing sources...
Comment 5 Jan Becicka 2013-03-22 06:33:40 UTC
Created attachment 132927 [details]
stacktrace
Comment 6 Exceptions Reporter 2013-03-22 06:33:46 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=195282
Comment 7 Vladimir Voskresensky 2013-05-13 16:24:50 UTC
*** Bug 223404 has been marked as a duplicate of this bug. ***
Comment 8 Vladimir Voskresensky 2013-05-13 16:24:56 UTC
*** Bug 224803 has been marked as a duplicate of this bug. ***
Comment 9 Andrew Krasny 2013-08-28 15:46:25 UTC
Created attachment 139379 [details]
stacktrace

Attempt to Build a C project right after switching it's tool collection
Comment 10 Alexander Simon 2014-01-14 13:30:36 UTC
29 reports => P2
Comment 11 Alexander Simon 2014-01-14 13:30:46 UTC
Created attachment 143942 [details]
stacktrace

reparse project
Comment 12 Maria Tishkova 2014-02-11 13:55:52 UTC
*** Bug 240949 has been marked as a duplicate of this bug. ***
Comment 13 MackSix 2014-02-14 06:52:29 UTC
Created attachment 145179 [details]
stacktrace

1. Removed a Tool Collection that had a path to qtmake.exe that was removed from the system and system path.

It caused this to happen.
Comment 14 Vladimir Voskresensky 2014-02-14 13:16:48 UTC
http://hg.netbeans.org/cnd-main/rev/7376daa168ba
Comment 15 Quality Engineering 2014-02-15 05:12:30 UTC
Integrated into 'main-silver', will be available in build *201402150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7376daa168ba
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #222299 - Exception: null entry for valid file PARSED FileImpl @1522364049:11117932 /home/toddb/src/src2/omneon/posix/include/pstring.h prj:3194495KeyBasedUID on ProjectKey /home/toddb/src/src2/omneon/shared/ob
- during reparse file container can be emptied from other threads than DeepParsingUtils is doing it's work?
Comment 16 Vladimir Voskresensky 2014-02-27 09:33:28 UTC
*** Bug 242382 has been marked as a duplicate of this bug. ***