Re: [PATCH] fail gracefully when pax is not found

2015-10-23 Thread Chris Johns
On 23/10/2015 7:21 am, Ben Gras wrote: > Thanks to several reporters of this problem, most recently Debajyoti > Majumdar and Claudio Scordino, while trying to build the tests with > the Beagle BSP. Thanks for the patch and resolving this issue. Chris _

Re: Per-BSP confdefs (or resource allocation)

2015-10-23 Thread Chris Johns
On 22/10/2015 6:16 pm, Sebastian Huber wrote: > On 22/10/15 09:00, Chris Johns wrote: >> In the mean time could linker sets be used in drivers or BSPs to declare >> a table of "resources" they need and these are added to the confdefs.h >> defined values during initialisation? > > Yes, this would p

Re: Random lwIP Crashes in _POSIX_Mutex_Lock_support()

2015-10-23 Thread Isaac Gutekunst
We finally have a culprit. Enabling the CAN driver causes the same tests to fail. Thank you everyone for all the help! We actually have something to go on now. Isaac On 10/23/2015 09:37 AM, Joel Sherrill wrote: On 10/23/2015 8:01 AM, Isaac Gutekunst wrote: On 10/23/2015 08:50 AM, Joel Sherr

Re: Random lwIP Crashes in _POSIX_Mutex_Lock_support()

2015-10-23 Thread Joel Sherrill
On 10/23/2015 8:01 AM, Isaac Gutekunst wrote: On 10/23/2015 08:50 AM, Joel Sherrill wrote: On October 23, 2015 7:02:34 AM CDT, Joel Sherrill wrote: On October 22, 2015 1:37:18 PM CDT, Isaac Gutekunst wrote: I think I may have some information that's actually useful. I've managed to a

Re: Random lwIP Crashes in _POSIX_Mutex_Lock_support()

2015-10-23 Thread Isaac Gutekunst
On 10/23/2015 08:50 AM, Joel Sherrill wrote: On October 23, 2015 7:02:34 AM CDT, Joel Sherrill wrote: On October 22, 2015 1:37:18 PM CDT, Isaac Gutekunst wrote: I think I may have some information that's actually useful. I've managed to actually execute some tests and lots of them a

Re: Random lwIP Crashes in _POSIX_Mutex_Lock_support()

2015-10-23 Thread Joel Sherrill
On October 23, 2015 7:02:34 AM CDT, Joel Sherrill wrote: > > >On October 22, 2015 1:37:18 PM CDT, Isaac Gutekunst > wrote: >>I think I may have some information that's actually useful. >> >>I've managed to actually execute some tests and lots of them are >>failing. >> >>sp01 and sp02 fail q

Re: Random lwIP Crashes in _POSIX_Mutex_Lock_support()

2015-10-23 Thread Joel Sherrill
On October 22, 2015 1:37:18 PM CDT, Isaac Gutekunst wrote: >I think I may have some information that's actually useful. > >I've managed to actually execute some tests and lots of them are >failing. > >sp01 and sp02 fail quite quickly, as an assertion fails. > >assertion "first != _Chain_Tai

Re: Random lwIP Crashes in _POSIX_Mutex_Lock_support()

2015-10-23 Thread Sebastian Huber
You can run the test suite on Qemu using the lm3s6965 BSP (you need Qemu patches, see source directory of the BSP). I did run the tests and it looks good. On 22/10/15 20:37, Isaac Gutekunst wrote: I think I may have some information that's actually useful. I've managed to actually execute som