From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Sumner Date: Thu, 13 Sep 2001 19:11:02 +0000 Subject: Re: [Linux-ia64] Issue with using execlp() from a 32 bit binary on IA64 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Venkatesh Ramamurthy wrote: > > Hi, > The RAID group has a problem with using execlp function from a 32bit binary. A quick glance at the source indicates a bug in glibc 2.2.3 execl and execlp if you pass more than 1024 arguments. Strangely, the execle function is OK. (Compare the last argument to the memcpy calls in posix/execl.c and posix/execle.c) Brian Sumner