public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34779]  New: terminate called after throwing an instance of
@ 2008-01-14 11:55 tkiernan at gmail dot com
  2008-01-14 12:12 ` [Bug c++/34779] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: tkiernan at gmail dot com @ 2008-01-14 11:55 UTC (permalink / raw)
  To: gcc-bugs

Hi ,
I have downloaded GCC 4.2.2 and configured it on powerpc , linux (redhat 4.5)

host: powerpc64-unknown-linux-gnu
build: powerpc64-unknown-linux-gnu
target: powerpc64-unknown-linux-gnu
configured with: ./configure -prefix=/home/teresa/gcc4.2.2/local/
--enable-languages=c,c++ -disable-nls -enable-sjlj-execptions

When I run my application , I'm  getting the problem when running an exception
from an instance of the class - see below as what i was getting with GCC
version 4.1.1  and version 4.2.2

Does anyone know if this has been fixed on gcc4.2.2 /4.1.1 and do I need to
configure a gcc flag to allow visibility ?


terminate called after throwing an instance of 'OracleAPIException'
  what():  ORA-20005: 
Below is the output of the stacktrace

 0x00000080aad79f70 in .__GI_raise () from /lib64/tls/libc.so.6
#1  0x00000080aad7bac4 in .__GI_abort () from /lib64/tls/libc.so.6
#2  0x00000080ab12d5b4 in ._ZN9__gnu_cxx27__verbose_terminate_handlerEv ()
   from /usr/lib64/libstdc++.so.6
#3  0x00000080ab12a00c in .__cxa_call_unexpected ()
   from /usr/lib64/libstdc++.so.6
#4  0x00000080ab12a054 in ._ZSt9terminatev () from /usr/lib64/libstdc++.so.6
#5  0x00000080ab12a2e4 in .__cxa_rethrow () from /usr/lib64/libstdc++.so.6


-- 
           Summary: terminate called after throwing an instance of
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkiernan at gmail dot com


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


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

* [Bug c++/34779] terminate called after throwing an instance of
  2008-01-14 11:55 [Bug c++/34779] New: terminate called after throwing an instance of tkiernan at gmail dot com
@ 2008-01-14 12:12 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-01-14 12:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-01-14 12:05 -------


*** This bug has been marked as a duplicate of 34778 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-14 11:55 [Bug c++/34779] New: terminate called after throwing an instance of tkiernan at gmail dot com
2008-01-14 12:12 ` [Bug c++/34779] " pinskia at gcc dot gnu dot org

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