All Things Microsoft > Microsoft as a Company
One line of html code to crash Winblows
Lead Head:
I am going to test it on my old 650 MHz Athlon with win 98. Muzzy what kind of CPU are you using?
muzzy:
Oh, I have a rather modern system. Anyway, I finally took time to trace through it, and it seems a call to StrechBlt is done everytime the window is drawn, and that lags the system down on my w2k3.
So, the image itself is 400x300, but since the page requests it as huge, the system will ask GDI to resize it to 9999999x9999999. This happens everytime the window is redrawn. For reasonable resizes, this would be fine, however here it is not.
I'd have to look at the actual implementation of the thing, but right now it looks like it's issue with GDI, and perhaps with driver implementation of the stretching support as well.
MrX:
you are so smart muzzy.
Jenda:
Let's all bow down to Muzzy!!!
toadlife:
Thanks for the insight Muzzy,
Could it be that a bug in GDI is causing an infinte loop situation, which "tricks" the Windows kernel into thinking the video driver is in an infinite loop?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version