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 compiles ok, but when I try to compile > Partitura.java, I get a Segmentation Fault: > > Partitura.java:0: internal compiler error: Segmentation Fault > > The classes are really simple, I think that the problem is that I have > not named a package, but both files are in the same directory, so it > seems to me that it should work. It should not need the classes to be > in a certain package, if they are in the same directory. > > I can provide the files if it seems necessary.
Please send them as a followup.