Closed
Bug 773624
Opened 11 years ago
Closed 11 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•11 years ago
|
Attachment #641852 -
Flags: review?(ehsan) → review+
![]() |
Assignee | |
Comment 1•11 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/17a9890a351a
Comment 2•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/17a9890a351a
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
You need to log in
before you can comment on or make changes to this bug.
Description
•