Bug 1043017 - [abrt] certmonger-0.67-1.fc19: strcmp: Process /usr/sbin/certmonger was killed by signal 11 (SIGSEGV)
Summary: [abrt] certmonger-0.67-1.fc19: strcmp: Process /usr/sbin/certmonger was kille...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: certmonger
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:1c172fdddbd5e52c60efef9994c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 18:45 UTC by Dean Hunter
Modified: 2014-06-19 22:50 UTC (History)
2 users (show)

Fixed In Version: certmonger-0.71.2-1.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-03 08:39:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (64.06 KB, text/plain)
2013-12-13 18:45 UTC, Dean Hunter
no flags Details
File: cgroup (167 bytes, text/plain)
2013-12-13 18:45 UTC, Dean Hunter
no flags Details
File: core_backtrace (1.59 KB, text/plain)
2013-12-13 18:45 UTC, Dean Hunter
no flags Details
File: dso_list (2.36 KB, text/plain)
2013-12-13 18:45 UTC, Dean Hunter
no flags Details
File: environ (115 bytes, text/plain)
2013-12-13 18:46 UTC, Dean Hunter
no flags Details
File: exploitable (82 bytes, text/plain)
2013-12-13 18:46 UTC, Dean Hunter
no flags Details
File: limits (1.29 KB, text/plain)
2013-12-13 18:46 UTC, Dean Hunter
no flags Details
File: maps (12.08 KB, text/plain)
2013-12-13 18:46 UTC, Dean Hunter
no flags Details
File: open_fds (221 bytes, text/plain)
2013-12-13 18:46 UTC, Dean Hunter
no flags Details
File: proc_pid_status (891 bytes, text/plain)
2013-12-13 18:46 UTC, Dean Hunter
no flags Details
File: var_log_messages (495 bytes, text/plain)
2013-12-13 18:46 UTC, Dean Hunter
no flags Details

Description Dean Hunter 2013-12-13 18:45:51 UTC
Description of problem:
While applying queued updates this error was reported:

  Cleanup    : btrfs-progs-0.20.rc1.20130917git194aa4a-1.fc19.x86_64    202/203 
  Cleanup    : mesa-libxatracker-9.2.3-1.20131114.fc19.x86_64           203/203 
Unexpected error
CalledProcessError: Command '/bin/systemctl start certmonger.service' returned non-zero exit status 1
  Verifying  : ibus-gtk2-1.5.4-2.fc19.x86_64                              1/203 
  Verifying  : nspr-4.10.2-1.fc19.x86_64                                  2/203 
  Verifying  : mesa-libglapi-9.2.4-1.20131128.fc19.x86_64                 3/203 

Version-Release number of selected component:
certmonger-0.67-1.fc19

Additional info:
reporter:       libreport-2.1.9
backtrace_rating: 4
cmdline:        /usr/sbin/certmonger -S -p /var/run/certmonger.pid -n
crash_function: strcmp
executable:     /usr/sbin/certmonger
kernel:         3.11.8-200.fc19.x86_64
runlevel:       unknown
type:           CCpp
uid:            0

Truncated backtrace:
Thread no. 1 (3 frames)
 #0 strcmp at ../sysdeps/x86_64/strcmp.S:212
 #1 cm_store_get_all_entries at store-files.c:1321
 #2 cm_init at cm.c:85

Comment 1 Dean Hunter 2013-12-13 18:45:55 UTC
Created attachment 836454 [details]
File: backtrace

Comment 2 Dean Hunter 2013-12-13 18:45:57 UTC
Created attachment 836455 [details]
File: cgroup

Comment 3 Dean Hunter 2013-12-13 18:45:58 UTC
Created attachment 836456 [details]
File: core_backtrace

Comment 4 Dean Hunter 2013-12-13 18:45:59 UTC
Created attachment 836457 [details]
File: dso_list

Comment 5 Dean Hunter 2013-12-13 18:46:01 UTC
Created attachment 836458 [details]
File: environ

Comment 6 Dean Hunter 2013-12-13 18:46:02 UTC
Created attachment 836459 [details]
File: exploitable

Comment 7 Dean Hunter 2013-12-13 18:46:04 UTC
Created attachment 836460 [details]
File: limits

Comment 8 Dean Hunter 2013-12-13 18:46:05 UTC
Created attachment 836461 [details]
File: maps

Comment 9 Dean Hunter 2013-12-13 18:46:06 UTC
Created attachment 836462 [details]
File: open_fds

Comment 10 Dean Hunter 2013-12-13 18:46:08 UTC
Created attachment 836463 [details]
File: proc_pid_status

Comment 11 Dean Hunter 2013-12-13 18:46:10 UTC
Created attachment 836464 [details]
File: var_log_messages

Comment 12 Dean Hunter 2013-12-13 18:53:54 UTC
After rebooting the service fails to start:

[dean@ipa1 ~]$ systemctl status certmonger.service
certmonger.service - Certificate monitoring and PKI enrollment
   Loaded: loaded (/usr/lib/systemd/system/certmonger.service; enabled)
   Active: failed (Result: core-dump) since Fri 2013-12-13 12:47:43 CST; 1min 49s ago
  Process: 564 ExecStart=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS (code=dumped, signal=SEGV)

[dean@ipa1 ~]$

Comment 13 Dean Hunter 2013-12-13 19:05:17 UTC
Apparently certmonger has not changed as it was installed from the fedora repository.  However, I know that freeipa-server was updated during this batch.

[dean@ipa1 ~]$ yum list installed certmonger*
Loaded plugins: langpacks, refresh-packagekit
Installed Packages
certmonger.x86_64                   0.67-1.fc19                    @local-fedora

[dean@ipa1 ~]$ yum list installed freeipa-server*
Loaded plugins: langpacks, refresh-packagekit
Installed Packages
freeipa-server.x86_64                3.3.3-2.fc19                 @local-updates

[dean@ipa1 ~]$

Comment 14 Nalin Dahyabhai 2013-12-13 20:55:16 UTC
This should be fixed by commit 7b6165792f782f1be25823dc618e0b9a659116db in the run-up to 0.69.  I'll prep a test update.

Comment 15 Fedora Update System 2013-12-13 22:27:03 UTC
certmonger-0.69-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/certmonger-0.69-1.fc19

Comment 16 Fedora Update System 2013-12-13 22:27:18 UTC
certmonger-0.69-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/certmonger-0.69-1.fc20

Comment 17 Fedora Update System 2013-12-13 22:27:34 UTC
certmonger-0.69-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/certmonger-0.69-1.fc18

Comment 18 Fedora Update System 2013-12-14 02:46:34 UTC
Package certmonger-0.69-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing certmonger-0.69-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-23360/certmonger-0.69-1.fc20
then log in and leave karma (feedback).

Comment 19 Dean Hunter 2013-12-17 04:34:16 UTC
The Fedora 19 package has been updated and certmonger now starts.

Thank you.

Comment 20 Fedora Update System 2014-01-03 08:39:35 UTC
certmonger-0.70-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 21 Fedora Update System 2014-01-28 15:46:48 UTC
certmonger-0.71.2-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/certmonger-0.71.2-1.fc19

Comment 22 Fedora Update System 2014-01-28 15:47:15 UTC
certmonger-0.71.2-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/certmonger-0.71.2-1.fc20

Comment 23 Fedora Update System 2014-06-19 22:50:22 UTC
certmonger-0.71.2-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 24 Fedora Update System 2014-06-19 22:50:54 UTC
certmonger-0.71.2-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.