Bug 1047982
| Summary: | segfault in ns-slapd when installing IPA | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Michael Gregg <mgregg> |
| Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED DUPLICATE | QA Contact: | Sankar Ramalingam <sramling> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | mgregg, nhosoi, nkinder |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-07 22:51:33 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: | |||
|
Description
Michael Gregg
2014-01-02 19:50:02 UTC
Hi Michael,
Could there be a core file we could examine?
> ns-slapd[18289]: segfault at 10 ip 00007faf1e510bd1 sp 00007fff863cee28 error 4 in libpthread-2.17.so[7faf1e507000+16000]
Error 4 sounds odd to me since it is EINTR = "Interrupted system call"... Could ns-slapd be killed by something else?
Thanks, Michael, for the 4 core files! All cores show the same crash point:
core.23364
(gdb) bt
#0 0x00007fa641135bd1 in pthread_mutex_destroy () from /lib64/libpthread.so.0
#1 0x00007fa64178c8f9 in PR_DestroyLock () from /lib64/libnspr4.so
#2 0x00007fa637a2314a in schedule_destroy (s=0x7fa6447d8ce0)
at ldap/servers/plugins/replication/repl5_schedule.c:178
#3 0x00007fa637a04873 in agmt_delete (rap=0x7fa644549aa0)
at ldap/servers/plugins/replication/repl5_agmt.c:633
#4 0x00007fa643193496 in object_release (o=0x7fa644549a90) at ldap/servers/slapd/object.c:113
#5 0x00007fa643193794 in objset_remove_obj (set=0x7fa64479df20, object=object@entry=0x7fa644549a90)
at ldap/servers/slapd/objset.c:271
#6 0x00007fa637a08c59 in agmtlist_shutdown () at ldap/servers/plugins/replication/repl5_agmtlist.c:711
#7 0x00007fa637a0ff0f in multimaster_stop (pb=<optimized out>)
at ldap/servers/plugins/replication/repl5_init.c:745
#8 0x00007fa64319ee45 in plugin_call_func (list=0x7fa64443e0a0, operation=210, pb=0x7fff53ebc5b0,
call_one=1) at ldap/servers/slapd/plugin.c:1453
#9 0x00007fa64319f0a3 in plugin_call_one (pb=<optimized out>, operation=<optimized out>,
list=<optimized out>) at ldap/servers/slapd/plugin.c:1421
#10 plugin_dependency_closeall () at ldap/servers/slapd/plugin.c:1365
#11 0x00007fa64319f0e7 in plugin_closeall (close_backends=close_backends@entry=1,
close_globals=close_globals@entry=1) at ldap/servers/slapd/plugin.c:1408
#12 0x00007fa643662567 in slapd_daemon (ports=ports@entry=0x7fff53ebcb40) at ldap/servers/slapd/daemon.c:1336
#13 0x00007fa6436556b5 in main (argc=7, argv=0x7fff53ebd158) at ldap/servers/slapd/main.c:1273
And the last 2 lines from error log:
>
[07/Jan/2014:16:53:47 -0500] NSMMReplicationPlugin - agmt="cn=meToipaqa64vmd.testrelm.com" (ipaqa64vmd:389): Replication bind with GSSAPI auth resumed
[07/Jan/2014:17:04:32 -0500] NSMMReplicationPlugin - agmt_delete: begin
It turned out this is a duplicate of Bug 1049522 - Crash after replica is installed, which status is POST.
*** This bug has been marked as a duplicate of bug 1049522 ***
|