[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 13 09:13:21 PST 2011


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





--- Comment #14 from Adam Roben (aroben) <aroben at apple.com>  2011-01-13 09:13:21 PST ---
(In reply to comment #13)
> *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\work\WebKit\WebKitBuild\Release\bin\WebKit.dll - 

This isn't good. Maybe you need to add C:\work\WebKit\WebKitBuild\Release\bin to your symbol path? Though I thought that WinDbg would search there automatically.

Anyway, you can add that directory to the symbol path using:

.sympath+ C:\work\WebKit\WebKitBuild\Release\bin
.reload

And then run !analyze -v again.

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