ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Ivan Adzhubey <iadzhubey@rics.bwh.harvard.edu>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Shared memory - HELP PLEASE!
Date: Thu, 25 Mar 2004 02:17:54 -0500
Message-ID: <200403250217.54298.iadzhubey@rics.bwh.harvard.edu> (raw)
In-Reply-To: <200403250205.29511.iadzhubey@rics.bwh.harvard.edu>

On Thursday 25 March 2004 02:05 am, Ivan Adzhubey wrote:
> On Thursday 25 March 2004 01:42 am, Grigory Batalov wrote:
> > On Wed, 24 Mar 2004 23:36:15 -0500
> >
> > Ivan Adzhubey <iadzhubey@rics.bwh.harvard.edu> wrote:
> > > Видимо придется все же самому разбираться. Может кто-нибудь поделится
> > > исходниками чего-то работающего с shm, что у него самого - работает?
> > > Или хотя бы фрагментом. Буду признателен.
> >
> >   У меня сохранился небольшой тест. Кажется, без ошибок =).
> >   Во время sleep(5) запустите ipcs - увидите выделенный 1К.
> >
> > $ gcc -g -Wall -O2 -o shmtest shmtest.c
> > $ ./shmtest &
> > $ ipcs
> >
> > ------ Shared Memory Segments --------
> > key        shmid      owner      perms      bytes      nattch     status
> > 0x00000000 1245187    bga       700        1048576    1
>
> Спасибо, Григорий!
>
> К сожалению, там все сложнее. Ваша программа работает, и такие простые
> тесты я уже научился сам писать ;). Проблема возникает когда a) есть
> минимум два процесса пользующихся этой памятью (хотя бы по очереди,
> например форкнутый child и его parent) b) используется блокировка (lock)
>
> А хотя нет, погодите! Кажется что-то видно... у вас запрашивается 2K памяти
> и выделяется 2K. А у меня вашей программе выделяется в четыре раза больше:
>
> ------ Shared Memory Segments --------
> key        shmid      owner      perms      bytes      nattch     status
> 0x00000000 1736711    ivan      700        4194304    1
>
> Кажется это все-таки баг. Сейчас проверю под другим ядром...

Конечно, 2MB а не 2KB, опечатка.

Странно, проверил на кластерном ноде под 2.4.22, там тоже выделяется 4MB. 
Что-то с выравниванием памяти? Вы каким компилятором собирали? И на какой 
системе запускали (ядро, libc)? Может это из-за того что я пробовал только на 
smp ядрах, сейчас буду дальше проверять, где-то в сетке у меня up ядро должно 
было остаться...

-- 
Иван



  reply	other threads:[~2004-03-25  7:17 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-24 22:17   ` Ivan Adzhubey
2004-03-25  4:14     ` Eugene Ostapets
2004-03-25  4:36       ` Ivan Adzhubey
2004-03-25  4:43         ` Denis S. Filimonov
2004-03-25  4:50           ` Ivan Adzhubey
2004-03-25  5:04         ` Eugene Ostapets
2004-03-25  6:53           ` Ivan Adzhubey
2004-03-25  7:44           ` Serj
2004-03-25  8:28             ` Ivan Adzhubey
2004-03-25  5:09         ` Mike Lykov
2004-03-25  5:23           ` Ivan Adzhubey
2004-03-25  5:28             ` Mike Lykov
2004-03-25  5:30               ` Ivan Adzhubey
2004-03-25  6:42         ` Grigory Batalov
2004-03-25  7:05           ` Ivan Adzhubey
2004-03-25  7:17             ` Ivan Adzhubey [this message]
2004-03-25  7:29               ` Ivan Adzhubey
2004-03-25  7:59                 ` Ivan Adzhubey
2004-03-25  7:44               ` Grigory Batalov
2004-03-25  8:09                 ` Ivan Adzhubey
2004-03-25  8:24                 ` Ivan Adzhubey
2004-03-25 11:54                   ` Sergey Vlasov
2004-03-25  4:22     ` Denis S. Filimonov
2004-03-25 12:22     ` Sergey Vlasov
2004-03-25 12:58       ` [JT] снова проблемы от security fixes? (WAS: Re: [sisyphus] Shared memory - HELP PLEASE!) Andrei Bulava
2004-03-25 13:12         ` Sergey Vlasov
2004-04-06  8:57     ` [sisyphus] Shared memory - HELP PLEASE! Sergey Vlasov
2004-04-06  9:08       ` Ivan Adzhubey
2004-04-06  9:24         ` Dmitry V. Levin
2004-04-06  9:50         ` Sergey Vlasov
2004-04-06 21:06           ` Ivan Adzhubey
2004-04-07  6:25             ` Sergey Vlasov
2004-04-07 16:12               ` Ivan Adzhubey

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=200403250217.54298.iadzhubey@rics.bwh.harvard.edu \
    --to=iadzhubey@rics.bwh.harvard.edu \
    --cc=sisyphus@altlinux.ru \
    /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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git