From: "Alexey I. Froloff" <raorn@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] /var/lock/rpm/update-vimhelp
Date: Wed, 9 Jul 2008 11:24:10 +0400
Message-ID: <20080709072410.GS14790@hell.fortress> (raw)
In-Reply-To: <20080708220157.GE3636@wo.int.altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 933 bytes --]
* Dmitry V. Levin <ldv@> [080709 02:03]:
> > > Если parent сделал open, а потом fork, child выполнил
> > > F_SETLK, а parent потом завершился, то блокировка слетит в
> > > момент завершения parent.
> > Какова вероятность, что при возврате из daemon() parent ещё не
> > умер?
> Около 50%
Какое унылое [censored] эта GNU/RaceOS...
Если унести open() после daemon(), неудачное открытие файла
немного намусорит в консоль. Ещё один race между close() и
execvp(), кто-то может туда просочиться. Если close() не делать,
этот fd уйдёт в "тот процесс". А mandatory locks можно сказать
что не работают.
Можно пойти сложным путём, делать open() и fcntl() до вызова
daemon(), потом делать ещё один fcntl(F_SETLKW) чтобы дождаться
смерти parent'а. Или вызывать wait_for_pdeath() с pid'ом
parent'а, но это мне нравится ещё меньше.
Закоммитил первый вариант с мусором и утечкой дескриптора.
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2008-07-09 7:24 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-07 6:17 [devel] repocop на sisyphus.ru Andrew Avramenko
2008-07-07 12:04 ` [devel] repocop на sisyphus.ru [qualified] Igor Vlasenko
2008-07-07 12:32 ` Alexey I. Froloff
2008-07-07 12:39 ` Igor Vlasenko
2008-07-07 13:33 ` Alexey I. Froloff
2008-07-07 16:37 ` Igor Vlasenko
2008-07-07 17:24 ` Alexey I. Froloff
2008-07-07 17:50 ` Igor Vlasenko
2008-07-07 18:07 ` Alexey I. Froloff
2008-07-07 18:27 ` Dmitry V. Levin
2008-07-07 18:33 ` Mikhail Gusarov
2008-07-07 18:53 ` Mikhail Gusarov
2008-07-07 19:06 ` Yuri N. Sedunov
2008-07-08 18:09 ` Yuri N. Sedunov
2008-07-07 18:40 ` Alexey I. Froloff
2008-07-07 23:23 ` [devel] /var/lock/rpm/update-vimhelp Dmitry V. Levin
2008-07-08 7:41 ` Alexey I. Froloff
2008-07-08 10:47 ` Alexey I. Froloff
2008-07-08 12:24 ` Dmitry V. Levin
2008-07-08 21:31 ` Dmitry V. Levin
2008-07-08 21:56 ` Alexey I. Froloff
2008-07-08 22:01 ` Dmitry V. Levin
2008-07-08 22:26 ` Alexey Gladkov
2008-07-08 22:31 ` Dmitry V. Levin
2008-07-09 7:24 ` Alexey I. Froloff [this message]
2008-07-07 20:25 ` [devel] repocop на sisyphus.ru [qualified] Alexey I. Froloff
2008-07-07 20:48 ` Igor Vlasenko
2008-07-07 20:53 ` Alexey I. Froloff
2008-07-07 20:51 ` Dmitry V. Levin
2008-07-07 21:06 ` Alexey I. Froloff
2008-07-07 12:52 ` Michael Shigorin
2008-07-07 12:33 ` [devel] repocop на sisyphus.ru Alexey I. Froloff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080709072410.GS14790@hell.fortress \
--to=raorn@altlinux.ru \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git