Re: [uclibc-ng-devel] [RFC PATCH v4 1/1] libpthread: Fix inclusion of unwind code.

2016-11-30 Thread Ignacy Gawędzki
On Wed, Nov 30, 2016 at 06:40:01AM +0100, thus spake Waldemar Brodkorb: > Hi Ignacy, Hi Waldemar, > Ignacy Gawędzki wrote, > > > Since librt and libpthread are now integrated into libc, including > > unwind-resume and unwind-forcedunwind implementations of unwind code > > makes no sense. Only

Re: [uclibc-ng-devel] [RFC PATCH v4 1/1] libpthread: Fix inclusion of unwind code.

2016-11-29 Thread Waldemar Brodkorb
Hi Ignacy, Ignacy Gawędzki wrote, > Since librt and libpthread are now integrated into libc, including > unwind-resume and unwind-forcedunwind implementations of unwind code > makes no sense. Only unwind-forcedunwind is now included with > functions hidden to avoid them overriding the ones from

Re: [uclibc-ng-devel] [RFC PATCH v4 1/1] libpthread: Fix inclusion of unwind code.

2016-10-17 Thread Ignacy Gawędzki
On Mon, Oct 17, 2016 at 03:40:04PM +0200, thus spake Ignacy Gawedzki: > On Sun, Oct 16, 2016 at 10:01:30PM +0200, thus spake Waldemar Brodkorb: > > > As I said, I used d4d4f37 and not strictly origin/master. But I > > > otherwise used the command line you gave me, including --libc-source. > > >

Re: [uclibc-ng-devel] [RFC PATCH v4 1/1] libpthread: Fix inclusion of unwind code.

2016-10-17 Thread Ignacy Gawędzki
On Sun, Oct 16, 2016 at 10:01:30PM +0200, thus spake Waldemar Brodkorb: > > As I said, I used d4d4f37 and not strictly origin/master. But I > > otherwise used the command line you gave me, including --libc-source. > > But 17ad14e5780533db90171e16b95dbeda4e81ffb0 contains a workaround > for

Re: [uclibc-ng-devel] [RFC PATCH v4 1/1] libpthread: Fix inclusion of unwind code.

2016-10-16 Thread Waldemar Brodkorb
Hi, Ignacy Gawędzki wrote, > On Sun, Oct 16, 2016 at 05:45:40PM +0200, thus spake Waldemar Brodkorb: > > I tested again. With uClibc-ng master i get exactly 3 errors. > > Tried three times. > > I was using d4d4f37 and my patch applied on top of it. > > > > > With your patch I get sometime 11

Re: [uclibc-ng-devel] [RFC PATCH v4 1/1] libpthread: Fix inclusion of unwind code.

2016-10-16 Thread Ignacy Gawędzki
On Sun, Oct 16, 2016 at 05:45:40PM +0200, thus spake Waldemar Brodkorb: > I tested again. With uClibc-ng master i get exactly 3 errors. > Tried three times. I was using d4d4f37 and my patch applied on top of it. > > With your patch I get sometime 11 or 12 errors. Seems a timeout > issue. > >

Re: [uclibc-ng-devel] [RFC PATCH v4 1/1] libpthread: Fix inclusion of unwind code.

2016-10-16 Thread Waldemar Brodkorb
Hi, Ignacy Gawędzki wrote, > On Thu, Oct 13, 2016 at 09:19:19PM +0200, thus spake Waldemar Brodkorb: > > If you want you can try it with my embedded-test script (you need > > mksh and qemu installed): > > git clone git://git.embedded-test.org/git/embedded-test > > cd embedded-test > > git clone

Re: [uclibc-ng-devel] [RFC PATCH v4 1/1] libpthread: Fix inclusion of unwind code.

2016-10-15 Thread Ignacy Gawędzki
On Thu, Oct 13, 2016 at 09:19:19PM +0200, thus spake Waldemar Brodkorb: > If you want you can try it with my embedded-test script (you need > mksh and qemu installed): > git clone git://git.embedded-test.org/git/embedded-test > cd embedded-test > git clone git://git.uclibc-ng.org/git/uclibc-ng >

Re: [uclibc-ng-devel] [RFC PATCH v2 0/1] libpthread/nptl: Use arch-dependent unwind-forcedunwind.c if available

2016-10-06 Thread Ignacy Gawędzki
On Tue, Oct 04, 2016 at 06:46:22AM +0200, thus spake Waldemar Brodkorb: > Hi Ignacy, > Ignacy Gawędzki wrote, > > > On Mon, Oct 03, 2016 at 06:13:45PM +0200, thus spake Waldemar Brodkorb: > > > Hi Ignacy, > > > Ignacy Gawędzki wrote, > > > > > > > On Mon, Oct 03, 2016 at 12:26:19PM +0200, thus