public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/8210: Throwing exception (with handler) causes program abort
@ 2002-10-13 11:56 Jeff Garland
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Garland @ 2002-10-13 11:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/8210; it has been noted by GNATS.

From: "Jeff Garland" <jeff@crystalclearsoftware.com>
To: <gcc-gnats@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>, <gcc-bugs@gcc.gnu.org>,
   <nobody@gcc.gnu.org>
Cc: <nathan@gcc.gnu.org>
Subject: Re: c++/8210: Throwing exception (with handler) causes program abort
Date: Sun, 13 Oct 2002 11:54:01 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8210
 
 Right.  Problem was LD_LIBRARY_PATH set to /usr/local/lib picking up incorrect library.
 Please close -- sorry for the noise....
 
 


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

* Re: c++/8210: Throwing exception (with handler) causes program abort
@ 2002-10-13 12:01 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2002-10-13 12:01 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jeff, nobody

Synopsis: Throwing exception (with handler) causes program abort

State-Changed-From-To: feedback->closed
State-Changed-By: nathan
State-Changed-When: Sun Oct 13 12:01:04 2002
State-Changed-Why:
    resolved by user

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


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

* Re: c++/8210: Throwing exception (with handler) causes program abort
@ 2002-10-13 11:33 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2002-10-13 11:33 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jeff, nobody

Synopsis: Throwing exception (with handler) causes program abort

State-Changed-From-To: open->feedback
State-Changed-By: nathan
State-Changed-When: Sun Oct 13 11:33:09 2002
State-Changed-Why:
    cannot reproduce. It is possible you have some shared library
    mix up. what does ldd a.out tell you? is it picking up
    the libsupc++ you expect?
    where is the abort? (what is the stack traceback).

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


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

* c++/8210: Throwing exception (with handler) causes program abort
@ 2002-10-13  7:36 jeff
  0 siblings, 0 replies; 4+ messages in thread
From: jeff @ 2002-10-13  7:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8210
>Category:       c++
>Synopsis:       Throwing exception (with handler) causes program abort
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 13 07:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Garland
>Release:        3.2
>Organization:
>Environment:
Mandrake Linux 9
>Description:
Tne following program demonstrates the failure.  Instead of printing "Good" the program aborts.  

#include <iostream>

struct range_error {}; //exception type

int main()
{
  try {
    throw range_error();
  }
  catch (range_error& e) {
    std::cout << "Good" << std::endl;
  }
  return 0;
}




>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-10-13 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-13 11:56 c++/8210: Throwing exception (with handler) causes program abort Jeff Garland
  -- strict thread matches above, loose matches on Subject: below --
2002-10-13 12:01 nathan
2002-10-13 11:33 nathan
2002-10-13  7:36 jeff

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