Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 265072
Collapse All | Expand All

(-)a/libsandbox/trace.c (-1 / +6 lines)
Lines 157-162 static void trace_child_signal(int signo, siginfo_t *info, void *context) Link Here
157
				case SIGCHLD:
157
				case SIGCHLD:
158
				case SIGCONT:
158
				case SIGCONT:
159
					return;
159
					return;
160
				case SIGABRT:
161
				case SIGSEGV:
162
				case SIGILL:
163
					SB_EERROR("ISE: Recieved fatal signal from child ", "%s(%i)\n",
164
						strsig(info->si_status), info->si_status);
165
					sb_abort();
160
			}
166
			}
161
			/* fall through */
167
			/* fall through */
162
	}
168
	}
163
- 

Return to bug 265072