Re: ls broken in shell.

2014-09-14 Thread Chris Johns
On 15/09/2014 9:59 am, Joel Sherrill wrote: Time for your wrapper call generator. Wrap malloc and free. Cod easily be freeing something that was never allocated or a pointer that was incremented. Hmmm getting automake and friends to support a trace link ... I have some things on between now a

Re: ls broken in shell.

2014-09-14 Thread Joel Sherrill
Time for your wrapper call generator. Wrap malloc and free. Cod easily be freeing something that was never allocated or a pointer that was incremented. Another guess is a pointer that was not initialized to NULL and ls thinks it should be freed. On September 14, 2014 6:55:26 PM CDT, Chris Johns