public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "ro at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug libgcj/49315] New: Throw_2 SEGVs on Tru64 UNIX
Date: Tue, 07 Jun 2011 17:35:00 -0000	[thread overview]
Message-ID: <bug-49315-8172@http.gcc.gnu.org/bugzilla/> (raw)

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

           Summary: Throw_2 SEGVs on Tru64 UNIX
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
              Host: alpha-dec-osf5.1b
            Target: alpha-dec-osf5.1b
             Build: alpha-dec-osf5.1b


After PR libgcj/49314, the last remaining libjava testsuite failure on Tru64
UNIX
is

FAIL: Throw_2 execution - source compiled test
FAIL: Throw_2 -findirect-dispatch execution - source compiled test
FAIL: Throw_2 -O3 execution - source compiled test
FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test

Running it under gdb, I find

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1]
java.lang.String.length()int (this=null)
    at /vol/gcc/src/hg/trunk/local/libjava/java/lang/String.java:451
451         return count;
(gdb) Erroneous arithmetic operation.
(gdb) where
#0  java.lang.String.length()int (this=null)
    at /vol/gcc/src/hg/trunk/local/libjava/java/lang/String.java:451
#1  0x00000300017f4778 in java::lang::VMDouble::parseDouble (str=0x0)
    at /vol/gcc/src/hg/trunk/local/libjava/java/lang/natVMDouble.cc:165
#2  0x0000030001d78688 in java.lang.Double.parseDouble(java.lang.String)double
    (str=null)
    at /vol/gcc/src/hg/trunk/local/libjava/classpath/java/lang/Double.java:348
#3  0x00000001200039e4 in Throw_2.main(java.lang.String[])void ()
    at Throw_2.java:47
#4  0x00000300017e07b0 in gnu::java::lang::MainThread::call_main (
    this=0x14021fe00)
    at /vol/gcc/src/hg/trunk/local/libjava/gnu/java/lang/natMainThread.cc:54
#5  0x0000030001880f4c in gnu.java.lang.MainThread.run()void (this=@14021fe00)
    at /vol/gcc/src/hg/trunk/local/libjava/gnu/java/lang/MainThread.java:106
#6  0x00000300017fbff4 in _Jv_ThreadRun (thread=0x14021fe00)
    at /vol/gcc/src/hg/trunk/local/libjava/java/lang/natThread.cc:335
#7  0x000003000178f01c in _Jv_RunMain (vm_args=0x1400f1658, klass=0x140000298, 
    name=0x0, argc=1109538096, argv=0x0, is_jar=224)
    at /vol/gcc/src/hg/trunk/local/libjava/prims.cc:1789
#8  0x000003000178f368 in _Jv_RunMain (klass=0x0, 
    name=0x1 <Address 0x1 out of bounds>, argc=1, argv=0x1, is_jar=216)
    at /vol/gcc/src/hg/trunk/local/libjava/prims.cc:1814
#9  0x000003000178f3e4 in JvRunMain (klass=0x0, argc=1, argv=0x0)
    at /vol/gcc/src/hg/trunk/local/libjava/prims.cc:1820
#10 0x0000000120003658 in main (argc=<error reading variable>, 
    argv=<error reading variable>) at /tmp//cccDc1GS.i:11


             reply	other threads:[~2011-06-07 17:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-07 17:35 ro at gcc dot gnu.org [this message]
2011-06-17  8:33 ` [Bug libgcj/49315] " ro at gcc dot gnu.org
2011-06-17  8:37 ` ro at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-49315-8172@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).