<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r194846): [GTK] UI process crash visiting sites protected with HTTP auth when using GTK+ &lt; 3.14"
   href="https://bugs.webkit.org/show_bug.cgi?id=161385">161385</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>REGRESSION(r194846): [GTK] UI process crash visiting sites protected with HTTP auth when using GTK+ &lt; 3.14
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Local Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>Gtk, Regression
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit Gtk
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cgarcia&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bugs-noreply&#64;webkitgtk.org, mario&#64;webkit.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Since r194846, we are chaining up webkitWebViewBaseMotionNotifyEvent, but before GTK+ 3.14 GtkWidget::motion_notify_event was NULL, so it can't be used unconditionally.

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0xb5fe46b8 in webkitWebViewBaseMotionNotifyEvent(_GtkWidget*, _GdkEventMotion*) ()
   from libwebkit2gtk-4.0.so.37
#2  0xb4b33f46 in _gtk_marshal_BOOLEAN__BOXEDv (closure=0x8106168, return_value=0xbfffe36c, instance=0x83084c8, 
    args=0xbfffe43c &quot;`&amp;4\b\\\344\377\277\230\002\020\b\004&quot;, 
    marshal_data=0xb5fe4660 &lt;webkitWebViewBaseMotionNotifyEvent(_GtkWidget*, _GdkEventMotion*)&gt;, n_params=1, 
    param_types=0x81058d0) at gtkmarshalers.c:130
#3  0xb4474db7 in g_type_class_meta_marshalv (closure=0x8106168, return_value=0xbfffe36c, instance=0x83084c8, 
    args=0xbfffe43c &quot;`&amp;4\b\\\344\377\277\230\002\020\b\004&quot;, marshal_data=0xcc, n_params=1, param_types=0x81058d0)
    at gclosure.c:1024
#4  0xb447689e in _g_closure_invoke_va (closure=closure&#64;entry=0x8106168, 
    return_value=return_value&#64;entry=0xbfffe36c, instance=instance&#64;entry=0x83084c8, 
    args=args&#64;entry=0xbfffe43c &quot;`&amp;4\b\\\344\377\277\230\002\020\b\004&quot;, n_params=1, param_types=0x81058d0)
    at gclosure.c:867
#5  0xb448fde2 in g_signal_emit_valist (instance=instance&#64;entry=0x83084c8, signal_id=signal_id&#64;entry=32, 
    detail=detail&#64;entry=0, var_args=var_args&#64;entry=0xbfffe43c &quot;`&amp;4\b\\\344\377\277\230\002\020\b\004&quot;)
    at gsignal.c:3294
#6  0xb4490913 in g_signal_emit (instance=instance&#64;entry=0x83084c8, signal_id=32, detail=detail&#64;entry=0)
    at gsignal.c:3441
#7  0xb4c739db in gtk_widget_event_internal (widget=widget&#64;entry=0x83084c8, event=event&#64;entry=0x8342660)
    at gtkwidget.c:6721
#8  0xb4c73cb5 in gtk_widget_event (widget=widget&#64;entry=0x83084c8, event=event&#64;entry=0x8342660) at gtkwidget.c:6378
#9  0xb4b31d55 in propagate_event_up (topmost=&lt;optimized out&gt;, event=&lt;optimized out&gt;, widget=0x83084c8)
    at gtkmain.c:2393
#10 propagate_event (widget=&lt;optimized out&gt;, event=0x8342660, captured=0, topmost=0x0) at gtkmain.c:2501
#11 0xb4b33b40 in gtk_main_do_event (event=0x8342660) at gtkmain.c:1716
#12 0xb48aafec in _gdk_event_emit (event=event&#64;entry=0x8342660) at gdkevents.c:69
#13 0xb48a9b78 in _gdk_display_flush_events (display=display&#64;entry=0x8121828) at gdkdisplay.c:2035
#14 0xb48b66b6 in gdk_window_flush_events (clock=0x812b720, data=0x82b9a10) at gdkwindow.c:11610
#15 0xb44782a9 in g_cclosure_marshal_VOID__VOIDv (closure=0x8328698, return_value=0x0, instance=0x812b720, 
    args=0xbfffe798 &quot;&quot;, marshal_data=0x0, n_params=0, param_types=0x0) at gmarshal.c:905
#16 0xb447689e in _g_closure_invoke_va (closure=closure&#64;entry=0x8328698, return_value=return_value&#64;entry=0x0, 
    instance=instance&#64;entry=0x812b720, args=args&#64;entry=0xbfffe798 &quot;&quot;, n_params=0, param_types=0x0)
    at gclosure.c:867
#17 0xb448fde2 in g_signal_emit_valist (instance=instance&#64;entry=0x812b720, signal_id=signal_id&#64;entry=134, 
    detail=detail&#64;entry=0, var_args=var_args&#64;entry=0xbfffe798 &quot;&quot;) at gsignal.c:3294
#18 0xb4490dbc in g_signal_emit_by_name (instance=instance&#64;entry=0x812b720, 
    detailed_signal=detailed_signal&#64;entry=0xb48e815a &quot;flush-events&quot;) at gsignal.c:3481
#19 0xb48affbd in gdk_frame_clock_flush_idle (data=0x812b720) at gdkframeclockidle.c:312
#20 0xb48a1a75 in gdk_threads_dispatch (data=data&#64;entry=0x81a1340) at gdk.c:788
#21 0xb4372d61 in g_timeout_dispatch (source=source&#64;entry=0x83484c0, callback=0xb48a1a40 &lt;gdk_threads_dispatch&gt;, 
    user_data=0x81a1340) at gmain.c:4577
#22 0xb4372257 in g_main_dispatch (context=0x8126490, context&#64;entry=0x83484c0) at gmain.c:3154
#23 g_main_context_dispatch (context=context&#64;entry=0x8126490) at gmain.c:3769
#24 0xb4372618 in g_main_context_iterate (context=context&#64;entry=0x8126490, block=block&#64;entry=1, 
    dispatch=dispatch&#64;entry=1, self=&lt;optimized out&gt;) at gmain.c:3840
#25 0xb43726d8 in g_main_context_iteration (context=context&#64;entry=0x8126490, may_block=may_block&#64;entry=1)
    at gmain.c:3901
#26 0xb45c11d8 in g_application_run (application=0x8113120, argc=argc&#64;entry=1, argv=argv&#64;entry=0xbfffea54)
    at gapplication.c:2381
#27 0x080696a5 in main (argc=1, argv=0xbfffea54) at ephy-main.c:472</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>