Skip to content

Commit

Permalink
win32 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed May 4, 2016
1 parent 549fa9e commit 1579cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/signals-win.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ static LONG WINAPI _exception_handler(struct _EXCEPTION_POINTERS *ExceptionInfo,
jl_safe_printf("UNKNOWN"); break;
}
jl_safe_printf(" at 0x%Ix -- ", (size_t)ExceptionInfo->ExceptionRecord->ExceptionAddress);
jl_safe_printf(" safepoint_addr 0x%Ix -- ",
(size_t)(uintptr_t)jl_safepoint_pages);
jl_gdblookup((uintptr_t)ExceptionInfo->ExceptionRecord->ExceptionAddress);

jl_critical_error(0, ExceptionInfo->ContextRecord, jl_bt_data, &jl_bt_size);
Expand Down

0 comments on commit 1579cfe

Please sign in to comment.