[uclibc-ng-devel] PATCH] Fix ntfw when called with FTW_CHDIR and FTW_DEPTH to change directory back to the parent before processing the directory (after the contents have already been processed).

2016-10-17 Thread Ata, John (US)
Hi all, In using ftw/nftw, I've discovered a bug when using FTW_CHDIR and FTW_DEPTH. After changing the working directory to a subdirectory, nftw would process the contents fine. However, it would then try and process the directory itself while still in that directory and then switch back to

Re: [uclibc-ng-devel] CONFIG_UCLIBC_SUSV2_LEGACY triggers odd SIGSEGV in busybox's ash on MIPS

2016-10-17 Thread Joshua Kinard
On 10/17/2016 14:54, Waldemar Brodkorb wrote: > Hi Joshua, [snip] > > You don't like cross-compiling, right? > uClibc-ng seems not only be interesting for embedded devices, but > also for classic old unix hardware :) > Oh, I cross-compile all the time. All of my SGI kernels are built with

Re: [uclibc-ng-devel] CONFIG_UCLIBC_SUSV2_LEGACY triggers odd SIGSEGV in busybox's ash on MIPS

2016-10-17 Thread Waldemar Brodkorb
Hi Joshua, Joshua Kinard wrote, > On 10/16/2016 17:45, Waldemar Brodkorb wrote: > [snip] > > > > > I have 2xO2 and 2xIndy. > > > > The modern O2: > >> hinv > >System: IP32 > > Processor: 300 Mhz R5000, with FPU > > Primary I-cache size: 32 Kbytes > >

[uclibc-ng-devel] uClibc-ng test suite

2016-10-17 Thread Waldemar Brodkorb
Hi Hackers, I had a nice talk about uClibc-ng with Alexey on ELCE2016. One of the points where the separation of the test suite included in uClibc-ng source tree. Recently Max and I discovered a problem regarding libgcc/pthread_cancel, because the code was _not_ compiled with the normal full

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