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

Bug#396209: marked as done (g++-2.95: exception handling with "try" "throw" "catch" does not work)



Your message dated Mon, 03 Aug 2009 23:49:40 +0100
with message-id <1249339780.560565.11620.nullmailer@kmos.homeip.net>
and subject line g++-2.95 has been removed from Debian, closing #396209
has caused the Debian Bug report #396209,
regarding g++-2.95: exception handling with "try" "throw" "catch" does not work
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
396209: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=396209
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: g++-2.95
Version: 1:2.95.4-27
Severity: important


#include <iostream>
using namespace std;
int main(void) {
    int e = 7;  
    try {
        cerr << "throwing ...\n";
        throw e;
        }
    catch(int err) {
        cerr << "catching ...\n";
        }
    cerr << "everything went fine.\n";
    }

Compiling and running this sample shows,
that the int e thrown within the try block
will not be caught.


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages g++-2.95 depends on:
ii  gcc-2.95                     1:2.95.4-27 The GNU C compiler
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libstdc++2.10-dev            1:2.95.4-27 The GNU stdc++ library (developmen

g++-2.95 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.95.4.ds15-27+rm

The g++-2.95 package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/439704 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues


--- End Message ---

Reply to: