Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57074 > unrolled thread

Re: Multiprocessing: killing children when parent dies

Started byTerry Reedy <tjreedy@udel.edu>
First post2013-10-18 14:58 -0400
Last post2013-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.


Contents

  Re: Multiprocessing: killing children when parent dies Terry Reedy <tjreedy@udel.edu> - 2013-10-18 14:58 -0400

#57074 — Re: Multiprocessing: killing children when parent dies

FromTerry Reedy <tjreedy@udel.edu>
Date2013-10-18 14:58 -0400
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web