[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
Thu Jan 20 09:00:21 PST 2011


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





--- Comment #35 from Adam Roben (aroben) <aroben at apple.com>  2011-01-20 09:00:21 PST ---
(In reply to comment #34)
> (In reply to comment #33)
> > (In reply to comment #32)
> > 
> > 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.
> 
> Well,
> doesn't seem too promising, at least I don't get any errors except about missing IESHIMS.DLL, and WER.DLL (according to net search not really necessary here?). One symbol (in the module list pane), MPR.DLL, is shown red.

<http://www.dependencywalker.com/faq.html> says that MPR.DLL isn't a problem, either.

So I guess missing dependencies isn't the issue. I wonder what could be causing the problem!

Have you tried catching this in the debugger with it set to break when exceptions are thrown (as opposed to when they are unhandled)? You can turn that on in VS via Debug > Exceptions... and checking all the checkboxes. When you hit the exception there might be more interesting information in the Output window.

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