Re: pthreads stress test hangs on read() returning EINTR

2008-10-15 Thread Rob Landley
On Wednesday 15 October 2008 08:43:47 Chase N Douglas wrote: > -Bernhard Reutner-Fischer <[EMAIL PROTECTED]> wrote: - > > >On Mon, Oct 06, 2008 at 04:14:27PM -0400, Chase Douglas wrote: > >> On Oct 6, 2008, at 6:04 AM, Fathi Boudra wrote: > >>> Hi, > >>> > >>> ping. > >>> > >>> Any comments

Re: __malloc_mmb_heap

2008-10-15 Thread Rob Landley
On Wednesday 15 October 2008 08:36:16 Bernhard Reutner-Fischer wrote: > Kieran, in the meantime just svn diff -r23659:23660 | patch -R Actually, it's: svn diff -r23659:23660 | patch -p0 -R And I confirm that this patch totally broke arm oabi for me, the system dies as soon as it tries to boot

Re: [ANNOUNCE] uClibc-0.9.30-rc2 released

2008-10-15 Thread Yann E. MORIN
Good evening All! On Wednesday 15 October 2008 22:24:12 Rob Landley wrote: > Ok, I say Bernhard's maintainer now. He puts out releases. [--SNIP--] > I point out the following exchange, which occurred between him and me on > the #uclibc channel on freenode today [--SNIP--] > I say we shanghai him.

Re: pthreads stress test hangs on read() returning EINTR

2008-10-15 Thread Chase N Douglas
-Bernhard Reutner-Fischer <[EMAIL PROTECTED]> wrote: - >On Wed, Oct 15, 2008 at 07:43:47AM -0600, Chase N Douglas wrote: >>-Bernhard Reutner-Fischer <[EMAIL PROTECTED]> wrote: - >>>On Mon, Oct 06, 2008 at 04:14:27PM -0400, Chase Douglas wrote: On Oct 6, 2008, at 6:04 AM, Fathi

Re: [ANNOUNCE] uClibc-0.9.30-rc2 released

2008-10-15 Thread Rob Landley
eventually show up in full at http://ibot.rikers.org/%23uclibc/20081015.html.gz ): [12:39] 'lo [12:41] blindvt: hiya. [12:41] So I say you're maintainer now. I'm going to poke Erik about it. [12:41] You put out releases. [12:42] landley, i'll do the 0.9.30, that's all. I do

Re: pthreads stress test hangs on read() returning EINTR

2008-10-15 Thread Bernhard Reutner-Fischer
On Wed, Oct 15, 2008 at 07:43:47AM -0600, Chase N Douglas wrote: > >-Bernhard Reutner-Fischer <[EMAIL PROTECTED]> wrote: - >>On Mon, Oct 06, 2008 at 04:14:27PM -0400, Chase Douglas wrote: >>> On Oct 6, 2008, at 6:04 AM, Fathi Boudra wrote: Hi, ping. Any comments fro

Re: pthreads stress test hangs on read() returning EINTR

2008-10-15 Thread Chase N Douglas
-Bernhard Reutner-Fischer <[EMAIL PROTECTED]> wrote: - >On Mon, Oct 06, 2008 at 04:14:27PM -0400, Chase Douglas wrote: >> On Oct 6, 2008, at 6:04 AM, Fathi Boudra wrote: >>> Hi, >>> >>> ping. >>> >>> Any comments from people who care about thread ? >>> >>> As a reminder: >>> - http://busy

Re: __malloc_mmb_heap

2008-10-15 Thread Bernhard Reutner-Fischer
On Wed, Oct 15, 2008 at 07:27:40AM -0600, Chase N Douglas wrote: >Let me be the first to say "Bad Chase..." about the html... This is a clean >version of the previous message. > >I believe this is the correct fix. I am guessing that the arch options I >had selected when test compiling this patch di

Re: __malloc_mmb_heap

