#22 closed defect (fixed)
libc: path resolver fails on open file
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | high | Milestone: | libc-0.6.1 |
| Component: | libc | Version: | 0.6 |
| Severity: | normal | Keywords: | libc unix-attributes ea path-resolver |
| Cc: |
Description
pwd_mkdb (baselayout) has trouble doing stat() on the temporary database file after opening it. It's a JFS volume. The final DosFindFirst operation in the unix path resolver fails with rc=32. Ignoring that failure, the stat() operation seems to be working fine even if it has to do DosFindFirst itself to read those unix attributes... weird.
Change History (4)
comment:1 by , 20 years ago
| Milestone: | → libc-0.6.1 |
|---|---|
| Status: | new → assigned |
comment:2 by , 20 years ago
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

It's not the DosFindFirst(), it's the DosQueryPathInfo() which fails. This is a know problem, it's just not handled correctly.