Kouhei Sutou
null+****@clear*****
Tue Oct 9 18:19:15 JST 2018
Kouhei Sutou 2018-10-09 18:19:15 +0900 (Tue, 09 Oct 2018) Revision: 511f177ac40ef8fb9231ea3c6afe34927d2f0ff5 https://github.com/groonga/groonga/commit/511f177ac40ef8fb9231ea3c6afe34927d2f0ff5 Message: windows: add "CRASHED!!!" log Modified files: lib/ctx.c Modified: lib/ctx.c (+3 -0) =================================================================== --- lib/ctx.c 2018-10-04 12:51:20 +0900 (50efcd47c) +++ lib/ctx.c 2018-10-09 18:19:15 +0900 (fd39fdb81) @@ -1663,6 +1663,8 @@ exception_filter(EXCEPTION_POINTERS *info) DWORD machine_type; DWORD previous_address; + GRN_LOG(ctx, GRN_LOG_CRIT, "-- CRASHED!!! --"); + process = GetCurrentProcess(); thread = GetCurrentThread(); context = info->ContextRecord; @@ -1802,6 +1804,7 @@ exception_filter(EXCEPTION_POINTERS *info) previous_address = address; } + GRN_LOG(ctx, GRN_LOG_CRIT, "----------------"); return EXCEPTION_CONTINUE_SEARCH; } -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181009/092f91dd/attachment.html