Issue 1669: The renderer can crash upon find
http://code.google.com/p/chromium/issues/detail?id=1669
Comment #8 by wei.hoo:
I don't know why, but all the events in the event viewer were recorded back
in 2007.
Anyway, run under Visual Studio's debugger, the program breaks on line 921
in
webframe_impl.cc.
bool WebFrameImpl::FindNext(const FindInPageRequest& request,
bool wrap_within_frame) {
...
if (active_frame != this) {
// If we are jumping between frames, reset the active tickmark in the
old
// frame and invalidate the area.
active_frame->active_tickmark_ = WidgetClientWin::kNoTickmark;
active_frame->InvalidateArea(INVALIDATE_CONTENT_AREA);
^^^^^^^^^^^^^^^^^^^^^^^^^^ breaks here
main_frame_impl->active_tickmark_frame_ = this;
} else {
...
}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---