Bug 1295893
Summary: | Chrome crash in spnego_gss_inquire_context() | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> | |
Component: | krb5 | Assignee: | Robbie Harwood <rharwood> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 23 | CC: | abokovoy, j, nalin, nathaniel, rharwood | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
URL: | https://github.com/krb5/krb5/pull/385 | |||
Whiteboard: | ||||
Fixed In Version: | krb5-1.14-5.fc23 krb5-1.13.2-11.fc22 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1296241 (view as bug list) | Environment: | ||
Last Closed: | 2016-01-14 08:53:15 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1296241 |
Description
David Woodhouse
2016-01-05 17:32:40 UTC
Addressed by https://github.com/krb5/krb5/pull/385 Seen in F22 too I'll backport the fix from upstream once Simo's PR has merged. It's merged now: https://github.com/krb5/krb5/commit/3beb564cea3 Scratch build for F23 at http://koji.fedoraproject.org/koji/taskinfo?taskID=12468174 I don't seem to be able to build for F22 though; the build fails (in an apparently unrelated way). When it fails, the failure in http://koji.fedoraproject.org/koji/taskinfo?taskID=12468199 should look something like: PYTHONPATH=../../../util VALGRIND="" python ./t_cccol.py NWRAP_ERROR(1678) - nwrap_add_hname: Unable to add alias: test.example.com NWRAP_ERROR(1678) - nwrap_parse_file: Unable to parse line file: 127.0.0.1 NWRAP_ERROR(1678) - nwrap_files_cache_reload: Failed to reload /home/dwmw2/fedora/krb5/f22/krb5-1.13.2/nss_wrapper/fakehosts NWRAP_ERROR(1678) - nwrap_files_getaddrinfo: error loading hosts file Traceback (most recent call last): File "./t_cccol.py", line 2, in <module> from k5test import * File "/home/dwmw2/fedora/krb5/f22/krb5-1.13.2/src/util/k5test.py", line 1183, in <module> hostname = _get_hostname() File "/home/dwmw2/fedora/krb5/f22/krb5-1.13.2/src/util/k5test.py", line 465, in _get_hostname ai = socket.getaddrinfo(hostname, None, 0, 0, 0, socket.AI_CANONNAME) socket.error: [Errno 2] No such file or directory Makefile:756: recipe for target 'check-pytests' failed make[2]: *** [check-pytests] Error 1 Yeah, as per comments on IRC that's due to a bug in nss_wrapper. I've fixed it before in f23 and rawhide, so I guess f22 will get the fix too with this update. Anyway, packages are building; expect a bodhi update in an hour or so. krb5-1.14-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-59825bca79 krb5-1.14-5.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-59825bca79 krb5-1.13.2-11.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-91d16b7dc4 krb5-1.14-5.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. krb5-1.13.2-11.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |