This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug server/15101] [PATCH] Stap sefaults when calling NSS_shutdown() which was not previously initialized


http://sourceware.org/bugzilla/show_bug.cgi?id=15101

--- Comment #6 from Dave Brolley <brolley at redhat dot com> 2013-02-06 21:41:43 UTC ---
It turns out that the call to nssCleanup is not unbalanced after all. It came
from rpm_finder.cxx:missing_rpm_enlist.

Modern versions of NSS (3.11 and later) self check that NSS has been
initialized when NSS_Shutdown is been called, however, some do not (that's why
we're curious about the version being used here).

I have committed your patch (commit 87f566e2ac69fc00091df758f0ceb01f890fa00a)
and have added code to warn about unbalanced NSS Init/Shutdown calls (should
never happen) (commit 9447d9164c4430981cefc50148b31d72da700104).

Both commits have been pushed. Please let us know whether these solve the
problem for you.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]