Read hangs on read error

Bug #1185923 reported by David Perkins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Image Writer
Triaged
Wishlist
Unassigned

Bug Description

Using version 0.7, when I'm reading a flash card, and there is a read error, a popup is displayed showing the error. However, the read just hangs.
I'd like to be able to specify in the popup to either "ignore error and continue", or to "terminate operation".

Revision history for this message
Tobin Davis (gruemaster) wrote :

Will see what can be done. I believe the default action is to stop and return to the main window, leaving the operation terminated at the point of failure.

Part of the problem is that the Read operation is generic, and used to read either a file (in Write mode) or read a device (in Read mode), since the underlying dynamics of both operations are identical at that level (read from handle to buffer - handle being either the device or file).

In 99.9% of the cases, this error is fatal, but in the rare case of a device with a corrupt sector, I can understand the need to continue.

At this point it is too late to add to the v0.8 release (due hopefully in the next few days). I have one last major bug I will work on this weekend before releasing.

Changed in win32-image-writer:
importance: Undecided → Low
status: New → Triaged
Tobin Davis (gruemaster)
Changed in win32-image-writer:
status: Triaged → Won't Fix
importance: Low → Wishlist
status: Won't Fix → Triaged
Revision history for this message
Tobin Davis (gruemaster) wrote :

I'm still on the fence on this one. The functions we use are from the Windows API and they usually chew you up and spit you out on any slight error. Will have to dedicate some time to experiment on this. No guarantees it will be in 1.0.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.