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

  • Home
  • SEARCH
  • 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 8272993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:19:15+00:00 2026-06-08T07:19:15+00:00

For example, in the message: First-chance exception at 0x757bd36f in foo.exe: Microsoft C++ exception:

  • 0

For example, in the message:

First-chance exception at 0x757bd36f in foo.exe: Microsoft C++
exception: _ASExceptionInfo at memory location 0x001278cc..

What does 0x757bd36f and 0x001278cc mean? I think that 0x757bd36f would mean the EIP at the time the exception was thrown, but what about the second number?

  • 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. Editorial Team
    Editorial Team
    2026-06-08T07:19:18+00:00Added an answer on June 8, 2026 at 7:19 am

    As you’ve surmised, the first is the EIP when the exception happened (or RIP, for 64-it code).

    Doing some testing, the second number is the address of the exception object being caught. Keep in mind, however, that this is not the same as the address of the exception object that was thrown. For example, I wrote the following bit of test code:

    #include <iostream>
    #include <conio.h>
    
    class XXX { } xxx;
    
    void thrower() { 
        throw xxx;
    }
    
    int main() {
        try {
            std::cout << "Address of xxx: " << (void *)&xxx << "\n";
            thrower();
        }
        catch(XXX const &x) {
            std::cout << "Address of x: " << (void *)&x << "\n";
        }
        getch();
        return 0;
    }
    

    At least in my testing, the second address VS shows in its “first chance exception” message matches with the address I get for x in the code above.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for simple example code for setting up a Message in an
I'm trying to run the example program for POSIX message queues found in the
I saw some websites that (for example): if you want to view your message
I want to delete part of a record. For example, a column called message
Python does not print traceback messages from exceptions raised in daemon threads. For example,
I have this code: package org.example.Threading; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.os.Message;
For example: First, say I have a Silverlight app with Windowless=true so that I
When I acesss http://example.com/users/1/messages/new it says undefined method `error_message_on' for #<#<Class:0x00000005921d50>:0x0000000591e448> If I delete
I often encounter EDI messages in various plain text formats, for example the format:
My website example1.com is hosted on host.example2.com and when I send an email message

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.