Skip to content

Commit df259f2

Browse files
committed
win,debug: add missing jl_refresh_dbg_module_list call
Because we might not have synchronized the list again yet. (cherry picked from commit cac90b5)
1 parent aa1f18f commit df259f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/debuginfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,7 @@ static int jl_getDylibFunctionInfo(jl_frame_t **frames, size_t pointer, int skip
11311131
static IMAGEHLP_LINE64 frame_info_line;
11321132
DWORD dwDisplacement = 0;
11331133
JL_LOCK_NOGC(&jl_in_stackwalk);
1134+
jl_refresh_dbg_module_list();
11341135
DWORD64 dwAddress = pointer;
11351136
frame_info_line.SizeOfStruct = sizeof(IMAGEHLP_LINE64);
11361137
if (SymGetLineFromAddr64(GetCurrentProcess(), dwAddress, &dwDisplacement, &frame_info_line)) {

0 commit comments

Comments
 (0)