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 681307 Details for
Bug 899209
Tomcat Native reates JVM core on application exit
[?]
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.
tomcat-native-1.1.19-jvmcore.patch
tomcat-native-1.1.19-jvmcore.patch (text/x-patch), 461 bytes, created by
Mladen Turk
on 2010-02-08 14:54:26 UTC
(
hide
)
Description:
tomcat-native-1.1.19-jvmcore.patch
Filename:
MIME Type:
Creator:
Mladen Turk
Created:
2010-02-08 14:54:26 UTC
Size:
461 bytes
patch
obsolete
>--- tomcat-native-1.1.19/jni/native/src/network.c >+++ tomcat-native-1.1.19/jni/native/src/network.c >@@ -76,6 +76,7 @@ > > #endif /* TCN_DO_STATISTICS */ > >+extern apr_pool_t *tcn_global_pool; > static apr_status_t sp_socket_cleanup(void *data) > { > tcn_socket_t *s = (tcn_socket_t *)data; >@@ -409,7 +410,7 @@ > } > return P2J(a); > cleanup: >- if (p && s->sock) >+ if (tcn_global_pool && p && s->sock) > apr_pool_destroy(p); > return 0; > } >
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 Raw
Actions:
View
Attachments on
bug 899209
: 681307