From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <49BFEA33.5090803@domain.hid> Date: Tue, 17 Mar 2009 19:21:39 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <004301c9a683$c6b00200$0109220a@domain.hid> <004801c9a69a$4a63aaf0$0109220a@domain.hid> <49BFBF48.7080102@domain.hid> <49BFCAEB.8080007@domain.hid> <001801c9a734$e0c7ac90$0109220a@domain.hid> In-Reply-To: <001801c9a734$e0c7ac90$0109220a@domain.hid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] ENXIO error with large shared memory List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Henry Bausley Cc: xenomai@xenomai.org Henry Bausley wrote: > The patch makes it work for 32M. However if I try to go larger ie.48M or > 64M I get the following Do you get the same error if you only run a simple program that does such a big allocation ? In other words, is it the big allocation by itself which causes this "badness" or the accumulation of allocations (and possible memory corruption). You should be aware that the vmalloc space also has limits. Why do you need to share such big areas between kernel and user-space ? -- Gilles.