Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194943 - sandbox should report when process dies from signal
Summary: sandbox should report when process dies from signal
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Sandbox (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-07 00:02 UTC by Ed Catmur
Modified: 2008-11-16 12:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
report-signal.patch (report-signal.patch,894 bytes, patch)
2007-10-07 00:14 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2007-10-07 00:02:05 UTC
$ sandbox python -c "'import os; os.kill(os.getpid(), 11)'"
$

Expected:
$ sandbox python -c "'import os; os.kill(os.getpid(), 11)'"
Sandboxed process killed by signal: Segmentation fault
$

Should be an easy patch - I'll look into it.
Comment 1 Ed Catmur 2007-10-07 00:14:37 UTC
Created attachment 132783 [details, diff]
report-signal.patch
Comment 2 SpanKY gentoo-dev 2008-11-16 12:30:46 UTC
looks good, merged into trunk