Stephen Torri writes: > When I try to compile the following program I get a segmentation fault > from gcj: > > storri@base ~/Documents/StephenTorri/comp6210 $ gcj --main=Fibonacci Fibonacci.java -fprofile-arcs > Fibonacci.java:1: internal compiler error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://bugs.gentoo.org/> for instructions. > > I tried to see if there was a back trace in gdb but I apparently did > build in debugging information. There was no stack or debugging symbols > found. > > The program I used is below. Do I need to rebuild gcj to have debugging > information? I don't think so; it's more likely either that -fprofile-arcs is broken or that it's broken with gcj. Andrew.