Skip to content

Commit cac90b5

Browse files
committed
win,debug: add missing jl_refresh_dbg_module_list call
Because we might not have synchronized the list again yet.
1 parent 0c44d23 commit cac90b5

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
@@ -1100,6 +1100,7 @@ static int jl_getDylibFunctionInfo(jl_frame_t **frames, size_t pointer, int skip
11001100
static IMAGEHLP_LINE64 frame_info_line;
11011101
DWORD dwDisplacement = 0;
11021102
uv_mutex_lock(&jl_in_stackwalk);
1103+
jl_refresh_dbg_module_list();
11031104
DWORD64 dwAddress = pointer;
11041105
frame_info_line.SizeOfStruct = sizeof(IMAGEHLP_LINE64);
11051106
if (SymGetLineFromAddr64(GetCurrentProcess(), dwAddress, &dwDisplacement, &frame_info_line)) {

0 commit comments

Comments
 (0)