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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:32:41+00:00 2026-05-30T13:32:41+00:00

The crash log of SIGABRT from the device is pointing on the lines: NSArray

  • 0

The crash log of SIGABRT from the device is pointing on the lines:

NSArray *results = [self.managedObjectContext executeFetchRequest:request &error];
  if ([results count] > 0 ) { // SIGABRT on this line.

and (for the same device):

if (myfunc(myobj)) { // SIGABRT on this line.

where myobj is a pointer that must be nil from the app configuration, and it is initialized in the line just before the line of the crash.
myfunc is a function looking like:

BOOL myfunc(id object) {
  return object != nil;
}

so i would consider the second crash as

myobj = something
if (myobj != nil) { // SIGABRT on this line.

My knowledge is not enough to understand the possibility of such crashes (probably they’re even random) on certain devices (on the most devices everything works fine and stable).

Anyone had such issues or have an experience debugging it ?

  • 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-05-30T13:32:42+00:00Added an answer on May 30, 2026 at 1:32 pm

    There’s no way how a pointer comparison can crash. Also, if myfunc is not a function pointer, if (myfunc(myobj)) cannot crash.

    The Objective-C code has not problems either.

    Are you sure you’re interpreting the debugger’s output correctly? Are the debugging symbols correct? Try turn off optimization.

    Maybe you are looking at the wrong stack: Check all thread’s stacks.

    SIGABRT is a signal sent to tell the process that something’s wrong. Maybe it’s just iOS killing your app because memory is running out. Or the process hits abort() due to a failed assertion.

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

Sidebar

Related Questions

I'm trying to understand debug output from a crash log. I have the following
So i have this crash log from my application. I don't have much experience
The crash log returned when your app has an error on iOS is wonderful
We are receiving a crash log from iTunes connect that is a little strange.
Apple have sent me a crash log from an app sent for approval. Despite
This crash log is from a customer using my iPad app. There are only
I got a crash log from a user, and I do not see any
Below is what I copy/pasted from the Crash Log sent by the client. I
I have a problem with my iPhone app, I have a crash log from
my iphone app crashes unexpectedly and looking at the crash log I can't tell

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.