Navigation Menu

Skip to content

Commit

Permalink
windows: use grn_gctx for logging backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 16, 2017
1 parent 5472b64 commit 2def53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ctx.c
Expand Up @@ -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;
Expand Down

0 comments on commit 2def53e

Please sign in to comment.