Hide Forgot
Description of problem: When io_getevents is called from a shared library it returns immediately regardless of whether a timeout is specified. The same exact code when compiled into a regular program works as expected. Version-Release number of selected component (if applicable): libaio-0.3.109-2.fc13.x86_64 libaio-devel-0.3.109-2.fc13.x86_64 How reproducible: 100% Steps to Reproduce: 1. see README file inside attachment for instructions to reproduce 2. 3. Actual results: program is intended to wait 10 seconds inside io_getevents before returning, but instead returns immediately. Expected results: program should wait 10 seconds inside io_getevents call Additional info: See attached tar ball with code and instructions to demonstrate the bug