[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#228099: marked as done ([PR 13944] exception in constructor of a class to be thrown is not caught)



Your message dated Sat, 06 Mar 2004 09:17:14 -0500
with message-id <E1Azcc6-0003bW-00@newraff.debian.org>
and subject line Bug#228099: fixed in gcc-3.3 1:3.3.3ds5-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Jan 2004 16:04:00 +0000
>From alex@motzkau.net Fri Jan 16 10:04:00 2004
Return-path: <alex@motzkau.net>
Received: from pd9e5c4b9.dip.t-dialin.net (laptop.motzkau) [217.229.196.185] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AhWRz-0005Cv-00; Fri, 16 Jan 2004 10:03:59 -0600
Received: from alex by laptop.motzkau with local (Exim 3.35 #1 (Debian))
	id 1AhWRl-0002X5-00; Fri, 16 Jan 2004 17:03:45 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Alexander Motzkau <a.motzkau@web.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: g++-3.3: exception in constructor of a class to be thrown is not caught
X-Mailer: reportbug 2.37
Date: Fri, 16 Jan 2004 17:03:45 +0100
Message-Id: <E1AhWRl-0002X5-00@laptop.motzkau>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_14 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_01_14
X-Spam-Level: 

Package: g++-3.3
Version: 1:3.3.2-4
Severity: normal

Hi there,

Running the following code compiled with 'g++-3.3 testex.cc'
results in a SIGABRT. I see no reason why this should happen.
With g++ 3.2 it works, i.e. the exception 1 in A() is caught
by the try-block.


# 1 "testex.cc"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "testex.cc"
class A
{
    public:
        A() {throw(1);}
};

int main(int argc, char *argv)
{
    try
    {
        throw A();
    }
    catch(...)
    {
    }
}


Regards,

Alexander Motzkau

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux laptop.motzkau 2.6.0 #1 Wed Jan 14 22:27:46 CET 2004 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (ignored: LC_ALL set to de_DE@euro)

Versions of packages g++-3.3 depends on:
ii  gcc-3.3                     1:3.3.2-4    The GNU C compiler
ii  gcc-3.3-base                1:3.3.2-4    The GNU Compiler Collection (base 
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libstdc++5-3.3-dev          1:3.3.2-4    The GNU Standard C++ Library v3 (d

-- no debconf information


---------------------------------------
Received: (at 228099-close) by bugs.debian.org; 6 Mar 2004 14:23:03 +0000
>From katie@ftp-master.debian.org Sat Mar 06 06:23:03 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Azchi-00088c-00; Sat, 06 Mar 2004 06:23:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Azcc6-0003bW-00; Sat, 06 Mar 2004 09:17:14 -0500
From: Matthias Klose <doko@debian.org>
To: 228099-close@bugs.debian.org
X-Katie: $Revision: 1.44 $
Subject: Bug#228099: fixed in gcc-3.3 1:3.3.3ds5-2
Message-Id: <E1Azcc6-0003bW-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 06 Mar 2004 09:17:14 -0500
Delivered-To: 228099-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_05 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no 
	version=2.60-bugs.debian.org_2004_03_05
X-Spam-Level: 

Source: gcc-3.3
Source-Version: 1:3.3.3ds5-2

We believe that the bug you reported is fixed in the latest version of
gcc-3.3, which is due to be installed in the Debian FTP archive:

cpp-3.3-doc_3.3.3-2_all.deb
  to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.3-2_all.deb
cpp-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.3-2_i386.deb
fastjar_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/fastjar_3.3.3-2_i386.deb
fixincludes_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/fixincludes_3.3.3-2_i386.deb
g++-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.3-2_i386.deb
g77-3.3-doc_3.3.3-2_all.deb
  to pool/main/g/gcc-3.3/g77-3.3-doc_3.3.3-2_all.deb
g77-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/g77-3.3_3.3.3-2_i386.deb
gcc-3.3-base_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.3-2_i386.deb
gcc-3.3-doc_3.3.3-2_all.deb
  to pool/main/g/gcc-3.3/gcc-3.3-doc_3.3.3-2_all.deb
gcc-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3-2_i386.deb
gcc-3.3_3.3.3ds5-2.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3ds5-2.diff.gz
gcc-3.3_3.3.3ds5-2.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3ds5-2.dsc
gcj-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/gcj-3.3_3.3.3-2_i386.deb
gij-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/gij-3.3_3.3.3-2_i386.deb
gnat-3.3-doc_3.3.3-2_all.deb
  to pool/main/g/gcc-3.3/gnat-3.3-doc_3.3.3-2_all.deb
gnat-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.3-2_i386.deb
gobjc-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/gobjc-3.3_3.3.3-2_i386.deb
gpc-2.1-3.3-doc_3.3.3.20030830-2_all.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3-doc_3.3.3.20030830-2_all.deb
gpc-2.1-3.3_3.3.3.20030830-2_i386.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.3.20030830-2_i386.deb
libffi2-dev_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libffi2-dev_3.3.3-2_i386.deb
libffi2_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libffi2_3.3.3-2_i386.deb
libg2c0_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libg2c0_3.3.3-2_i386.deb
libgcc1_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libgcc1_3.3.3-2_i386.deb
libgcj-common_3.3.3-2_all.deb
  to pool/main/g/gcc-3.3/libgcj-common_3.3.3-2_all.deb
libgcj4-dev_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libgcj4-dev_3.3.3-2_i386.deb
libgcj4_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libgcj4_3.3.3-2_i386.deb
libobjc1_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libobjc1_3.3.3-2_i386.deb
libstdc++5-3.3-dbg_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.3-2_i386.deb
libstdc++5-3.3-dev_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.3-2_i386.deb
libstdc++5-3.3-doc_3.3.3-2_all.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-doc_3.3.3-2_all.deb
libstdc++5-3.3-pic_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.3-2_i386.deb
libstdc++5_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.3-2_i386.deb
protoize_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/protoize_3.3.3-2_i386.deb
treelang-3.3_3.3.3-2_i386.deb
  to pool/main/g/gcc-3.3/treelang-3.3_3.3.3-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 228099@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-3.3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat,  6 Mar 2004 10:57:14 +0100
Source: gcc-3.3
Binary: gcc-3.3-nof gcc-3.3 libobjc1 libgcc1 lib64g2c0 libstdc++5-3.3-doc libgcj4 gpc-2.1-3.3-doc libstdc++5 cpp-3.3-doc protoize gcc-3.3-hppa64 cpp-3.3 libstdc++5-3.3-dbg g77-3.3-doc gpc-2.1-3.3 g77-3.3 libgcj4-dev gcc-3.3-doc libgnat-3.15 lib64objc1 lib64ffi2 libstdc++5-3.3-dev libffi2-dev gcj-3.3 libgcj-common gobjc-3.3 lib64stdc++5 gcc-3.3-soft-float lib64gcj4 treelang-3.3 libg2c0-dev lib64gcc1 fastjar lib64gnat3.15 fixincludes libg2c0 gij-3.3 libstdc++5-3.3-pic gcc-3.3-base g++-3.3 gnat-3.3 libffi2 gnat-3.3-doc
Architecture: source i386 all
Version: 1:3.3.3ds5-2
Distribution: unstable
Urgency: low
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-3.3    - The GNU C preprocessor
 cpp-3.3-doc - Documentation for the GNU C preprocessor (cpp)
 fastjar    - Jar creation utility
 fixincludes - Fix non-ANSI header files
 g++-3.3    - The GNU C++ compiler
 g77-3.3    - The GNU Fortran 77 compiler
 g77-3.3-doc - Documentation for the GNU Fortran compiler (g77)
 gcc-3.3    - The GNU C compiler
 gcc-3.3-base - The GNU Compiler Collection (base package)
 gcc-3.3-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-3.3    - The GNU compiler for Java(TM)
 gij-3.3    - The GNU Java bytecode interpreter
 gnat-3.3   - The GNU Ada compiler
 gnat-3.3-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-3.3  - The GNU Objective-C compiler
 gpc-2.1-3.3 - The GNU Pascal compiler
 gpc-2.1-3.3-doc - Documentation for the GNU Pascal compiler (gpc)
 libffi2    - Foreign Function Interface library runtime
 libffi2-dev - Foreign Function Interface library (development files)
 libg2c0    - Runtime library for GNU Fortran 77 applications
 libgcc1    - GCC support library
 libgcj-common - Java runtime library (common files)
 libgcj4    - Java runtime library for use with gcj
 libgcj4-dev - Java development headers and static library for use with gcj
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++5 - The GNU Standard C++ Library v3
 libstdc++5-3.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++5-3.3-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-3.3 - The GNU Treelang compiler
Closes: 228099 233633 234333
Changes: 
 gcc-3.3 (1:3.3.3ds5-2) unstable; urgency=low
 .
   * Update to gcc-3_3-branch CVS 20040306.
     - Fixes bootstrap comparision error on ia64.
     - Allows ghc build with gcc-3.3.
     - On amd64, don't imply 3DNow! for -m64 by default.
     - Some arm specific changes
     - Fix C++/13944: exception in constructor of a class to be thrown is not
       caught. Closes: #228099.
   * Enable the build of gcc-3.3-hppa64 on hppa.
     Add symlinks for as and ld to point to hppa64-linux-{as,ld}.
   * gcj-3.3 depends on g++-3.3, recommends gij-3.3. gij-3.3 suggests gcj-3.3.
   * Fix libgc2c-pic compatibility links (closes: #234333).
     The link will be removed for gcc-3.4.
   * g77-3.3: Conflict with other g77-x.y packages.
   * Tighten shlibs dependencies to latest released versions.
 .
   * Phil Blundell:
     - debian/patches/arm-233633.dpatch: New  Fixes problems with half-word
       loads on ARMv3 architecture.  (Closes: #233633)
     - debian/patches/arm-ldm.dpatch: New.  Avoids inefficient epilogue for
       leaf functions in PIC code on ARM.
Files: 
 eaa4d64647c836df5d43e5abbc9bd40d 2401 devel standard gcc-3.3_3.3.3ds5-2.dsc
 3411c526b7d111852f318c21af639dc7 2327306 devel standard gcc-3.3_3.3.3ds5-2.diff.gz
 038654fe87a43c6010dadfa1e54e3c5a 82934 doc optional cpp-3.3-doc_3.3.3-2_all.deb
 ab992884e48290a6e88c749c5a3d1c6c 1170 libs optional libgcj-common_3.3.3-2_all.deb
 b857c1283812425157bc88b4c4c07ff7 3171954 doc optional libstdc++5-3.3-doc_3.3.3-2_all.deb
 a501ab8b147528ca472f53e4a0adfc27 268902 doc optional g77-3.3-doc_3.3.3-2_all.deb
 c72ecf35754c21d699e87ca063fb558b 328636 doc optional gnat-3.3-doc_3.3.3-2_all.deb
 38196f2d6c412d61afcfcca750b57e2f 795120 doc optional gpc-2.1-3.3-doc_3.3.3.20030830-2_all.deb
 84c24a739d5ef1c736fac1d849e1e2be 598806 doc optional gcc-3.3-doc_3.3.3-2_all.deb
 db1a22d501362b625216cd1507e39a14 144346 devel required gcc-3.3-base_3.3.3-2_i386.deb
 8be76034a5a6c7eed74ab9ed769bd18d 73902 libs required libgcc1_3.3.3-2_i386.deb
 e551c0010ba29e6d35a37b772c7c5ef5 1389740 interpreters standard cpp-3.3_3.3.3-2_i386.deb
 9c7275495d30855161c2d18814ca3a19 23312 devel optional protoize_3.3.3-2_i386.deb
 f6d7db65a698b0961c0bf158ce9c8e14 77706 devel optional fixincludes_3.3.3-2_i386.deb
 ce2f356749c3d3a5fec0ca0a6c9654aa 1465792 devel optional gobjc-3.3_3.3.3-2_i386.deb
 3bfd557919b72382fc021dbe4b9ddc61 133480 libs optional libobjc1_3.3.3-2_i386.deb
 1527c7e76bd2c34a267a6df036ca43fb 13028 devel optional gij-3.3_3.3.3-2_i386.deb
 92d348bdb746e39a5693c492a1e33f76 3979562 libs optional libgcj4_3.3.3-2_i386.deb
 997568f16d5798351a7d95c851407019 1693128 devel optional gcj-3.3_3.3.3-2_i386.deb
 4ea900841beb0a2fc236898b323d850f 4745690 libdevel optional libgcj4-dev_3.3.3-2_i386.deb
 d65c7cd063e2cf5badacfcb252325569 113882 devel extra fastjar_3.3.3-2_i386.deb
 b99abb271214372868abc03b919002d3 69180 libs optional libffi2_3.3.3-2_i386.deb
 e4ccd9ba59add10d56fc8cc5ac93e7dc 11014 libdevel optional libffi2-dev_3.3.3-2_i386.deb
 a7fead5af1574076d2705a0aa01a9043 1773684 devel standard g++-3.3_3.3.3-2_i386.deb
 4d4f70798f3cc3337f33106c98cd79a3 286232 base required libstdc++5_3.3.3-2_i386.deb
 c759382a19fbf5ba44146bdc0472ae77 771464 libdevel standard libstdc++5-3.3-dev_3.3.3-2_i386.deb
 0aabf2434bdd3b87c8137a654212c44d 323372 libdevel extra libstdc++5-3.3-pic_3.3.3-2_i386.deb
 8b404d3079934664365ef5a4db292159 5053938 libdevel extra libstdc++5-3.3-dbg_3.3.3-2_i386.deb
 904b813ce5d02463c1da824fe2a5e12f 50186 libs optional libg2c0_3.3.3-2_i386.deb
 a419ebf96d6ae21b46b8d330200bfa4a 1613032 devel optional g77-3.3_3.3.3-2_i386.deb
 d8b58ddd50dbb67a03d0fa4bb35b1e48 6273672 devel optional gnat-3.3_3.3.3-2_i386.deb
 a40ddfe55caa7db009ef36f7598e99e6 1287734 devel optional treelang-3.3_3.3.3-2_i386.deb
 97b0f34a9079654df5734882f33746a6 1928984 devel optional gpc-2.1-3.3_3.3.3.20030830-2_i386.deb
 563ca783094819dd29238a1ac4f516d7 1554176 devel standard gcc-3.3_3.3.3-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAScCHStlRaw+TLJwRAsXpAJoDoZQKIyTLzOF7GnrO0BTDd7lQdQCeMskL
qkz6StToYYh3Zw0XjXuFEV0=
=jt3u
-----END PGP SIGNATURE-----



Reply to: