From: Bram R. <bra...@ph...> - 2006-06-19 16:05:29
|
Hi all, Today, I implemented a workaround for this bug. https://sourceforge.net/tracker/index.php?func=detail&aid=1506617&group_id=137382&atid=738511 Workaround implemented in cpfspd_fio.c: The workaround involves catching the error code and reissuing the failing operation, involving: the steps of: close file, reopen file, write data. In function fio_fp_write_buf() for synchronous operation and in function fio_fp_wait() for asynchronous operation. The fix is in the sourceforge.net CVS repository. Developers, please update your sandboxes. Thanks to Harold for the discussions and suggestions. Regards, Bram. -- A.K. (Bram) Riemens Principal Scientist, DSP group, Philips Research Office: WO-p-94, Postbox WO02 High Tech Campus 36 (WO), 5656 AE Eindhoven, The Netherlands Tel: +31 40 27 43833, Fax: +31 40 27 44675 E-mail: bra...@ph... |