Changeset 23fef54d7918dadb6d28d39c62180971829328bc
- Timestamp:
- 04/02/11 03:15:08
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1301714108 +0000
- git-parent:
[3220ba84489b08d9570c58424d6b2237d100cdea]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1301714108 +0000
- Message:
catch abort too
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re9dea15 |
r23fef54 |
|
| 138 | 138 | noitL(noit_error, "catching faults with glider\n"); |
|---|
| 139 | 139 | signal(SIGSEGV, glideme); |
|---|
| | 140 | signal(SIGABRT, glideme); |
|---|
| 140 | 141 | } |
|---|
| 141 | 142 | /* run the program */ |
|---|