Ticket #1 (defect)

Opened 1 year ago

Last modified 1 year ago

io_fwrite_local_async is broken

Status: closed (fixed)

Reported by: sbahra@gwu.edu Assigned to: apokayi
Priority: blocker Milestone:
Component: component1 Version: 1.0
Keywords: Cc:

Look towards the end of the file, you have a branch that will cause you to close the same descriptor twice.

[L162] if( upc_all_fclose(fd) != 0 )

GULA_FAIL("failed to close the file"); ...

if( upc_all_fclose(fd) != 0 )

GULA_FAIL("failed to close the file");

Change History

09/19/07 18:17:49: Modified by apokayi

  • status changed from new to closed.
  • resolution set to fixed.

second file descriptor close statement remained from the deleted test case accidentally. It has been removed.