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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:05:19+00:00 2026-05-13T10:05:19+00:00

Apple Developer Reference Library has a class reference for WebPreferences I’ve searched SO, Dev

  • 0

Apple Developer Reference Library has a class reference for WebPreferences

I’ve searched SO, Dev Forums and Googled without any relevant results.

EXC_BAD_ACCESS signal is generated.

I can’t find a crash report.. its happening on the simulator. The debugger is called, and I don’t get a crash report.

EDIT

This is triggered when tapping a UITextField, leaving a UITextField or if a UITextField is set as first responder when loading a view (push on by a navigation controller).

It is not easy to reproduce. I can go for a hundred app-launch/debug cycles before it will happen again. And then it might happen 3 times in 5 launches.


I do have a thread list in the debugger that shows several references to WebPreferences.

alt text

  • 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-13T10:05:20+00:00Added an answer on May 13, 2026 at 10:05 am

    You’re on the right track if you are using NSZombie. EXEC_BAD_ACCESS is caused by accessing released objects.

    It is normal for EXEC_BAD_ACCESS to “crash” in code paths that do not belong to you. Most likely your code created the over-released object.

    The key part of using NSZombie is running the malloc_history on the command line. You’ll get the call stack showing where the over-released object originated from. For example:
    alt text http://static.benford.name/malloc_history.png

    The screenshot shows my app crashing at [NSString stringByTrimmingCharactersInSet:] but that is certainly not who caused the crash.

    I technique I use is to look at the earliest code path that you own. Most of the time the mistake lies there.

    In this case, the object originated from the class [JTServiceHttpRequest requestFinished], in which I was not properly retaining a object.

    If all else fails, go through all your code paths listed and verify your use of proper memory management rules.

    My bet is that WebPreferences and UITextField behavior have nothing to do with the crash.

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

Sidebar

Ask A Question

Stats

  • Questions 305k
  • Answers 306k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Amazon? See: http://aws.amazon.com/ec2/ and http://aws.amazon.com/s3/ Pricing: http://aws.amazon.com/ec2/#pricing and http://aws.amazon.com/s3/#pricing May 13, 2026 at 9:11 pm
  • Editorial Team
    Editorial Team added an answer An alternative would be to setup some of your reports… May 13, 2026 at 9:11 pm
  • Editorial Team
    Editorial Team added an answer First off, I don't really like this database design. So… May 13, 2026 at 9:11 pm

Related Questions

Since upgrading to Xcode 3.2.1, I've experienced a strange issue that has really killed
I remember having once seen a list of properties that could be set on
The application I'm working on requires the ability to edit certain protected files across
- (void)applicationDidFinishLaunching:(UIApplication *)application { // Create the navigation and view controllers RootViewController *rootViewController =
I'm looking into svn externals for my company, and it seems like it would

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.