2008-10-15 Thread Chase N Douglas
Let me be the first to say "Bad Chase..." about the html... This is a clean version of the previous message. I believe this is the correct fix. I am guessing that the arch options I had selected when test compiling this patch did not actually compile this section of the code. If that fixes all the

Re: __malloc_mmb_heap

2008-10-15 Thread Chase N Douglas
I believe this is the correct fix. I am guessing that the arch options I had selected when test compiling this patch did not actually compile this section of the code. If that fixes all the compilation errors you have, it seems valid to me. Thanks--Chase DouglasIBM Linux Technology Center[EMAIL PR

Re: pthreads stress test hangs on read() returning EINTR

2008-10-15 Thread Bernhard Reutner-Fischer
On Mon, Oct 06, 2008 at 04:14:27PM -0400, Chase Douglas wrote: > On Oct 6, 2008, at 6:04 AM, Fathi Boudra wrote: >> Hi, >> >> ping. >> >> Any comments from people who care about thread ? >> >> As a reminder: >> - http://busybox.net/bugs/view.php?id=4994 >> - http://uclibc.org/lists/uclibc/2008-Ma

Re: is cris' OFFS_ALIGN really correct?

2008-10-15 Thread Ricard Wanderlof
On Wed, 15 Oct 2008, Bernhard Reutner-Fischer wrote: > Hi, > > While moving ldso to use runtime-dynamic pagesizes, i stumbled across an > irregularity in cris: > ldso/ldso/cris/dl-sysdep.h:#define OFFS_ALIGN 0xe000 > > for 8k pages, i would have expected this to be 7fffe000, no? > If the curr

__malloc_mmb_heap

2008-10-15 Thread Kieran Bingham
Hi Guys, With fresh download from RC2 I've hit a compile error: CC libc/stdlib/malloc/malloc.o libc/stdlib/malloc/malloc.c:47: error: conflicting types for '__malloc_mmb_heap' libc/stdlib/malloc/malloc.h:80: error: previous declaration of '__malloc_mmb_heap' was here so to fix the conflict, I'

Re: [ANNOUNCE] uClibc-0.9.30-rc2 released

2008-10-15 Thread Cristi Magherusan
On Wed, 2008-10-15 at 12:15 +0200, Bernhard Reutner-Fischer wrote: > On Wed, Oct 15, 2008 at 02:01:58PM +0400, Vladimir Dronnikov wrote: > >Hi, > > > >Where from can I download fresh rootfs for x86? Or this is not supported > >any more? > > I have this: > http://repo.or.cz/w/buildroot.git/ > > I'

is cris' OFFS_ALIGN really correct?

2008-10-15 Thread Bernhard Reutner-Fischer
Hi, While moving ldso to use runtime-dynamic pagesizes, i stumbled across an irregularity in cris: ldso/ldso/cris/dl-sysdep.h:#define OFFS_ALIGN 0xe000 for 8k pages, i would have expected this to be 7fffe000, no? If the current OFFS_ALIGN on cris is indeed correct, then please add a brief com

Re: [ANNOUNCE] uClibc-0.9.30-rc2 released

2008-10-15 Thread Bernhard Reutner-Fischer
On Wed, Oct 15, 2008 at 02:01:58PM +0400, Vladimir Dronnikov wrote: >Hi, > >Where from can I download fresh rootfs for x86? Or this is not supported >any more? I have this: http://repo.or.cz/w/buildroot.git/ I'd be glad to get help to provide fresh root filesystems that can be used with qemu, _in

[ANNOUNCE] uClibc-0.9.30-rc2 released

2008-10-15 Thread Bernhard Reutner-Fischer
Hi, Yes, I know - we have taken our time. After quite a long period of general improvement all over the place we are pleased to announce uClibc-0.9.30-rc2. The release candidate 2 can be downloaded as usual from http://uClibc.org/ The output of svn log -r18564:HEAD svn://uClibc.org/trunk/uClibc h