Changes between Initial Version and Version 1 of Ticket #106, comment 13


Ignore:
Timestamp:
Feb 12, 2014, 7:59:38 PM (10 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #106, comment 13

    initial v1  
    1 I have written a simple test case that loads `MDM` and then starts a child that loads `MDM`. It works. Then I changed `MDM` to `NPFLOS2.DLL` to drag Odin in. And it still works well. So, the crash only happens when `NPFLOS2` is loaded from the Firefox process. Maybe that's because Firefox is a PM process with the event queue and such, may be because Firefox allocates a lot of memory by the time when `NPFLOS2` gets dragged in, who knows. An attempt to create a simple test case for debugging this specific crash is failed though.
     1I wrote a simple test case that loads `MDM` and then starts a child that loads `MDM`. It works. Then I changed `MDM` to `NPFLOS2.DLL` to drag Odin in. And it still works well. So, the crash only happens when `NPFLOS2` is loaded from the Firefox process. Maybe that's because Firefox is a PM process with the event queue and such, may be because Firefox allocates a lot of memory by the time when `NPFLOS2` gets dragged in, who knows. An attempt to create a simple test case for debugging this specific crash is failed though.