Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311957 Details for
Bug 453508
TPS Segfaults on startup on Fedora 9
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
let the apache module unload function shut down NSS
mod_nss-kill.patch (text/plain), 1.17 KB, created by
Rob Crittenden
on 2008-07-16 15:16:47 UTC
(
hide
)
Description:
let the apache module unload function shut down NSS
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-07-16 15:16:47 UTC
Size:
1.17 KB
patch
obsolete
>--- mod_nss-1.0.7.orig/nss_engine_init.c 14 Jul 2008 20:25:53 -0000 1.33 >+++ mod_nss-1.0.7/nss_engine_init.c 14 Jul 2008 20:28:13 -0000 >+++ nss_engine_init.c 14 Jul 2008 20:35:34 -0000 >@@ -315,6 +315,13 @@ > > mc->nInitCount++; > >+ /* >+ * Let us cleanup on restarts and exists >+ */ >+ apr_pool_cleanup_register(p, base_server, >+ nss_init_ModuleKill, >+ apr_pool_cleanup_null); >+ > mc->ptemp = ptemp; > > /* >@@ -491,9 +498,6 @@ > */ > nss_init_ConfigureServer(s, p, ptemp, sc); > } >- >- nss_init_ChildKill(base_server); >- nss_init_ModuleKill(base_server); > } > > /* >@@ -1144,12 +1148,16 @@ > apr_status_t nss_init_ModuleKill(void *data) > { > server_rec *base_server = (server_rec *)data; >+ SSLModConfigRec *mc = myModConfig(base_server); > > ap_log_error(APLOG_MARK, APLOG_INFO, 0, base_server, > "Shutting down SSL Session ID Cache"); > > SSL_ShutdownServerSessionIDCache(); > >+ if (mc->nInitCount == 1) >+ nss_init_ChildKill(base_server); >+ > /* NSS_Shutdown() gets called in nss_init_ChildKill */ > return APR_SUCCESS; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 453508
: 311957 |
314820
|
314824
|
325404
|
326173