Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 70419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:43:40+00:00 2026-05-10T19:43:40+00:00

I expected A::~A() to be called in this program, but it isn’t: #include <iostream>

  • 0

I expected A::~A() to be called in this program, but it isn’t:

#include <iostream>  struct A {   ~A() { std::cout << '~A()' << std::endl; } };  void f() {   A a;   throw 'spam'; }  int main() { f(); } 

However, if I change last line to

int main() try { f(); } catch (...) { throw; } 

then A::~A() is called.

I am compiling with ‘Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80×86’ from Visual Studio 2005. Command line is cl /EHa my.cpp.

Is compiler right as usual? What does standard say on this matter?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:43:41+00:00Added an answer on May 10, 2026 at 7:43 pm

    The destructor is not being called because terminate() for the unhandled exception is called before the stack gets unwound.

    The specific details of what the C++ spec says is outside of my knowledge, but a debug trace with gdb and g++ seems to bear this out.

    According to the draft standard section 15.3 bullet 9:

     9 If no matching handler is found in a program, the function terminate()   (_except.terminate_)  is  called.  Whether or not the stack is unwound   before calling terminate() is implementation-defined. 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 118k
  • Answers 118k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you want to do something like that, I think… May 11, 2026 at 11:39 pm
  • Editorial Team
    Editorial Team added an answer You should be able to see all of your files… May 11, 2026 at 11:39 pm
  • Editorial Team
    Editorial Team added an answer Did you have a look at Zend_Session? you can pass… May 11, 2026 at 11:39 pm

Related Questions

I expected A::~A() to be called in this program, but it isn't: #include <iostream>
Is it legal to write the following in .net ? public class A {
I am writing a program in Python, and I realized that a problem I
I'm definitely not getting something here: I'm creating a simple function to replicate a
I wanted to see what happened if you change the reference of an object

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.