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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:46:38+00:00 2026-06-17T06:46:38+00:00

2012-06-15 17:53:25.532 BadgerNew[3090:707] *** Terminating app due to uncaught exception ‘NSRangeException’, reason: ‘*** -[_PFBatchFaultingArray

  • 0
2012-06-15 17:53:25.532 BadgerNew[3090:707] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[_PFBatchFaultingArray objectAtIndex:]: index (0) beyond bounds (0)'
*** First throw call stack:
(0x353f688f 0x3779d259 0x353f6789 0x353f67ab 0x35d5fee3 0x5a5c9 0x59fd3 0x43819 0x32e63c8b 0x38153 0x38309 0x32e63c8b 0x4142d 0x32e63c8b 0x32ec363d 0x32ec35db 0x32ec2f15 0x32ec2c49 0x35d21 0x32e62cab 0x32e5c7dd 0x32e2aac3 0x32e2a567 0x32e29f3b 0x36fe922b 0x353ca523 0x353ca4c5 0x353c9313 0x3534c4a5 0x3534c36d 0x32e5b86b 0x32e58cd5 0x35a73 0x35a54)
terminate called throwing an exception(lldb) 

What is the problem?

It aborts right at main. So I don’t even know which line cause this.

Hint: Run on simulator. Run on my iPhone. Doesn’t run on my friend’s iPhone.

  • 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-17T06:46:39+00:00Added an answer on June 17, 2026 at 6:46 am

    You relly didn’t give enough info for any guesses… but here you are:

    1. Do you use CoreData? Someone thinks your CoreData contains data, but when asked there’s none. Crash would happen, when someone asks fetchedResultsController.fetchedObjects for first object (index 0 as mentioned in crash report), but that doesn’t exists (beyond bounds 0 in crash report)
    2. “index beyond bounds” is a generic error note related to arrays. Error reports says that someone was asking for first item of array (index 0), but that array was empty (bounds 0). That’s a crash.

    Fix is to make sure there is data before you ask for it. One way is to check

    if ([myArray count] > index)
        value = [myArray objectAtIndex:index];
    

    Anyways, my best guess is that PFBatchFaultingArray refers to CoreData and that means there are no easy answers.

    Did you have e.g. authentication failure, which forced CoreData update, but FRCs are still pointing to old data? Crash would happen, when “old” frc thinks there still as much data as last time it looked, but the “new” data in CoreData is actually less in number. Then automatic UITableView update would be asking data for row, which doesn’t exists any more == crash. Then you need to refresh your frcs BEFORE anyone tries to use the data. Only you will know, when or where that refresh can be done.

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

Sidebar

Related Questions

2012-09-07 19:31:07.938 BadgerNew[2590:707] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not
2012-05-31 00:17:51.384 SAMPLEGAME[2901:10703] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<SAMPLEGAMEViewController 0x752c140>
2012-07-13 11:26:14.563 -CarParts-Copy[569:403] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[Slant6<0x10d5adab8>
[05-Mar-2012 02:38:58] PHP Fatal error: Uncaught exception 'Exception' with message 'String could not be
[2012-06-01 15:33:10,638][molisamples] ERROR:web-services:Uncaught exception Traceback (most recent call last): File osv\osv.pyo, line 122, in
I use Visual Studio 2012 for a typical LOB app. This app has DAL,
2012-10-12 19:29:43 Aquivalent NSDateFormatter : [_dateFormatter setDateFormat:@yyyy-MM-dd HH:mm:ss]; Throws an exception ... Why? Thank
2012-08-23T09:39:06+00:00 ERR (3): exception 'Mage_Core_Exception' with message 'Invalid block type: Desbest_Brands_Block_Adminhtml_Brand_Edit_Form' in /home/desbest/public_html/clients/magentofull/app/Mage.php:594 Desbest/Brands/Block/Adminhtml/Brand/Edit.php
Exp Reason CreditAccounts Points 2012-01-30 02:11:58.830 Inactive 1 5 2012-01-31 02:11:58.827 Inactive 1 5
2012-03-21T04:01:09+00:00 DEBUG (7): fopen(/data01/virt32830/domeenid/www.montonfashion.com/htdocs/var/cache/mage--6/mage---internal-metadatas---bee_DB_PDO_MYSQL_DDL_catalog_product_flat_3_3): failed to open stream: Permission denied/data01/virt32830/domeenid/www.montonfashion.com/htdocs/lib/Zend/Cache/Backend/File.php The question is: Why

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.