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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:16:48+00:00 2026-05-12T16:16:48+00:00

Below is what I copy/pasted from the Crash Log sent by the client. I

  • 0

Below is what I copy/pasted from the Crash Log sent by the client. I am unable to understand what does that mean :s

Apparently it looks like the app crashed when navigating back to a previous screen (and that’s what client has reported). What is UIWebDocumentView here?

I need to resolve the crash but I’m stuck here so any help is highly appreciated.

P.S. I’m using iphone sdk 3.0.

Date/Time:       2009-09-29 18:16:28.458 -0400
OS Version:      iPhone OS 3.0 (7A341)
Report Version:  104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xbbadbeef
Crashed Thread:  4

    Thread 4 Crashed:

        0   WebCore                         0x3588dd74 __ZL17_WebTryThreadLockb + 288
        1   WebCore                         0x3588e4c0 __ZL18_WebThreadAutoLockv + 52
        2   UIKit                           0x30aea484 -[UIWebDocumentView _responderForBecomeFirstResponder] + 8
        3   UIKit                           0x30978b34 -[UINavigationTransitionView transition:fromView:toView:] + 200
        4   UIKit                           0x30978a54 -[UINavigationTransitionView transition:toView:] + 24
        5   UIKit                           0x30974470 -[UINavigationController _startTransition:fromViewController:toViewController:] + 1604
        6   UIKit                           0x30973d90 -[UINavigationController _startDeferredTransitionIfNeeded] + 256
        7   UIKit                           0x309a7468 -[UINavigationController _popViewControllerWithTransition:allowPoppingLast:] + 400
        8   UIKit                           0x309a72c8 -[UINavigationController popViewControllerAnimated:] + 32
        9   Snocell                         0x0002ae00 0x1000 + 171520
        10  Foundation                      0x30554062 -[NSThread main] + 42
        11  Foundation                      0x305023f2 __NSThread__main__ + 852
        12  libSystem.B.dylib               0x31d705a0 _pthread_body + 20
  • 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-12T16:16:48+00:00Added an answer on May 12, 2026 at 4:16 pm

    Ok, i guess i found the solution. Sharing it in case someone else gets into the same situation:

    EXC_BAD_ACCESS (SIGSEGV) KERN_INVALID_ADDRESS means that the virtual address you’re refererencing is not in the page tables or you don’t have access. It’s a virtual address that you’re not allowed to access. For your example address address 0x67696c69 it’s likely that this is something that is not a pointer that was treated like a pointer; or your data structure that contains the pointer was free’d and overwritten with other data.

    And, then i see WebCore in the stack trace in the log (WebCore is a component in iPhone WebKit – http://en.wikipedia.org/wiki/WebKit#Components)

    So, what I was doing here, dispalying a website in UIWebView and before it could load completely, popping back to previous view controllers and it CRASHED.

    I found that UIWebView needs to have its delegate cleared before you release it; otherwise, if a web request completes after you release the UIWebView, it attempts to call back to the delegate and causes the application to crash.

    SOLUTION: I added the following code before popping view controller and it’s working now 🙂

    if (webView.loading)
        [webView stopLoading];
    webView.delegate = nil;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the code below that is supposed to draw lines from the top
This is for a homework assignment. I haven't copy-pasted the question below, I made
I have a code file from the boto framework pasted below, all of the
I have users that require to copy and paste from word (or excel) into
I wonder if there is something wrong with the copy constructor function below? class
I would like to avoid the if statement below. Can I somehow copy the
Below is a question from Kathy & Bert Bates SCJP 5 preparation CD. I
Below I have written a sample program that I have written to learn about
Below is a fine piece of artwork that represents a WPF form with a
Below is the code from a plugin for Joomla. It works on it's own

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.