[Groonga-commit] groonga/groonga at 2def53e [master] windows: use grn_gctx for logging backtrace

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Oct 16 17:29:37 JST 2017


Kouhei Sutou	2017-10-16 17:29:37 +0900 (Mon, 16 Oct 2017)

  New Revision: 2def53e4867b949ecaaf49d382548285e596e7ac
  https://github.com/groonga/groonga/commit/2def53e4867b949ecaaf49d382548285e596e7ac

  Message:
    windows: use grn_gctx for logging backtrace

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -0)
===================================================================
--- lib/ctx.c    2017-10-16 17:03:24 +0900 (0414d3ddb)
+++ lib/ctx.c    2017-10-16 17:29:37 +0900 (661152e3e)
@@ -1575,6 +1575,7 @@ grn_get_package_label(void)
 static LONG
 exception_filter(EXCEPTION_POINTERS *info)
 {
+  grn_ctx *ctx = &grn_gctx;
   HANDLE process;
   HANDLE thread;
   CONTEXT *context;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171016/afd4f4b0/attachment-0001.htm 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る