Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
866 B

  1. When you hit an assert when shutting down IE, it means we have some
  2. memory leak. It does not necessarily mean YOU have introduced some
  3. new memory leak. In order to verify, please run following pre-check-in
  4. tests. If it does not hit the same Assert, it means you haven't introduced
  5. any memory leak in the following code path.
  6. Test I:
  7. 1. Start Run "{c:\windows\system}\blank.htm"
  8. 2. Select File->New Window
  9. 3. Close Both
  10. Test II:
  11. 1. Start Run "http://ohserv"
  12. 2. Click a link to "Development BVT"
  13. 3. Click the go back button
  14. -Satoshi
  15. there is an erroneous assertion for a CUrlHistory object. it gets freed
  16. after the assertion on MSHTML process detach. this will be fixed post IE3 ship
  17. t SHDOCVW MAIN: D:\NT\PRIVATE\windows\shell\ccshell\shdocvw\basec\..\mainloop.c at 151: 1 blocks of C++ objects left in memory. Read shdocvw\memleak.txt for detail
  18. -ZekeL