[Webkit-unassigned] [Bug 52198] Opening twitter home page (own tweets) crashes without dump in r75478

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 01:06:38 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52198





--- Comment #32 from Jyrki Wahlstedt <jyrki.wahlstedt at wahlstedt.fi>  2011-01-19 01:06:38 PST ---
(In reply to comment #28)
> Jyrki, could you try opening QTMovieWin.dll in Dependency Walker [1] and seeing if it gives you any errors?
> 
> 1. http://www.dependencywalker.com/

I did that (the r76001 release build), got the following in the bottom pane:
Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

Not quite certain, though, how to read the information. However, there seems to be some missing files(?) JavaScriptCore.dll depends on (.dll files CoreFoundation, icuuc40, pthreadvc2, icuin40, ieshims, wer, and msvcr80). Of these the last one is odd, there's at least 11 copies of the file around the system (bad mngmnt, MS!), but none is found (the Platform SDK copies seem to be for 64-bit architecture).

Looking at the same in r74232 publicly downloadable nightly build produces the same with missing dll's CoreFoundation, pthreadvc2, ieshims, wer, and msvcr80.

BTW, I opened the other dll's, too, and got similar results, i.e. errors due to missing dependencies, so I'm not sure, how much sense this makes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list