RE: [AD] OSX Notes, Take 34 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Could this be a problem with flushing when closing the file ?
> Alternatively, I used to have problems with such things when
> using the pthreads version of Allegro - some syscalls (read/write)
> would get interrupted (errno EINTR), so maybe some calls need
> protecting against that too. Just a guess.
I did try that -- I tried flushing at the end of all writes, and after
each successive write, in turn. Came out with the same problem.
- Charles