Re: Division by zero exception when running Swing program with /usr/bin/gij-4.3

2008-06-15 Thread Benjamin Mesing
[Sorry for the late reply, I've missed you post] Hello Michael > I tried the application with current gij-4.3 and jamvm. Both worked fine > for me. Can you please try to reproduce? I was able to reproduce problems with bot jamvm and gij-4.3. With jamvm I keep getting the "division by zero" excep

Re: Division by zero exception when running Swing program with /usr/bin/gij-4.3

2008-06-06 Thread Michael Koch
On Sat, May 24, 2008 at 08:40:04PM +0200, Benjamin Mesing wrote: > Hello > > > It should not matter with which compiler you build your application as > > the bug is in the Swing implementation in GCJ. > > > > Can you debug this with gdb and track down which value is zero? Or at > > least provide

Re: Division by zero exception when running Swing program with /usr/bin/gij-4.3

2008-05-24 Thread Benjamin Mesing
Hello > It should not matter with which compiler you build your application as > the bug is in the Swing implementation in GCJ. > > Can you debug this with gdb and track down which value is zero? Or at > least provide a simple testcase that reproduces this? I am not quite sure, how I could debug

Re: Division by zero exception when running Swing program with /usr/bin/gij-4.3

2008-05-21 Thread Michael Koch
On Fri, May 16, 2008 at 11:55:53AM +0200, Benjamin Mesing wrote: > Hello, > > I have an application which throws loads of / by zero exceptions (see > below) when run with gij, and the ui looks almost empty. When run with > Sun java it works fine. > > I've compiled it with both, sun java and ecj b