[Groonga-commit] groonga/groonga at bf99dfe [master] httpd: try to show backtrace on SEGV

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 15 14:42:39 JST 2013


Kouhei Sutou	2013-10-15 14:42:39 +0900 (Tue, 15 Oct 2013)

  New Revision: bf99dfe1a411bd9d4a18512b95c53b7f966505dc
  https://github.com/groonga/groonga/commit/bf99dfe1a411bd9d4a18512b95c53b7f966505dc

  Message:
    httpd: try to show backtrace on SEGV

  Modified files:
    src/httpd/nginx-module/ngx_http_groonga_module.c

  Modified: src/httpd/nginx-module/ngx_http_groonga_module.c (+2 -0)
===================================================================
--- src/httpd/nginx-module/ngx_http_groonga_module.c    2013-10-14 23:40:40 +0900 (c3a783c)
+++ src/httpd/nginx-module/ngx_http_groonga_module.c    2013-10-15 14:42:39 +0900 (90c48b1)
@@ -1276,6 +1276,8 @@ ngx_http_groonga_init_process(ngx_cycle_t *cycle)
     return NGX_ERROR;
   }
 
+  grn_set_segv_handler();
+
   http_conf =
     (ngx_http_conf_ctx_t *)ngx_get_conf(cycle->conf_ctx, ngx_http_module);
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index