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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:10:08+00:00 2026-06-04T11:10:08+00:00

I have tried (1) cleaning build folder, (2) deleting app from the simulator and

  • 0

I have tried
(1) cleaning build folder,
(2) deleting app from the simulator and from my iphone,
(3) rebooting,
(4) and enabling NSZombieEnabled but it does not appear to be doing anything.
(5) using debugger lldb and gdb
(6) and gaurd malloc

I have xcode 4.3.2. This bug occurs on both the simulator and my iphone.
(on the simulator it says EXC_BAD_INSTRUCTION code=i386 subcode=0x0 and on the device it says EXC_BREAKPOINT (SIGTRAP).
Here are two crashes logs:

http://pastie.org/3941419

http://pastie.org/3941427

In the log it prints:

Trace/BPT trap: 5
Segmentation fault: 11

As you can see in the crashes, there is no traceback to any of my ViewControllers. I did a lot of googling before asking (link), but a lot of other people(link) with this error have a traceback to thier app. What are common causes of this app and where should I start looking for a bug? There is not one thing I can do to reproduce, just run a piece of my code like 10 times and it will crash at least once. Thanks!

EDIT:
heres some code

outputPipe = [[NSPipe alloc] init];


[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getDataOut:) name:NSFileHandleReadToEndOfFileCompletionNotification object:[outputPipe fileHandleForReading]];

[[NSNotificationCenter defaultCenter] removeObserver:self name:NSFileHandleReadToEndOfFileCompletionNotification object:[outputPipe fileHandleForReading]];

I do release outputPipe later in my code.

EDIT 2: changing [NSPipe pipe]; to [[NSPipe alloc] init]; did not fix it.

Code to switch between observers:

 buttondone.title=@"Done";
    //dlog(@"last output notification inbound");
    stdoutisdone=YES;

    [[NSNotificationCenter defaultCenter] removeObserver:self name:NSFileHandleReadCompletionNotification object:[outputPipe fileHandleForReading]];

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getDataOut:) name:NSFileHandleReadToEndOfFileCompletionNotification object:[outputPipe fileHandleForReading]];

    [[outputPipe fileHandleForReading] readToEndOfFileInBackgroundAndNotify];
  • 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-04T11:10:09+00:00Added an answer on June 4, 2026 at 11:10 am

    I solved it by removing the call to the second NSFileHandle method. So, instead of this:

     [[NSNotificationCenter defaultCenter] removeObserver:self name:NSFileHandleReadCompletionNotification object:[outputPipe fileHandleForReading]];
    
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getDataOut:) name:NSFileHandleReadToEndOfFileCompletionNotification object:[outputPipe fileHandleForReading]];
    
    [[outputPipe fileHandleForReading] readToEndOfFileInBackgroundAndNotify];
    

    I use this:

    NSString * output=[[outputPipe fileHandleForReading] readToEndOfFile];
    

    It does produce a little UI lag which can be reduced by called readInBackgroundAndNotify once or twice after the task has finished. If anyone has a better solution I will mark yours as the answer.

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

Sidebar

Related Questions

I have tried this but it does not work (even if I specify .wav
I have tried several things so far, but I haven't had much luck yet.
I have tried quite a few codes but none of them seem to work
I have tried to find some decent documentation on traversing in jQuery, but have
I have an iPhone app that's been in development for about 2 weeks. We
I have tried all that i could to generate the R.java file but in
I have tried to move the files in my project folder to a different
I have an Iphone app that was nearing its development completion and literally between
Have tried to find solutions for this and can't really come up with anything.
I have tried unsuccessfully to copy the pwd to pbcopy as follows pwd |

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.