Bug 690886
Summary: | ipa-submit crashed | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Yi Zhang <yzhang> | |
Component: | certmonger | Assignee: | Nalin Dahyabhai <nalin> | |
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE Security Team <qe-baseos-security> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 6.1 | CC: | ckannan, dpal, jgalipea, kchamart, rcritten | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | certmonger-0.39-1.el6 | Doc Type: | Bug Fix | |
Doc Text: |
After installation of the ipa-client package, the ipa-client-install script runs the ipa-getcert command. As a consequence, the certmonger daemon runs its ipa-submit helper. The helper contacts the IPA server. Previously, if it received a fault message response from the server, it terminated with a segmentation fault and created a core dump; the installation failed. This happened because it attempted to dereference an uninitialized pointer while processing the fault message. With this update, the helper handles the fault message correctly and the enrollment process completes successfully.
|
Story Points: | --- | |
Clone Of: | ||||
: | 690892 (view as bug list) | Environment: | ||
Last Closed: | 2011-05-19 13:07:22 UTC | Type: | --- | |
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: | 690892 |
Description
Yi Zhang
2011-03-25 17:07:54 UTC
bt info: Core was generated by `/usr/libexec/certmonger/ipa-submit -k host/dhcp-119.sjc.redhat.com.C'. Program terminated with signal 11, Segmentation fault. #0 0x006cfcf1 in _IO_vfprintf_internal (s=Cannot access memory at address 0xffffffff ) at vfprintf.c:1593 1593 process_string_arg (((struct printf_spec *) NULL)); (gdb) bt #0 0x006cfcf1 in _IO_vfprintf_internal (s=Cannot access memory at address 0xffffffff ) at vfprintf.c:1593 #1 0x00782cb6 in ___printf_chk (flag=1, format=0x804c480 "Server failed request, will retry: %d (%s).\n") at printf_chk.c:37 #2 0x0804a193 in printf (argc=3, argv=0xbfc45934) at /usr/include/bits/stdio2.h:105 #3 main (argc=3, argv=0xbfc45934) at ipa.c:264 Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: After installation of the ipa-client package, the ipa-client-install script runs the ipa-getcert command. As a consequence, the certmonger daemon runs its ipa-submit helper. The helper contacts the IPA server. Previously, if it received a fault message response from the server, it terminated with a segmentation fault and created a core dump; the installation failed. This happened because it attempted to dereference an uninitialized pointer while processing the fault message. With this update, the helper handles the fault message correctly and the enrollment process completes successfully. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0570.html |