This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj trunk - getAnnotations NullPointerException / segmentation fault
- From: Hanno Meyer-Thurow <h dot mth at web dot de>
- To: java at gcc dot gnu dot org
- Date: Mon, 5 Mar 2007 01:37:14 +0100
- Subject: Re: gcj trunk - getAnnotations NullPointerException / segmentation fault
- References: <20070304220412.040c7cfe.h.mth@web.de>
On Sun, 4 Mar 2007 22:04:12 +0100
Hanno Meyer-Thurow <h.mth@web.de> wrote:
> Hi list,
> with latest fixes to Annotation code and String.format(...) patch I get
> a NullPointerException / segmentation fault by running JUnit-4.2 tests.
JUnit-4.2 tests ~30 classes with annotations. If I comment a half of them
the same error (NullPointerException / segmentation fault) happens just
later. So, it seems that somewhen the space to store them is full.
Hanno