David Malcolm writes: > > I then did a "yum install eclipse-gtk2 eclipse-jdt" and got this: > [snip] > Running Transaction > Installing: eclipse-gtk2 100 % done 1/3 > Installing: eclipse-jdt 100 % done 2/3 > error: could not update /usr/lib/eclipse/eclipse.db: > java.lang.IllegalArgumentException: eclipse.db My guess is that the "post" script hasn't deleted the previous eclipse.db. Please delete it by hand. I don't understand the segfault. gcj catches SEGVs and turns them into null pointer exceptions. If any gcj compiled program segfaults, it's a bug. Andrew.