sigkill Questions

1

I hope someone can help me to figure out what is going on. I’m developing an iPhone game using cocos2d framework. From time to time I’m getting my code stopped because of SIGKIL signal. If I press...
Sos asked 20/6, 2012 at 12:17

2

Solved

If a linux process is waiting for I/O (i.e it is in SLEEP state) and a SIGKILL signal is issued against it, upon termination (STOPPED state) will it pass through RUNNING or READY state? In other w...
Seavir asked 2/4, 2013 at 13:57

1

Very infrequently, our app is crashing because it receives SIGKILL. The circumstances are different, but the backtrace is always the same: #0 0x94a00afa in mach_msg_trap () #1 0x94a01267 in mach_m...
Ghoul asked 29/11, 2011 at 13:12

3

Solved

I am using supervisord to spawn and manage a FastCGI application that I am writing in C for a linux target. I have a signal handler that gracefully exits my application when SIGINT is received. I h...
Thwart asked 20/8, 2010 at 17:34

2

Solved

I'm developing application for an embedded system with limited memory (Tegra 2) in C++. I'm handling NULL results of new and new[] throughout the code which sometimes occurs but application is able...
Barnstorm asked 2/8, 2012 at 14:0

1

Solved

Will a thread stop if I send it SIGTSTP signal? Or in other words will it behave like process on SIGTSTP and SIGCONT? Thanks in advance.
Remington asked 15/6, 2012 at 7:55

1

Solved

I'm working on a jailbreak app, and want to send SIGKILL messages to specific apps that may be running on a user's device (with their permission, of course). Google is not turning up anything for ...
Darlleen asked 6/5, 2011 at 2:26

2

Solved

I have a process that get killed immediately after executing the program. This is the code of the compiled executable, and it is a small program that reads several graphs represented by numbers fro...
Saporific asked 2/1, 2012 at 1:48

2

Solved

I build and run a project in iPhone simulator. I send it to background by pressing the home button. Then I double press the home button to find my app in the background and tap it. It becomes activ...
Dermal asked 15/7, 2011 at 5:49

1

Solved

I have a requirement to write to a log file on reception of any terminate command like SIGTERM AND SIGKILL. I can register for SIGTERM but how can handle the SIGKILL signal?
Kob asked 11/10, 2010 at 17:51

2

Solved

I just got the iPhone SDK 4 and I'm trying to leave off developing an app I was working on before. So I implemented both -(void)applicationDidEnterBackground:(UIApplication *)application and - (vo...
Fatigued asked 23/6, 2010 at 3:9

3

I'm developing my application (on Linux) and sadly it sometimes hangs. I can use Ctrl+C to send sigint, but my program is ignoring sigint because it's too far gone. So I have to do the process-kill...
Solubilize asked 4/12, 2008 at 8:25

© 2022 - 2024 — McMap. All rights reserved.