Closed
Bug 773624
Opened 13 years ago
Closed 13 years ago
Catch invalid vccorlib GetProcAddress calls when running on the desktop
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jimm, Assigned: jimm)
Details
Attachments
(1 file)
|
1.00 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Ran into this today. We landed some code that made a winrt related call to an entry point in vccorlib110.dll. Since we load a dummy dll on the desktop the calls failed. The result was an immediate exit due to a missing procedure with little indication of what the cause was. This patch catches these and dumps information to build logs for easier diagnosis.
Attachment #641852 -
Flags: review?(ehsan)
Updated•13 years ago
|
Attachment #641852 -
Flags: review?(ehsan) → review+
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
You need to log in
before you can comment on or make changes to this bug.
Description
•