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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T14:14:33+00:00 2026-05-13T14:14:33+00:00

What does program received signal: SIGKILL mean when profiling an app running on device

  • 0

What does program received signal: SIGKILL mean when profiling an app running on device and using the xcode profiler to detect leaks?

My app broke on a line calling drawInRect on a UIImage instance

top of call stack is CGGStateCreateCopy

  • 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-13T14:14:34+00:00Added an answer on May 13, 2026 at 2:14 pm

    SIGKILL is a signal that is common across POSIX systems, such as in your iphone OS, which it issued the signal to your application. SIGKILL cannot be caught programmatically. Usually to kill a process involves entering this on the command line, remember you can do this to the processes that you own since you logged into the shell:

    ps -elf | grep myprocess    
    
    

    Then to kill 'myprocess' by using the numeric process id based on the PID column from the previous output sample

    kill -1 9149
    

    Depending on 'myprocess' and how the OS handles this, you will receive similar output as shown:

    myprocess: received SIGKILL.
    process terminated
    

    Depending on what happened, it is likely when your profiler ran the code, it somehow killed your application whether by intentionally or unintentionally, judging by your question:

    My app broke on a line calling drawInRect on a UIImage instance

    top of call stack is CGGStateCreateCopy

    It is likely that drawInRect was supplied with a parameter that was invalid…you need to check the parameters used for that function and verify it. That could be the very reason why the OS killed your application…

    Hope this helps,
    Best regards,
    Tom.

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

Sidebar

Ask A Question

Stats

  • Questions 298k
  • Answers 298k
  • 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 chardet can help you. Character encoding auto-detection in Python 2… May 13, 2026 at 7:27 pm
  • Editorial Team
    Editorial Team added an answer The idea with mocking frameworks is to mock out dependencies,… May 13, 2026 at 7:27 pm
  • Editorial Team
    Editorial Team added an answer White-boarding is a great tool. I do quite a bit… May 13, 2026 at 7:27 pm

Related Questions

In Xcode 3.2.1 on Mac OS X Snow Leopard, I open a project under:
I'm trying to write to a plist file using writeToFile, before I write I
Will the CAN interface card likely be installed as a COM port? How do
G'day, This is related to my question on star developers and to this question
I want to write a server using a pool of worker threads and an

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.