View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002117 | MMW v4 | Burning / Disc Handling | public | 2005-10-29 11:53 | 2005-10-31 13:17 |
| Reporter | jiri | Assigned To | |||
| Priority | urgent | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Summary | 0002117: A freeze in burning? | ||||
| Description | I noticed the following code in hpCDBurn.cpp: if (data->UICallback( data, brqInsertAnotherCD)==breOk) { pDevice->Eject(true); // Waiting for medium while (pDevice->GetMediumReady()!=MR_MEDIUM_PRESENT ) { data->StatusCallback( data, bstWa, 0.0, -1, -1); Sleep(200); } pDevice->Refresh(); } The while loop seems to be infinite in case user doesn't insert a new media, this should be resolved somehow. | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 909 | ||||