Bug#244494: gcj-3.3: Segmentation fault when compiling a class that depends on another.

2004-04-25 Thread Matthias Klose
Margarita Manterola writes: Package: gcj-3.3 Version: 1:3.3.3-1 Severity: normal I have two classes, one class called Nota, and one called Partitura. Partitura has methods that return a Nota, or that receive one. So, in the first line I have import Nota; The thing is that Nota.java

Bug#244494: gcj-3.3: Segmentation fault when compiling a class that depends on another.

2004-04-18 Thread Margarita Manterola
Package: gcj-3.3 Version: 1:3.3.3-1 Severity: normal I have two classes, one class called Nota, and one called Partitura. Partitura has methods that return a Nota, or that receive one. So, in the first line I have import Nota; The thing is that Nota.java compiles ok, but when I try to compile