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 252673 - AssertionError at org.clang.tools.services.impl.PreprocessorInitializer.clearStatCache
Summary: AssertionError at org.clang.tools.services.impl.PreprocessorInitializer.clear...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
: 252704 252726 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-29 07:55 UTC by Alexander Simon
Modified: 2015-07-20 14:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217604


Attachments
stacktrace (9.73 KB, text/plain)
2015-05-29 07:55 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-05-29 07:55:56 UTC
Build: NetBeans IDE Dev (Build 20150529-3758c360bef4)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
alexvsimon: create new project




Stacktrace: 
java.lang.AssertionError
   at org.clang.tools.services.impl.PreprocessorInitializer.clearStatCache(PreprocessorInitializer.java:124)
   at org.clang.tools.services.ClankPreprocessorServices.invalidate(ClankPreprocessorServices.java:75)
   at org.netbeans.modules.cnd.apt.impl.support.clank.ClankDriverImpl.invalidateImpl(ClankDriverImpl.java:87)
   at org.netbeans.modules.cnd.apt.impl.support.clank.FileExistsSensitiveClankCacheDriver.invalidateFile(FileExistsSensitiveClankCacheDriver.java:61)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils$FSListener.invalidateFile(CndFileUtils.java:824)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils$FSListener.fileFolderCreated(CndFileUtils.java:742)
Comment 1 Alexander Simon 2015-05-29 07:55:58 UTC
Created attachment 153937 [details]
stacktrace
Comment 2 Alexander Simon 2015-05-29 08:01:34 UTC
Impossible to create project on Windows.
In fact the new preprocessor code is invoked when it is switched off.
Comment 3 Alexander Simon 2015-05-29 08:02:25 UTC
The file path was:
"c:\users\alex\documents\netbeansprojects\cppapplication_8"
Comment 4 Vladimir Kvashin 2015-05-29 15:07:59 UTC
http://hg.netbeans.org/cnd-main/rev/a8743f44b69a
Comment 5 Quality Engineering 2015-05-30 10:05:08 UTC
Integrated into 'main-silver', will be available in build *201505300811* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a8743f44b69a
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #252673 - AssertionError at org.clang.tools.services.impl.PreprocessorInitializer.clearStatCache
Comment 6 Vladimir Kvashin 2015-06-01 12:24:37 UTC
*** Bug 252704 has been marked as a duplicate of this bug. ***
Comment 7 Vladimir Voskresensky 2015-06-01 16:55:13 UTC
*** Bug 252726 has been marked as a duplicate of this bug. ***
Comment 8 soldatov 2015-06-02 17:55:20 UTC
NetBeans IDE Dev (Build 201506020001) doesn't work too.
Comment 9 Alexander Simon 2015-07-13 13:48:00 UTC
Cannot create new project on Windows (with new preprocessor ON)