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 197491 - AssertionError: not a file /Users/shiretu/work/crtmpserver-trunk/sources/common/include/utils/buffering/multiconsumerbuffer.h
Summary: AssertionError: not a file /Users/shiretu/work/crtmpserver-trunk/sources/comm...
Status: RESOLVED DUPLICATE of bug 203417
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
: 197492 205661 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-06 13:28 UTC by shiretu
Modified: 2012-03-28 16:40 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178022


Attachments
stacktrace (5.22 KB, text/plain)
2011-04-06 13:28 UTC, shiretu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shiretu 2011-04-06 13:28:30 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201103260400)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

Stacktrace: 
java.lang.AssertionError: not a file /Users/shiretu/work/crtmpserver-trunk/sources/common/include/utils/buffering/multiconsumerbuffer.h
   at org.netbeans.modules.cnd.apt.support.ResolvedPath.<init>(ResolvedPath.java:73)
   at org.netbeans.modules.cnd.apt.utils.APTIncludeUtils.resolveFilePath(APTIncludeUtils.java:113)
   at org.netbeans.modules.cnd.apt.impl.support.APTIncludeResolverImpl.resolveFilePath(APTIncludeResolverImpl.java:129)
   at org.netbeans.modules.cnd.apt.impl.support.APTIncludeResolverImpl.resolveInclude(APTIncludeResolverImpl.java:90)
   at org.netbeans.modules.cnd.apt.support.APTAbstractWalker.onInclude(APTAbstractWalker.java:100)
   at org.netbeans.modules.cnd.apt.support.APTWalker.onAPT(APTWalker.java:223)
Comment 1 shiretu 2011-04-06 13:28:33 UTC
Created attachment 107551 [details]
stacktrace
Comment 2 nnnnnk 2011-04-26 15:06:02 UTC
*** Bug 197492 has been marked as a duplicate of this bug. ***
Comment 3 Alexander Simon 2011-10-07 09:20:07 UTC
Guess:
- lack of file system resources can result in such assertion. For example, space in /tmp, number of file descriptors, and so on.

I saw assertion on firefox project.

>Log Session: Thursday, October 6, 2011 11:52:03 PM MSD
>System Info:
  Product Version         = NetBeans IDE Dev (Build 20111006-6a49bbc4a6ae) (#6a49bbc4a6ae)
  Operating System        = Linux version 2.6.32-34-generic running on amd64
  Java; VM; Vendor        = 1.6.0_26; Java HotSpot(TM) 64-Bit Server VM 20.1-b02; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_26-b03
  Java Home               = /usr/lib/jvm/java-6-sun-1.6.0.26/jre
  System Locale; Encoding = ru_RU (nb); UTF-8

This is a ls of file:
$ ls -la /home/user/devarea/projects/mozilla-2.0/build/dist/include/nsISupports.h
lrwxrwxrwx 1 user uucp 40 2011-04-26 01:43 /home/user/devarea/projects/mozilla-2.0/build/dist/include/nsISupports.h -> ../../xpcom/base/_xpidlgen/nsISupports.h

This is a unexpected assertion in IDE log:
java.lang.AssertionError: not a file /home/user/devarea/projects/mozilla-2.0/build/dist/include/nsISupports.h
     at org.netbeans.modules.cnd.apt.support.ResolvedPath.<init>(ResolvedPath.java:73)
     at org.netbeans.modules.cnd.apt.utils.APTIncludeUtils.resolveFilePath(APTIncludeUtils.java:79)
Comment 4 nnnnnk 2011-11-30 13:11:06 UTC
*** Bug 205661 has been marked as a duplicate of this bug. ***
Comment 5 Vladimir Voskresensky 2012-03-28 16:40:16 UTC

*** This bug has been marked as a duplicate of bug 203417 ***