[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 12 06:10:31 PST 2011


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





--- Comment #7 from Adam Roben (aroben) <aroben at apple.com>  2011-01-12 06:10:31 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > Thank you for the dump files. Could you reproduce with a nightly build and capture a dump file? Since I don't have debug symbols for your local build, I can't get a backtrace from the dumps you've uploaded so far.
> 
> I suppose this phenomenon is caused by some change done after the latest nightly for Windows, because I didn't see this with r74232, so . I try to get a debug build with the current revision (r75586), but building takes longer than my today...

A Debug build isn't required. All that's required are the .pdb files from your local build.

> Then, sorry to ask, haven't been involved in Windows development for a long time, are there instructions somewhere, how to produce the backtrace (shouldn't be too difficult?!? Oh well, I'm running now with WinDbg active, could that help?

Yes, if you catch the crash in WinDbg you can get a backtrace yourself. If you dont have _NT_SYMBOL_PATH set, you should first run these commands:

.symfix
.reload

Then do this:

!analyze -v

Then attach the output to this bug.

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