[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 05:15:11 PST 2011


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





--- Comment #33 from Adam Roben (aroben) <aroben at apple.com>  2011-01-19 05:15:11 PST ---
(In reply to comment #32)
> (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.

I think what you need to do is this:

1) Create a new directory
2) Copy all the DLLs from %COMMONPROGRAMFILES%\Apple\Apple Application Support into that new directory
3) Copy all the DLLs from the WebKit build into that new directory (overwriting any existing files with the same names)

Then point Dependency Walker at WebKit.dll in the new directory.

-- 
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