Bug 2056071 - [abrt] bind-dnssec-utils: std::_Rb_tree<unsigned long const, std::pair<unsigned long const, Slot* const>, std::_Select1st<std::pair<unsigned long const, Slot* const> >, std::less<unsigned long const>, std::allocator<std::pair<unsigned long const, ...
Summary: [abrt] bind-dnssec-utils: std::_Rb_tree<unsigned long const, std::pair<unsign...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: softhsm
Version: 34
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paul Wouters
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:4b9244e48a5ee1bd38b749d3147...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-18 16:54 UTC by João Rodrigues
Modified: 2022-06-08 00:25 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-06-08 00:25:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (22.04 KB, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: core_backtrace (5.78 KB, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: cpuinfo (2.05 KB, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: dso_list (650 bytes, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: environ (374 bytes, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: exploitable (82 bytes, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: limits (1.29 KB, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: maps (3.93 KB, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: mountinfo (3.81 KB, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: open_fds (235 bytes, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details
File: proc_pid_status (1.37 KB, text/plain)
2022-02-18 16:54 UTC, João Rodrigues
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker FREEIPA-8042 0 None None None 2022-03-22 16:06:23 UTC

Description João Rodrigues 2022-02-18 16:54:02 UTC
Description of problem:
I noticed this crash looking at my IPA server's log. It crashes fairly regularly (like every minute or so)

Version-Release number of selected component:
bind-dnssec-utils-32:9.16.24-1.fc34

Additional info:
reporter:       libreport-2.15.2
backtrace_rating: 4
cgroup:         0::/system.slice/ipa-dnskeysyncd.service
cmdline:        /usr/sbin/dnssec-keyfromlabel -K /var/named/dyndb-ldap/ipa/master/lan.removed-domain.org/tmpvx68kiml -a RSASHA256 -l pkcs11:object=1ff60678a352a91d465c8001e0a881ea;pin-source=/var/lib/ipa/dnssec/softhsm_pin -P 20211011215547 -A none -I none -D none -E pkcs11 lan.removed-domain.org
crash_function: std::_Rb_tree<unsigned long const, std::pair<unsigned long const, Slot* const>, std::_Select1st<std::pair<unsigned long const, Slot* const> >, std::less<unsigned long const>, std::allocator<std::pair<unsigned long const, Slot* const> > >::_M_mbegin
executable:     /usr/sbin/dnssec-keyfromlabel
journald_cursor: s=1e7faffaa6b34041b111aba17c49b0e1;i=21c8;b=062c7dd24b1c4e398363fc20824f23ad;m=3ef45ae2;t=5d84d89b42f86;x=75b89f65f8e7d577
kernel:         5.16.9-100.fc34.x86_64
rootdir:        /
runlevel:       N 3
type:           CCpp
uid:            996

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 std::_Rb_tree<unsigned long const, std::pair<unsigned long const, Slot* const>, std::_Select1st<std::pair<unsigned long const, Slot* const> >, std::less<unsigned long const>, std::allocator<std::pair<unsigned long const, Slot* const> > >::_M_mbegin at /usr/include/c++/11/bits/stl_tree.h:749
 #1 std::_Rb_tree<unsigned long const, std::pair<unsigned long const, Slot* const>, std::_Select1st<std::pair<unsigned long const, Slot* const> >, std::less<unsigned long const>, std::allocator<std::pair<unsigned long const, Slot* const> > >::_M_begin at /usr/include/c++/11/bits/stl_tree.h:754
 #2 std::_Rb_tree<unsigned long const, std::pair<unsigned long const, Slot* const>, std::_Select1st<std::pair<unsigned long const, Slot* const> >, std::less<unsigned long const>, std::allocator<std::pair<unsigned long const, Slot* const> > >::lower_bound at /usr/include/c++/11/bits/stl_tree.h:1285
 #3 std::map<unsigned long const, Slot* const, std::less<unsigned long const>, std::allocator<std::pair<unsigned long const, Slot* const> > >::lower_bound at /usr/include/c++/11/bits/stl_map.h:1259
 #4 std::map<unsigned long const, Slot* const, std::less<unsigned long const>, std::allocator<std::pair<unsigned long const, Slot* const> > >::at at /usr/include/c++/11/bits/stl_map.h:539
 #5 SlotManager::getSlot at SlotManager.cpp:174
 #6 SoftHSM::C_CloseAllSessions at SoftHSM.cpp:1386
 #7 C_CloseAllSessions at main.cpp:347
 #8 pkcs11_release_slot at /usr/src/debug/openssl-pkcs11-0.4.11-2.fc34.x86_64/src/p11_slot.c:472
 #9 pkcs11_release_all_slots at /usr/src/debug/openssl-pkcs11-0.4.11-2.fc34.x86_64/src/p11_slot.c:459

Comment 1 João Rodrigues 2022-02-18 16:54:06 UTC
Created attachment 1861937 [details]
File: backtrace

Comment 2 João Rodrigues 2022-02-18 16:54:07 UTC
Created attachment 1861938 [details]
File: core_backtrace

Comment 3 João Rodrigues 2022-02-18 16:54:08 UTC
Created attachment 1861939 [details]
File: cpuinfo

Comment 4 João Rodrigues 2022-02-18 16:54:09 UTC
Created attachment 1861940 [details]
File: dso_list

Comment 5 João Rodrigues 2022-02-18 16:54:11 UTC
Created attachment 1861941 [details]
File: environ

Comment 6 João Rodrigues 2022-02-18 16:54:12 UTC
Created attachment 1861942 [details]
File: exploitable

Comment 7 João Rodrigues 2022-02-18 16:54:14 UTC
Created attachment 1861944 [details]
File: limits

Comment 8 João Rodrigues 2022-02-18 16:54:15 UTC
Created attachment 1861945 [details]
File: maps

Comment 9 João Rodrigues 2022-02-18 16:54:16 UTC
Created attachment 1861946 [details]
File: mountinfo

Comment 10 João Rodrigues 2022-02-18 16:54:18 UTC
Created attachment 1861947 [details]
File: open_fds

Comment 11 João Rodrigues 2022-02-18 16:54:19 UTC
Created attachment 1861948 [details]
File: proc_pid_status

Comment 12 Petr Menšík 2022-03-22 13:35:20 UTC
Could you please try update https://bodhi.fedoraproject.org/updates/FEDORA-2022-042d9c6146, whether it crashes still the same or something else changed?

I haven't seen such error yet myself. Is the environment configured the same way as named-pkcs11.service? Is it run under named user or something different?

Comment 13 João Rodrigues 2022-03-22 14:52:20 UTC
Updated and it still dumps core.

This is the ipa-dnskeysyncd.service. It runs under the ods user

Comment 14 Petr Menšík 2022-03-22 15:51:39 UTC
There seems to be only softhsm code and openssl involved. Almost nothing from bind. Moving to softhsm component, it seems more likely fix needs to be done there.

If that is not the case, please return it back with an explanation. I expect this is closing handler, which might be related to atexit handlers or something similar. But that backtrace does not seem related to bind utility.

Comment 15 Ben Cotton 2022-05-12 16:22:27 UTC
This message is a reminder that Fedora Linux 34 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 34 on 2022-06-07.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '34'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 34 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 16 Ben Cotton 2022-06-08 00:25:58 UTC
Fedora Linux 34 entered end-of-life (EOL) status on 2022-06-07.

Fedora Linux 34 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release.

Thank you for reporting this bug and we are sorry it could not be fixed.


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