Hello Rainer,

Thanks for the new results. The problematic corners are shrinking:
  - test-areadlink, test-areadlink-with-size, test-areadlinkat, test-readlink,
    test-symlinkat should work better with my latest commit.
  - test-poll is in Paolo's hands.
  - test-utimens, test-utimensat is for Eric.
  - Only test-ptsname is completely foggy.

> 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.

Bruno

Reply via email to