Bug 171743
| Summary: | [GTK] Warning when GSS auth fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bastien Nocera <bugzilla> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED MOVED | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro, tpopela |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugzilla.gnome.org/show_bug.cgi?id=782940 | ||
Bastien Nocera
webkitgtk4-2.16.1-2.fc26.x86_64
May 05 20:53:01 classic WebKitNetworkPr[21509]: Unspecified GSS failure. Minor code may provide more information: Mutual authentication failed
May 05 20:53:01 classic WebKitNetworkPr[21509]: gsignal.c:2641: instance '0x55b9d1f638e0' has no handler with id '381'
May 05 20:53:01 classic WebKitNetworkPr[21509]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
NULL/0 checks missing in the error path?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Maybe Tom knows where this code is. Otherwise we'd need a G_DEBUG=fatal-warnings backtrace.
Bastien Nocera
(In reply to Michael Catanzaro from comment #1)
> Maybe Tom knows where this code is. Otherwise we'd need a
> G_DEBUG=fatal-warnings backtrace.
I can't reproduce the problem at will, and there are good chances I'd hit another warning before this one.
There are good chances that the error path problem is also the one causing the crash at:
https://bugzilla.gnome.org/show_bug.cgi?id=782239
Tomas Popela
(In reply to Bastien Nocera from comment #0)
> webkitgtk4-2.16.1-2.fc26.x86_64
>
> May 05 20:53:01 classic WebKitNetworkPr[21509]: Unspecified GSS failure.
> Minor code may provide more information: Mutual authentication failed
> May 05 20:53:01 classic WebKitNetworkPr[21509]: gsignal.c:2641: instance
> '0x55b9d1f638e0' has no handler with id '381'
> May 05 20:53:01 classic WebKitNetworkPr[21509]: g_signal_handler_disconnect:
> assertion 'handler_id > 0' failed
>
> NULL/0 checks missing in the error path?
I'm aware of the issue Bastien (some of the Red Hat internal sites are triggering it).
Tomas Popela
I created a libsoup bug for this issue and attached patch there - https://bugzilla.gnome.org/show_bug.cgi?id=782940