The majority of the crashes I looked at here are happening under ReadFaceNamesForFamily. We already have an SEH guard aronud part of the method, but it doesn't cover all the potentially problematic DWrite calls, so this patch moves more of the code inside the try/except block to attempt to handle exceptions safely.x
Bug 1485425 Comment 8 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The majority of the crashes I looked at here are happening under ReadFaceNamesForFamily. We already have an SEH guard around part of the method, but it doesn't cover all the potentially problematic DWrite calls, so this patch moves more of the code inside the try/except block to attempt to handle exceptions safely.x
The majority of the crashes I looked at here are happening under ReadFaceNamesForFamily. We already have an SEH guard around part of the method, but it doesn't cover all the potentially problematic DWrite calls, so this patch moves more of the code inside the try/except block to attempt to handle exceptions safely.