On Mon, 2007-08-27 at 11:06 +0300, David Sayada wrote: > Hi, > > I am facing a SIGSEGV exception coming from my application running on > a PXA270 under linux and compiled with gcj 4.1.2 (arm). The exception > seems to come from net/io/channel package: > > java.lang.ClassCastException: gnu.java.nio.ServerSocketChannelImpl > cannot be cast to java.nio.channels.SocketChannel > > After this java exception is triggered, my application is killed > receiving SIGSEGV. > > I would like to know if this is a classpath or libgcj issue. And if > this is, has somebody fixed it in any gcc 4.1.x, 4.2.x or 4.3.x > releases? Try another VM with a recent GNU Classpath and see if that problem still exists. - twisti