[Groonga-commit] groonga/groonga at 9c9120b [master] windows: remove needless item from backtrace on crash

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 19 22:49:42 JST 2018


Kouhei Sutou	2018-02-19 22:49:42 +0900 (Mon, 19 Feb 2018)

  New Revision: 9c9120b345bd8d30775f16fbe9e17b3878a2fef0
  https://github.com/groonga/groonga/commit/9c9120b345bd8d30775f16fbe9e17b3878a2fef0

  Message:
    windows: remove needless item from backtrace on crash

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+2 -3)
===================================================================
--- lib/ctx.c    2018-02-19 19:29:48 +0900 (e53752e73)
+++ lib/ctx.c    2018-02-19 22:49:42 +0900 (2d391c957)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2009-2017 Brazil
+  Copyright(C) 2009-2018 Brazil
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -1727,11 +1727,10 @@ exception_filter(EXCEPTION_POINTERS *info)
     {
       const char *unknown = "(unknown)";
       GRN_LOG(ctx, GRN_LOG_CRIT,
-              "%s:%d:%d: %p: %.*s(): <%s>: <%s>",
+              "%s:%d:%d: %.*s(): <%s>: <%s>",
               (have_location ? line.FileName : unknown),
               (have_location ? line.LineNumber : -1),
               (have_location ? line_displacement : -1),
-              address,
               (have_symbol_name ? symbol->NameLen : strlen(unknown)),
               (have_symbol_name ? symbol->Name : unknown),
               (have_module_name ? module.ModuleName : unknown),
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180219/5e337f6d/attachment.htm 



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