SendSignal is an application that allows you to send signals to processes. You might not know it, but you may actually have sent a signal before without knowing it.
When you use the Force Quit dialog from the Apple menu or Command+Option+Esc, you are actually sending a signal, called SIGKILL, to the application you chose in the list. This signal forces an application or process to end, regardless of what it's doing.
There are many more signals besides SIGKILL, such as SIGTERM (quit), and SIGABRT (abort). Many of these are useful when programs freeze, yet they are
What's New
Version 1.1:
Changed from SignalSender to SendSignal, added option to run as root.
Requirements
PPC / Intel, Mac OS X 10.5 or later (not tested on, but should work with 10.4 and up).
Be the first to recommend a similar software title.
The listing appears to read PPC only. As it was written entirely using AppleScript (not even Xcode was involved), it should work on Intel systems as well.
[Version 1.1]
There are currently no troubleshooting comments. If you are experiencing a problem with this app, please post a comment.
Please login or create a new MacUpdate Member account to use this feature
Watch Lists are available to MacUpdate Desktop Members Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
SendSignal is an application that allows you to send signals to processes. You might not know it, but you may actually have sent a signal before without knowing it.
When you use the Force Quit dialog from the Apple menu or Command+Option+Esc, you are actually sending a signal, called SIGKILL, to the application you chose in the list. This signal forces an application or process to end, regardless of what it's doing.
There are many more signals besides SIGKILL, such as SIGTERM (quit), and SIGABRT (abort). Many of these are useful when programs freeze, yet they are normally difficult to use and require typing commands in the Terminal to reach.
SendSignal is a simple application that allows you to send signals to any process, and you can run it as root if you wish by choosing "Yes" in the box when you launch it. It's useful for freezes, debugging, and other uses.