Hello Bruno, On 31.07.2010 22:52, Bruno Haible wrote: > Hello Rainer, > > Thanks for the new results. The problematic corners are shrinking: Yes, there is light at the end of the tunnel :-) > - test-areadlink, test-areadlink-with-size, test-areadlinkat, test-readlink, > test-symlinkat should work better with my latest commit. Yes, I already checked this. This fix is working. > - test-poll is in Paolo's hands. I will talk to him. > - test-utimens, test-utimensat is for Eric. OK > - Only test-ptsname is completely foggy. > I will try to debug this a bit. As this is working under AIX 6.1 it's likely a bug in AIX 7BETA. >> FAIL: test-linkat >> >> (dbx) where >> pthread_kill(??, ??) at 0xd05122c0 >> _p_raise(??) at 0xd0511764 >> raise.raise(??) at 0xd0120f20 >> abort() at 0xd016d9e4 >> main(), line 183 in "test-linkat.c" >> (dbx) print errno >> 0 > Here it would be good to see the value of errno before the abort() call. > That is: put a breakpoint at test-linkat.c:183 and show the value of errno > at this point. > That's the result:
# ./test-linkat errno=20 (AIX errno.h: ENOTDIR) test-linkat.c:184: assertion failed As soon as the main problems are solved I will test the whole thing on AIX 5.2, 5.3, 6.1 too. > Bruno > > Bye Rainer