ERROR | file descriptor has already been opened [string] [string] |
CAUSE | The specified file descriptor has already been opened. |
ACTION | Do not open a file that has previously been opened, or check your code to make sure you are cleaning up a file descriptor that is being reused correctly. |