This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug dyninst/15101] [PATCH] Stap sefaults when calling NSS_shutdown() which was not previously initialized
- From: "brolley at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 05 Feb 2013 15:08:23 +0000
- Subject: [Bug dyninst/15101] [PATCH] Stap sefaults when calling NSS_shutdown() which was not previously initialized
- Auto-submitted: auto-generated
- References: <bug-15101-6586@http.sourceware.org/bugzilla/>
http://sourceware.org/bugzilla/show_bug.cgi?id=15101
Dave Brolley <brolley at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brolley at redhat dot com
--- Comment #3 from Dave Brolley <brolley at redhat dot com> 2013-02-05 15:08:23 UTC ---
The patch is for the function nssCleanup in cscommon.cxx.
While the patch will certainly suppress the failure, the intent is that calls
to NSS_Init and NSS_Shutdown against a given database be balanced. This is
because we need to be able to initialize/shutdown NSS multiple times against
different databases. There is an accommodation for the one known unbalanced
call to nssCleanup (from the rpm finder).
I think that we should try to find the source of the unbalanced call before we
resort to checking the state of NSS within this function.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.