Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57074 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-10-18 14:58 -0400 |
| Last post | 2013-10-18 14:58 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Multiprocessing: killing children when parent dies Terry Reedy <tjreedy@udel.edu> - 2013-10-18 14:58 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-10-18 14:58 -0400 |
| Subject | Re: Multiprocessing: killing children when parent dies |
| Message-ID | <mailman.1242.1382122807.18130.python-list@python.org> |
On 10/18/2013 8:52 AM, Марк Коренберг wrote: > import prctl This is not a stdlib module. > prct.set_pdeathsig(.....) > if os.getppid() == 1: > raise AlreadyDead() What is your point? Your signature said >Segmentation fault If you meant that the above code segfaults, then there is a bug in prctl. Tell its authors. -- Terry Jan Reedy
Back to top | Article view | comp.lang.python
csiph-web