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 244748

Summary: Exception: Different FS for /usr/include/sys/time.h: [org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem@b6b0b9] vs vk@localhost:5556
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Code ModelAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal CC: jdavidbakr
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209960
Attachments: stacktrace

Description Vladimir Kvashin 2014-05-27 16:00:50 UTC
This bug was originally marked as duplicate of bug 220045, 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 20140513-422854cdc273)
VM: Java HotSpot(TM) Client VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: SunOS

User Comments:
vkvashin: I had lots of projects open; launched hg update in console, then switched back to IDE - exception occurred




Stacktrace: 
java.lang.Exception: Different FS for /usr/include/sys/time.h: [org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem@b6b0b9] vs vk@localhost:5556
   at org.netbeans.modules.cnd.utils.CndUtils.severe(CndUtils.java:200)
   at org.netbeans.modules.cnd.utils.CndUtils.assertTrue(CndUtils.java:185)
   at org.netbeans.modules.cnd.modelimpl.parser.apt.APTProjectFileBasedWalker.include(APTProjectFileBasedWalker.java:104)
   at org.netbeans.modules.cnd.apt.support.APTAbstractWalker.serialIncludeImpl(APTAbstractWalker.java:306)
   at org.netbeans.modules.cnd.apt.support.APTAbstractWalker.includeImpl(APTAbstractWalker.java:154)
   at org.netbeans.modules.cnd.apt.support.APTAbstractWalker.onInclude(APTAbstractWalker.java:122)
Comment 1 Vladimir Kvashin 2014-05-27 16:00:52 UTC
Created attachment 147472 [details]
stacktrace