Bug#415110: /usr/bin/gij-wrapper-4.1: SocketChannel.get(ByteBuffer) does not detect EOF on a non-blocking socket

2007-03-15 Thread Mike Simons
Package: gij-4.1 Version: 4.1.1-20 Severity: normal File: /usr/bin/gij-wrapper-4.1 This bug report is a variation of bug: http://bugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=281602 I've confirmed that bug 281602 was fixed... the source code in that example used a blocking socket, this example

Bug#415109: /usr/bin/gij-wrapper-4.1: SelectableChannel.configureBlocking fails to throw IllegalBlockingModeException

2007-03-15 Thread Mike Simons
Package: gij-4.1 Version: 4.1.1-20 Severity: normal File: /usr/bin/gij-wrapper-4.1 The java API for SelectableChannel requires that attempts to toggle blocking mode with configureBlocking fail when a channel is registered. This test program demonstrates that gcj fails to throw the expected except

Bug#414983: gcj-4.1: Compilation bug with java.awt.Component.x

2007-03-15 Thread Eugen Dedu
Package: gcj-4.1 Version: 4.1.1-20 Severity: normal Hi, The following program gives error at compilation: import javax.swing.*; import java.awt.*; public class B { int x = 0; class MonJPanel extends JPanel{ protected void paintComponent (Graphics g){ g.fillOval(x-1,9,52,52);