public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: albert.vdwesthuyzen@fluant.com
To: gcc-gnats@gcc.gnu.org
Subject: java/5028: Possible missing internal function '_Unwind_RaiseException'
Date: Thu, 06 Dec 2001 00:16:00 -0000	[thread overview]
Message-ID: <20011206080932.27835.qmail@sources.redhat.com> (raw)


>Number:         5028
>Category:       java
>Synopsis:       Possible missing internal function '_Unwind_RaiseException'
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 06 00:16:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     albert.vdwesthuyzen@fluant.com
>Release:        gcj 3.0.1
>Organization:
>Environment:
SunOS 5.7 Generic_106541-15 sun4u sparc SUNW,Ultra-5_10
>Description:
Attempting to run the compiled code (-Wall reported nothing
at compile time) using

   ./tibrvsend "test.test" "Haloooo"

gdb tibrvsend core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.7"...
Core was generated by `./tibrvsend test.test Haloooo'.
Program terminated with signal 9, Killed.
Reading symbols from /opt/tibco/tibrv/lib/libtibrvj.so...done.
Reading symbols from /lib/libpthread.so.1...done.
Reading symbols from /lib/libsocket.so.1...done.
Reading symbols from /usr/local/lib/libgcc_s.so.1...done.
Reading symbols from /usr/local/lib/libgcj.so.2...done.
Reading symbols from /lib/libm.so.1...done.
Reading symbols from /usr/local/lib/libiconv.so.2...done.
Reading symbols from /usr/local/lib/libgcjgc.so.1...done.
Reading symbols from /lib/librt.so.1...done.
Reading symbols from /usr/local/lib/libzgcj.so.0...done.
Reading symbols from /lib/libdl.so.1...done.
Reading symbols from /lib/libc.so.1...done.
Reading symbols from /opt/tibco/tibrv/lib/libtibrvcmq.so...done.
Reading symbols from /opt/tibco/tibrv/lib/libtibrvcm.so...done.
Reading symbols from /opt/tibco/tibrv/lib/libtibrvft.so...done.
Reading symbols from /opt/tibco/tibrv/lib/libtibrv.so...done.
Reading symbols from /lib/libgen.so.1...done.
Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libaio.so.1...done.
Reading symbols from /lib/libmp.so.2...done.
Reading symbols from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1...done.
Reading symbols from /lib/libthread.so.1...done.
#0  0xff315a00 in _Unwind_RaiseException (exc=0xfe8f6e98)
    at ../../gcc/unwind-dw2.c:1072
1072    ../../gcc/unwind-dw2.c: No such file or directory.
(gdb) where
#0  0xff315a00 in _Unwind_RaiseException (exc=0xfe8f6e98)
    at ../../gcc/unwind-dw2.c:1072
Cannot access memory at address 0xfde7ff3c.
(gdb) q


Error tracking compile:gcj -v -save-temps -g --encoding=UTF-8 --classpath /usr/local/share/libgcj.jar:/home/albertv/java/tibco/:/usr/java/jre/lib/rt.jar:/usr/java/jre/lib/servlet.jar:/usr/java/lib/dt.jar:/usr/java/tools.jar --main=tibrvsend -fjni -o tibrvsend tibrvsend.java -L. -lrvjava -L/opt/tibco/tibrv/lib -ltibrvj -lpthread -lsocket
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/specs
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/../../../libgcj.spec
rename spec lib to liborig
rename spec startfile to startfileorig
Configured with: ../configure --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld
Thread model: posix
gcc version 3.0.1
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/jc1 tibrvsend.java -fuse-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -quiet -dumpbase tibrvsend.java -g -version -fencoding=UTF-8 -fclasspath=/usr/local/share/libgcj.jar:/home/albertv/java/tibco/:/usr/java/jre/lib/rt.jar:/usr/java/jre/lib/servlet.jar:/usr/java/lib/dt.jar:/usr/java/tools.jar -fjni -o tibrvsend.s
GNU Java version 3.0.1 (sparc-sun-solaris2.7)
        compiled by GNU C version 3.0.1.
 /usr/local/bin/as -V -Qy -s -o tibrvsend.o tibrvsend.s
GNU assembler version 2.11.2 (sparc-sun-solaris2.7) using BFD version 2.11.2
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/jvgenmain tibrvsend tibrvsendmain.i
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/cc1 tibrvsendmain.i -quiet -dumpbase tibrvsend.c -g -version -fdollars-in-identifiers -o tibrvsendmain.s
GNU CPP version 3.0.1 (cpplib) (sparc)
GNU C version 3.0.1 (sparc-sun-solaris2.7)
        compiled by GNU C version 3.0.1.
 /usr/local/bin/as -V -Qy -s -o tibrvsendmain.o tibrvsendmain.s
GNU assembler version 2.11.2 (sparc-sun-solaris2.7) using BFD version 2.11.2
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/collect2 -V -Y P,/usr/ccs/lib:/usr/lib -Qy -o tibrvsend /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/crt1.o /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/crti.o /usr/ccs/lib/values-Xa.o /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/crtbegin.o -u data_start /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/../../../libgcjdata.a -L. -L/opt/tibco/tibrv/lib -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/../../../../sparc-sun-solaris2.7/lib -L/usr/ccs/bin -L/usr/ccs/lib -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/../../.. tibrvsendmain.o tibrvsend.o -lrvjava -ltibrvj -lpthread -lsocket -lgcc_s -lgcc -lgcj -lm -liconv -lgcjgc -lpthread -lrt -lzgcj -lsocket -ldl -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/crtend.o /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/crtn.o
GNU ld version 2.11.2 (with BFD 2.11.2)
  Supported emulations:
   elf32_sparc
   elf64_sparc


produced
   Segmentation Fault (core dumped)



   
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="tibrvsendmain.i.gz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="tibrvsendmain.i.gz"

H4sICGodDzwAA3RpYnJ2c2VuZG1haW4uaQB1jjELwjAQhff7FTeIaOngJEjoJC4FRRwVCTEGDbRp
uTuDIP3vttGloNtx7/F9zz3FUUDbBBa0d0OYZbqMet3Ura8c6T01rSPxjhWwGPF2VG77mE9nLOAF
iAvoFID7MH0Q1MfdSvyFIrtwXdrKME82CoaoNj7gbLgM3Ww+ntC/4jwh8c8aLDC51dAp4+ERtgk4
/anMv5LEVdDBGx2Q80D4AAAA


             reply	other threads:[~2001-12-06  8:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-06  0:16 albert.vdwesthuyzen [this message]
2001-12-18 14:16 tromey
2002-05-09 16:53 tromey
2003-01-14 23:12 bangerth

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=20011206080932.27835.qmail@sources.redhat.com \
    --to=albert.vdwesthuyzen@fluant.com \
    --cc=gcc-gnats@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).