https://issues.apache.org/bugzilla/show_bug.cgi?id=51620
--- Comment #3 from Hiroshi Shirosaki <h.shiros...@gmail.com> 2011-08-08 10:10:22 UTC --- When I continue to test Tomcat with libapr, Tomcat crashed. I uses Tomcat 7.0.19 with a patch and tomcat-native-1.1.20. http://svn.apache.org/viewvc?view=revision&revision=1148216 While a page was executing ajax requests for jqGrid jQuery plugin, Tomcat frequently crashed and restarted automatically. http://www.trirand.com/blog/ Opening a page not using jqGrid jQuery plugin, tomcat works fine. Error messages is changed to this. C [libapr-1.so.0+0x1a5eb] apr_pollset_remove+0x4b Here is logs/catalina.out. INFO: Server startup in 10466 ms Aug 8, 2011 6:00:45 PM org.apache.tomcat.util.net.AbstractEndpoint countDownConnection WARNING: Incorrect connection count, multiple socket.close called on the same socket. # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x006f25eb, pid=19722, tid=96988048 # # JRE version: 6.0_24-b07 # Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode, sharing linux-x86 ) # Problematic frame: # C [libapr-1.so.0+0x1a5eb] apr_pollset_remove+0x4b # # An error report file with more information is saved as: # /usr/local/hs_err_pid19722.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Aug 8, 2011 6:01:53 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. Aug 8, 2011 6:01:53 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. Aug 8, 2011 6:01:54 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-apr-8080"] Aug 8, 2011 6:01:54 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-apr-8009"] Aug 8, 2011 6:01:54 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1165 ms -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org