Bug#459560: crashes at once on hppa architecture

2008-01-07 Thread Helge Deller
Package: ant Version: 1.7.0-3 Severity: grave ant crashes at once on the hppa architecture if it's called from the command line. Example: [EMAIL PROTECTED] ~]$ ant Segmentation fault the last part of strace gives: . brk(0) = 0x12000 brk(0x33000)

Bug#459560: crashes at once on hppa architecture

2008-01-07 Thread Deller, Helge
This is probably the same problem as in ecj Bug#459563 ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#459560: crashes at once on hppa architecture

2008-01-07 Thread Michael Koch
On Mon, Jan 07, 2008 at 12:28:48PM +0100, Deller, Helge wrote: This is probably the same problem as in ecj Bug#459563 I think both are issues in GCJ. Ant itself is only bytecode. So no native calls (except when ant-gcj and ant-optional-gcj are installed but I think these are empty on hppa

Bug#459563: Bug#459560: crashes at once on hppa architecture

2008-01-07 Thread Deller, Helge
Michael wrote: In both cases gij is called (indirectly). Can you please try to make a simple testcase running gij on hppa? Ok, but then a testcase isn't needed, as it's easily reproducable. Just call gij without any parameters and it will crash (as already reported in Bug #459563).