[Webkit-unassigned] [Bug 9929] REGRESSION: crash on logging in on mijnpostbank.nl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 4 02:08:55 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=9929


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|New Bugs                    |Page Loading




------- Comment #16 from ap at webkit.org  2006-11-04 02:08 PDT -------
>From Frame::checkCompleted():

------------------------------------------------
  // OK, completed.
  // Now do what should be done when we are really completed.
  d->m_bComplete = true;

  checkEmitLoadEvent(); // if we didn't do it before

  if (d->m_scheduledRedirection != noRedirectionScheduled) {
------------------------------------------------

The crash in r17105 happened when accessing d->m_scheduledRedirection -
apparently, checkEmitLoadEvent() somehow destroys the current frame.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list