linuxthreads, signals and sigaltstack

2009-02-02 Thread Will Wagner
Hi All, I am using uClibc 0.9.30 with linuxthreads on an arm target. I am trying to use signals and it is segfaulting in the linuxthreads code. I have not delved into it deeply yet but I think that self in __pthread_sighandler_rt() is NULL. I am guessing this is because I have setup a separat

Re: linuxthreads, signals and sigaltstack

2009-02-02 Thread H.Heinold
On Mon, Feb 02, 2009 at 05:40:42PM +, Will Wagner wrote: > Hi All, > > I am using uClibc 0.9.30 with linuxthreads on an arm target. > > I am trying to use signals and it is segfaulting in the linuxthreads code. I > have not > delved into it deeply yet but I think that self in __pthread_sigh

Re: [PATCH] test: fix RPATH in the test suite

2009-02-02 Thread Bernhard Reutner-Fischer
On Wed, Jan 28, 2009 at 04:39:35PM +0100, Carmelo AMOROSO wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Folks, >while reviewing test suite, found an issue in setting RPATH >when TEST_INSTALLED_UCLIBC is not set. >The attached patch should fix it. Denys touched this in the meantime, i t

Re: [Buildroot] PATCH: linuxthreads and arm compile fix

2009-02-02 Thread Bernhard Reutner-Fischer
On Wed, Jan 28, 2009 at 04:25:15PM +0100, Carmelo AMOROSO wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Will Wagner wrote: >> Doing a default config with linuxthreads and arm fails to compile due to >> missing headers. >> The attached patch adds the headers. After applying this patch it

Re: [PATCH] test: fix RPATH in the test suite

2009-02-02 Thread Carmelo Amoroso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernhard Reutner-Fischer wrote: > On Wed, Jan 28, 2009 at 04:39:35PM +0100, Carmelo AMOROSO wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Folks, >> while reviewing test suite, found an issue in setting RPATH >> when TEST_INSTALLED_UC

Re: [PATCH] test: fix RPATH in the test suite

2009-02-02 Thread Denys Vlasenko
On Wednesday 28 January 2009 16:39, Carmelo AMOROSO wrote: > Folks, > while reviewing test suite, found an issue in setting RPATH > when TEST_INSTALLED_UCLIBC is not set. > The attached patch should fix it. > > > Build tests setting RPATH to ./ instead of $(top_builddir)lib > to allow tes

Re: [PATCH] test: fix RPATH in the test suite

2009-02-02 Thread Denys Vlasenko
On Monday 02 February 2009 23:02, Bernhard Reutner-Fischer wrote: > On Wed, Jan 28, 2009 at 04:39:35PM +0100, Carmelo AMOROSO wrote: > >-BEGIN PGP SIGNED MESSAGE- > >Hash: SHA1 > > > >Folks, > >while reviewing test suite, found an issue in setting RPATH > >when TEST_INSTALLED_UCLIBC is not

Re: [PATCH] test: fix RPATH in the test suite

2009-02-02 Thread Denys Vlasenko
On Tuesday 03 February 2009 00:17, Denys Vlasenko wrote: > On Wednesday 28 January 2009 16:39, Carmelo AMOROSO wrote: > > Folks, > > while reviewing test suite, found an issue in setting RPATH > > when TEST_INSTALLED_UCLIBC is not set. > > The attached patch should fix it. > > > > > > Bui

Re: [PATCH] test: fix RPATH in the test suite

2009-02-02 Thread Carmelo Amoroso
Denys Vlasenko wrote: > On Tuesday 03 February 2009 00:17, Denys Vlasenko wrote: >> On Wednesday 28 January 2009 16:39, Carmelo AMOROSO wrote: >>> Folks, >>> while reviewing test suite, found an issue in setting RPATH >>> when TEST_INSTALLED_UCLIBC is not set. >>> The attached patch should fix it.

Re: [PATCH] test: fix RPATH in the test suite

2009-02-02 Thread Carmelo Amoroso
Denys Vlasenko wrote: > On Monday 02 February 2009 23:02, Bernhard Reutner-Fischer wrote: >> On Wed, Jan 28, 2009 at 04:39:35PM +0100, Carmelo AMOROSO wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Folks, >>> while reviewing test suite, found an issue in setting RPATH >>> when