public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/5028: Possible missing internal function '_Unwind_RaiseException'
@ 2002-05-09 16:53 tromey
  0 siblings, 0 replies; 4+ messages in thread
From: tromey @ 2002-05-09 16:53 UTC (permalink / raw)
  To: albert.vdwesthuyzen, gcc-bugs, gcc-prs, java-prs, tromey

Synopsis: Possible missing internal function '_Unwind_RaiseException'

State-Changed-From-To: analyzed->feedback
State-Changed-By: tromey
State-Changed-When: Thu May  9 16:53:41 2002
State-Changed-Why:
    Can you try a gcj 3.1 snapshot?
    3.1 is known to work ok on Solaris 2.7.
    If it still fails for you, I'll need more information.
    If you can't try it, or if it still works, I'll close this PR.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5028


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

* Re: java/5028: Possible missing internal function '_Unwind_RaiseException'
@ 2003-01-14 23:12 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-01-14 23:12 UTC (permalink / raw)
  To: albert.vdwesthuyzen, gcc-bugs, gcc-prs, java-prs, tromey

Synopsis: Possible missing internal function '_Unwind_RaiseException'

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Tue Jan 14 15:12:00 2003
State-Changed-Why:
    No feedback.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5028


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

* Re: java/5028: Possible missing internal function '_Unwind_RaiseException'
@ 2001-12-18 14:16 tromey
  0 siblings, 0 replies; 4+ messages in thread
From: tromey @ 2001-12-18 14:16 UTC (permalink / raw)
  To: albert.vdwesthuyzen, gcc-bugs, gcc-prs, java-prs, nobody, tromey

Synopsis: Possible missing internal function '_Unwind_RaiseException'

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Tue Dec 18 14:16:26 2001
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Tue Dec 18 14:16:26 2001
State-Changed-Why:
    Thanks for your report.
    Unfortunately the gcc bug-reporting instructions are a bit wrong for Java.
    The `.i' file you uploaded isn't all that helpful.
    It is just a temporary file that is generated by the compiler.
    
    Is "tibrvsend.java" self-contained?
    If so, could you send it?
    Otherwise, could you send a debugger stack trace?
    
    Thanks.
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5028


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

* java/5028: Possible missing internal function '_Unwind_RaiseException'
@ 2001-12-06  0:16 albert.vdwesthuyzen
  0 siblings, 0 replies; 4+ messages in thread
From: albert.vdwesthuyzen @ 2001-12-06  0:16 UTC (permalink / raw)
  To: gcc-gnats


>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


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

end of thread, other threads:[~2003-01-14 23:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-09 16:53 java/5028: Possible missing internal function '_Unwind_RaiseException' tromey
  -- strict thread matches above, loose matches on Subject: below --
2003-01-14 23:12 bangerth
2001-12-18 14:16 tromey
2001-12-06  0:16 albert.vdwesthuyzen

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).