-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harden the memory reading implementation
Adapt to a sporadically observed problem in memory reading: On 2020-02-25 and 2020-03-04 observed issue caused the whole memory reading to fail with a `System.OverflowException` out of `ReadBytes`, in both cases called via `ReadActiveDictionaryEntriesFromDictionaryAddress`. See the added image for an example of the error. Improve the dictionary reading: + Avoiding invoking `ReadBytes` with an invalid argument + Avoid stalling the whole reading process when we happen to read garbage in a single dictionary. For the report from 2020-03-04, see the discussion with McMahon on Discord.
- Loading branch information
Showing
2 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
Binary file added
BIN
+9.45 KB
...-25-memory-reading/2020-02-25-eve-online-memory-reading-arithmetic-overflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters