public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/5879: throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH)
@ 2002-03-19 17:05 rth
  0 siblings, 0 replies; 4+ messages in thread
From: rth @ 2002-03-19 17:05 UTC (permalink / raw)
  To: adam, gcc-bugs, gcc-prs, java-prs, nobody, rth

Synopsis: throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH)

Responsible-Changed-From-To: unassigned->rth
Responsible-Changed-By: rth
Responsible-Changed-When: Tue Mar 19 17:05:32 2002
Responsible-Changed-Why:
    .
State-Changed-From-To: open->feedback
State-Changed-By: rth
State-Changed-When: Tue Mar 19 17:05:32 2002
State-Changed-Why:
    http://gcc.gnu.org/ml/gcc-patches/2002-03/msg01156.html

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


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

* Re: java/5879: throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH)
@ 2002-03-21 13:16 rth
  0 siblings, 0 replies; 4+ messages in thread
From: rth @ 2002-03-21 13:16 UTC (permalink / raw)
  To: adam, gcc-bugs, gcc-prs, java-prs, rth

Synopsis: throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH)

State-Changed-From-To: feedback->closed
State-Changed-By: rth
State-Changed-When: Thu Mar 21 13:16:37 2002
State-Changed-Why:
    Reported fixed.

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


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

* Re: java/5879: throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH)
@ 2002-03-12 10:56 Tom Tromey
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Tromey @ 2002-03-12 10:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/5879; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: adam@xwt.org
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/5879: throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH)
Date: 12 Mar 2002 12:17:35 -0700

 For future reference, Adam submitted a patch here:
 
     http://gcc.gnu.org/ml/gcc-patches/2002-03/msg00455.html
 
 Tom


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

* java/5879: throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH)
@ 2002-03-07 19:36 adam
  0 siblings, 0 replies; 4+ messages in thread
From: adam @ 2002-03-07 19:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5879
>Category:       java
>Synopsis:       throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 07 19:36:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Megacz
>Release:        trunk and 3.1 branch
>Organization:
>Environment:
Cross compiling from linux to mingw, resultant code was run in win98.
>Description:
When throwing a java exception, sometimes the EH code will segfault in _Unwind_SjLj_RaiseException when attempting to invoke the personality function. Although the bug only happens sometimes, it *always* happens for the program included in the "how-to-repeat" section.

This is a regression; trunk as of 12-Dec-2001 did not have this problem; 13-Dec-2001 does. See email referenced in 'fix' section for further analysis of the ChangeLog entry which caused the bug.
>How-To-Repeat:
public class foo {
public void main(String[] s) {
try{
throw new Exception();
} catch (Exception e) {
}
}
}
>Fix:
http://gcc.gnu.org/ml/java/2002-03/msg00072.html
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-03-21 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-19 17:05 java/5879: throwing exceptions causes SEGV in GCJ-compiled code (Mingw target, SJLJ EH) rth
  -- strict thread matches above, loose matches on Subject: below --
2002-03-21 13:16 rth
2002-03-12 10:56 Tom Tromey
2002-03-07 19:36 adam

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