[Webkit-unassigned] [Bug 186044] [GTK] Webkit Web Process crashes on certain Chase.com pages.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 16:16:03 PDT 2018


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

--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
It's hitting one of these, in ephy_password_manager_save:

  g_assert (EPHY_IS_PASSWORD_MANAGER (self));
  g_assert (origin);
  g_assert (target_origin);
  g_assert (password);
  g_assert (!username_field || username);
  g_assert (!password_field || password);

We need the 'bt full' to have a chance at figuring out which. It's unlikely that gdb will die before printing this much, since it will be at the top of the backtrace and won't involve any C++.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180529/a3c27206/attachment.html>


More information about the webkit-unassigned mailing list