public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/27268]  New: gij could give a warning on senseless code
@ 2006-04-23 11:13 debian-gcc at lists dot debian dot org
  2006-04-23 16:16 ` [Bug libgcj/27268] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2006-04-23 11:13 UTC (permalink / raw)
  To: java-prs

[forwarded from http://bugs.debian.org/340651]


$ gij test
Segmentation fault
$ cat test.java 
public class test
{
    public test()
    {
        test t = new test();
    }

    public static void main(String argv[])
    {
        new test();
    }
}

while the blackdown runtime prints
Exception in thread "main" java.lang.StackOverflowError
        at test.<init>(test.java)
        at test.<init>(test.java:5)
        at test.<init>(test.java:5)
        at test.<init>(test.java:5)
[...]
and loops forever.


-- 
           Summary: gij could give a warning on senseless code
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27268


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libgcj/27268] gij could give a warning on senseless code
  2006-04-23 11:13 [Bug libgcj/27268] New: gij could give a warning on senseless code debian-gcc at lists dot debian dot org
@ 2006-04-23 16:16 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-23 16:16 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-04-23 16:16 -------


*** This bug has been marked as a duplicate of 1373 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27268


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-23 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-23 11:13 [Bug libgcj/27268] New: gij could give a warning on senseless code debian-gcc at lists dot debian dot org
2006-04-23 16:16 ` [Bug libgcj/27268] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).