https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275632
--- Comment #9 from Martin Birgmeier <[email protected]> --- After adding an msync call for the region just written the program runs to completion. msync(curloc, nread, MS_ASYNC); This should not be necessary as the system should flush pages even without. -- Martin -- You are receiving this mail because: You are the assignee for the bug.
