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 - Exception: Different FS for /usr/include/sys/time.h: [org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem@b6b0b9] vs vk@localhost:5556
Summary: Exception: Different FS for /usr/include/sys/time.h: [org.netbeans.modules.ma...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-27 16:00 UTC by Vladimir Kvashin
Modified: 2016-10-31 10:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209960


Attachments
stacktrace (5.41 KB, text/plain)
2014-05-27 16:00 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
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