Linked by Thom Holwerda on Mon 7th Jun 2010 22:34 UTC
Thread beginning with comment 428812
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2005-12-04
I recently had a similar experience. IE was crashing every time I closed a tab. At least in this case it was reproducable.
I installed windbg, set it to be the postmortem debugger (rather than watson), and closed the tab.
A simple backtrace ('k') showed the culprit - Skype had registered a plugin, and unloaded itself before it had finished executing. Executing unloaded code == bad.
What annoyed me with this experience is that I had no idea Skype had any IE integration at all. The installer does not highlight the fact, although it creates a seperate uninstaller to remove the IE integration post-install. Since I didn't know I had it, I don't think I'm losing much by removing it.