Opened 16 years ago

Closed 16 years ago

#304 closed defect (fixed)

Platform problem with urs_ext.c

Reported by: ole Owned by: ole
Priority: low Milestone:
Component: Architecture and API Version:
Severity: minor Keywords:
Cc:

Description

The datamanager current has two tests failing on Windows platforms only due to some issue with urs_ext.c. John, Ole and Nariman have put in a significant amount of effort to track down this issue, but it has not been possible to determine the cause. See changesets: changeset:5968, changeset:5967, changeset:5964, changeset:5963, changeset:5962, changeset:5961, changeset:5960

changeset:5938, changeset:5937, changeset:5936, changeset:5935

changeset:5882, changeset:5880

Change History (2)

comment:1 Changed 16 years ago by ole

Component: Appearance and visualisationArchitecture and API
Priority: normallow
Severity: normalminor

comment:2 Changed 16 years ago by duncan

Resolution: fixed
Status: newclosed

changeset:6752 fixes this. This does not work well in windows, for binary files; fp = fopen(muxFileName, "r"). Best to do fp = fopen(muxFileName, "rb").

Note: See TracTickets for help on using tickets.