Changes between Initial Version and Version 1 of Ticket #6032, comment 14
- Timestamp:
- 2020-07-09T21:16:35Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6032, comment 14
initial v1 3 3 4 4 Crashes are often erratic. 5 In some cases, for instance, bugs cause to write to an unallocated area. In this case the result depends on what is there (I.e. what we overwrite), and this can be different from a PC to another or between runs on the same PC.5 In some cases, for instance, bugs cause to write to an unallocated area. In this case, the result depends on what is there (I.e. what we overwrite), and this can be different from a PC to another, between runs on the same PC, or even in the same run for the same user action depending on what has been done before. 6 6 The ticket is already closed.