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 108538 - New startup exceptions
Summary: New startup exceptions
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-29 19:20 UTC by _ gordonp
Modified: 2007-11-23 14:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (6.66 KB, text/plain)
2007-06-29 19:23 UTC, _ gordonp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gordonp 2007-06-29 19:20:53 UTC
After doing an update in grgich_hills I get both NPEs and BufferUnderflowExceptions at
startup. I'll attach the exceptions.
Comment 1 _ gordonp 2007-06-29 19:23:02 UTC
Created attachment 44582 [details]
Exception stack trace
Comment 2 _ gordonp 2007-06-29 19:27:13 UTC
I supposed it shouldn't have been a P1:-)
Comment 3 _ gordonp 2007-06-29 19:35:52 UTC
I should have left it as a P1. I'm having the exceptions disable various functionality
now. I seem to get more exceptions on Windows than on Solaris.
Comment 4 Vladimir Kvashin 2007-06-29 21:10:27 UTC
I extracted an NPE issue into a separate IZ #108544, since its reason has nothng common with other (BufferUnderflow)
exceptions.
Comment 5 Vladimir Kvashin 2007-06-29 22:03:47 UTC
Fixed:

Checking in GraphContainer.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/GraphContainer.java,v  <-- 
GraphContainer.java
new revision: 1.1.2.9.4.5; previous revision: 1.1.2.9.4.4
done
Checking in FileContainer.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/FileContainer.java,v  <-- 
FileContainer.java
new revision: 1.1.2.7.4.15; previous revision: 1.1.2.7.4.14
done
Checking in DeclarationContainer.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/DeclarationContainer.java,v 
<--  DeclarationContainer.java
new revision: 1.1.2.1.4.11; previous revision: 1.1.2.1.4.10
done
Comment 6 _ gordonp 2007-06-29 23:04:59 UTC
I'm still seeing the exceptions (both the BUE and NPEs).
Comment 7 Vladimir Kvashin 2007-06-30 09:53:43 UTC
Fixed:
after the above-mentioned commit does not repeat any more 
(I tried Suse Linux and Solaris; but the reason was actually platform-independent)
Comment 8 dnikitin 2007-11-23 14:24:48 UTC
Verified