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 8099979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T22:35:22+00:00 2026-06-05T22:35:22+00:00

I am doing crash fixing in an OS X application. The crash report shows

  • 0

I am doing crash fixing in an OS X application. The crash report shows

Date/Time: 2012-05-01 16:05:58.004 +0200
OS Version: Mac OS X 10.5.8 (9L31a)

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000545f5f00
Crashed Thread: 8

Thread 8 crashed with X86 Thread State (32-bit):

eax: 0x140e0850 ebx: 0x00060fc8 ecx: 0x92df0ec0 edx: 0xc0000003
edi: 0x545f5f00 esi: 0x140e0870 ebp: 0xb0445988 esp: 0xb0445964
ss: 0x0000001f efl: 0x00010206 eip: 0x92dca68c cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
cr2: 0x545f5f00

How to tares the application code with this report?

What is Thread 0 crashed with X86 Thread State (32-bit)?

  • 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-05T22:35:27+00:00Added an answer on June 5, 2026 at 10:35 pm

    Take a look at Apple’s Technical Notes on CrashReporter here: https://developer.apple.com/library/mac/#technotes/tn2004/tn2123.html

    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x942cea07  ecx: 0xbfffed1c  edx: 0x94b3a8e6
      edi: 0x00000000  esi: 0x00000000  ebp: 0xbfffed58  esp: 0xbfffed1c
       ss: 0x0000001f  efl: 0x00010206  eip: 0x00000000   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    

    For Intel-based computers running 32-bit code, you should consider the following points:

    Focus on two values: eip and the exception address (described earlier).

    eip is the program counter at the time that the exception occurred. That is, it’s the address of the instruction that caused the exception. For most non-memory access exceptions (for example, EXC_ARITHMETIC/EXC_I386_DIV caused by an integer division by zero), this is the key value.

    For memory access exceptions:

    If eip is equal to the exception address, the exception was caused by fetching instructions. Typically this means:

    you’ve called a bogus function pointer (or, equivalently, called a method on a bogus object)

    you’ve returned to a bad address which, in turn, means that you’ve corrupted the stack

    If eip is not equal to the exception address, the exception was caused by a memory access instruction (in terms of C, this means that you’re dereferencing an invalid pointer).

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

Sidebar

Related Questions

while doing adhoc testing tester got the crash with the crash report : Exception
Doing my first SL4 MVVM RIA based application and i ran into the following
I have found a crash in an iPhone application with target iOS 4 that
I'm doing some beta testing. I've got a crash and trying to figure it
I need to implement crash reporting framework on my C#(WPF) application, so i need
I'm writing a multithreaded program, which would crash when a particular exception was thrown.
Okay so I am pretty much doing a crash course through creating a java
I am running wireshark build on linux. I get a crash,while doing some activities.
I'm experiencing an intermittent crash in my Android application running on a Droid X
I'm doing a Blackberry application and although on the emulator all runs fine, when

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.