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...
2
Solved
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.
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
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...
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?
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...
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...
© 2022 - 2024 — McMap. All rights reserved.