| Summary: | Null pointer exception in ClassFileReader | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Niranjan Rao <nhrdls> | ||||
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | jarthana, stephan.herrmann | ||||
| Version: | 4.7.3 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | stalebug | ||||||
| Attachments: |
|
||||||
|
Description
Niranjan Rao
Some interesting stack frames from the error log: ---------- at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process_aroundBody0(CompilationUnitProblemFinder.java:210) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder$AjcClosure1.run(CompilationUnitProblemFinder.java:1) at org.eclipse.contribution.jdt.itdawareness.ITDAwarenessAspect.ajc$around$org_eclipse_contribution_jdt_itdawareness_ITDAwarenessAspect$4$8b05d765proceed(ITDAwarenessAspect.aj:231) at org.eclipse.contribution.jdt.itdawareness.ITDAwarenessAspect.ajc$around$org_eclipse_contribution_jdt_itdawareness_ITDAwarenessAspect$4$8b05d765(ITDAwarenessAspect.aj:244) --------- This is AJDT (AspectJ). Please test if the same problem also occurs without AJDT installed, TIA. (In reply to Stephan Herrmann from comment #1) > This is AJDT (AspectJ). Please test if the same problem also occurs without > AJDT installed, TIA. Alternatively, already disabling JDT-Weaving in the preferences could give more information. (In reply to Stephan Herrmann from comment #2) > (In reply to Stephan Herrmann from comment #1) > > This is AJDT (AspectJ). Please test if the same problem also occurs without > > AJDT installed, TIA. > > Alternatively, already disabling JDT-Weaving in the preferences could give > more information. Disabling JDT Weaving did not solve the problem. On the other hand my teammates tested on STS 3.9.2.RELEASE Eclipse Oxygen.2 (4.7.2) on Ubuntu 16.04, JDK 9.0.4 and it's working fine. So something changed between 4.7.2 and 4.7.3a Looking at the error messages and versions, this _could_ be related to bug 533348, which was fixed for 4.8 M7 (via bug 532137). You may want to re-test using a recent I-build [1] or else wait for M7 to be released. http://download.eclipse.org/eclipse/downloads/index.html#4.8_Integration_Builds This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |