On 01/29/2013 09:11 AM, Global Odey wrote: > + test-getcwd > + Exit 7
Evidently the test-getcwd program is encountering the failure marked "fail = 7;" in that program. Can you use GDB to debug the situation? Try running something like this: gdb test-getcwd b getcwd r fin p errno That sort of thing.