Hi, Freudi. See comments inline.
Ottmar Freudenberger wrote:
> "Bill Drake" <> schrieb:
>
>> When I installed the Patch Tuesday updates on my WXP Box
>> with MSIE6 installed. I had the same problems with IE6 startup
>> as others are mentioning in these newsgroups.
>>
>> Specifically, about 60% of the time, I would get an "Internet
>> Explorer has encountered a problem and must close" dialog.
>
> Mentioning an error in iexplore.exe in association with "urlmon.dll"?
Yes, that is correct. The standard error everyone else has been
mentioning.
> If true, *and* in case you've installed a Java-VM from Sun, please
> check via "Tools -> Manage AddOns" that all three(!) AddOns present
> for the Sun Java-VM are activated. In case one of these is
> deactivated, activate that one, shut down all IE windows and see if
> that fixes the problem after a restart of IE. I've ran into that
> issue on one of my (virtual and physical) machines and that fixed the
> issue without having to reboot Windows itself.
>
I checked my add-ons and my BHOs. All are correct, none of the items
are disabled.
As mentioned in my post to whomike in this same thread - I've now
found that the crash recurs after the system has been sitting idle
on a web page for a while - even with the workaround applied as
described in my previous post.
From everything I see here, I suspect there are still some
problems with the fix in the KB942615 update for the bugs
described in KB921090.
This crash is consistent with the KB921090 bug for people who
are loading default webpages which validate their login with https://
before the page proceeds to load normally with
http://. (This
behaviour is typical for Microsoft Passport-verified webpage access
and things similar.)
A race condition occurs at each page-login refresh. If the
improvements in the design of IE6 accomplished by KB942615
allow for concurrent processing of both the https:// and http://
sections of the webpage code - and as a result the http:// code
is now permitted to begin execution before the https:// code has
finished obtaining permission for the page to load with the customized
parameters saved for that user - this will create a condition where
a crash would be expected.
Up until the creation of the KB942615 update, the above race
condition was reliably handled by IE6 without error. We need to
return the new code to the same level of bulletproofing as before.
Best I can do for now. <tm>
Bill