You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not Flagged 4924 0 Main Thread Main Thread raytracedao_rwdi.exe!Concurrency::details::stl_condition_variable_win7::wait_for
Not Flagged 25896 0 Worker Thread ntdll.dll thread ntdll.dll!00007ff96e6f0874
Not Flagged 4316 0 Worker Thread ntdll.dll thread ntdll.dll!00007ff96e6f0874
Not Flagged 21840 0 Worker Thread ntdll.dll thread ntdll.dll!00007ff96e6f0874
Not Flagged 14324 0 Worker Thread ntdll.dll thread win32u.dll!00007ff96c3411c4
Not Flagged 18416 0 Worker Thread ntdll.dll thread ntdll.dll!00007ff96e6f0874
Not Flagged 27228 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start win32u.dll!00007ff96c34a104
Not Flagged 22168 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start nvoglv64.dll!00007ff8f72a56da
Not Flagged 2044 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start nvoglv64.dll!00007ff8f72df307
Not Flagged 16288 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start win32u.dll!00007ff96c341124
Not Flagged > 24300 0 Worker Thread ntdll.dll thread raytracedao_rwdi.exe!__asan::ShadowExceptionHandler
Not Flagged 23076 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start win32u.dll!00007ff96c34a104
Not Flagged 23796 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start combase.dll!00007ff96c78b296
Not Flagged 17428 0 Worker Thread ntdll.dll thread ntdll.dll!00007ff96e6f0874
Not Flagged 12632 0 Worker Thread ntdll.dll thread ntdll.dll!00007ff96e6f0874
Not Flagged 12376 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start combase.dll!00007ff96c78b296
Not Flagged 14656 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start win32u.dll!00007ff96c34a104
Not Flagged 15860 0 Worker Thread ntdll.dll thread win32u.dll!00007ff96c34a104
Not Flagged 26620 0 Worker Thread ntdll.dll thread dlnashext.dll!00007ff937627ef8
Not Flagged 22384 0 Worker Thread ntdll.dll thread win32u.dll!00007ff96c34a104
Not Flagged 6556 0 Worker Thread raytracedao_rwdi.exe!asan_thread_start combase.dll!00007ff96c787665
Not Flagged 18644 0 Worker Thread ntdll.dll thread MMDevAPI.dll!00007ff965a7a21b
I crash right after the open file dialog opens
pfd::message("Choose file to load", "Choose mitsuba XML file to load or ZIP containing an XML. \nIf you cancel or choosen file fails to load, simple scene will be loaded.", pfd::choice::ok);
pfd::open_file file("Choose XML or ZIP file", "../../media/mitsuba", { "ZIP files (.zip)", "*.zip", "XML files (.xml)", "*.xml"});
if (!file.result().empty())
in the file.result() call while looping on the window.
The text was updated successfully, but these errors were encountered:
I am afraid I am unable to reproduce this with a simple programs that consists of the above three lines, with Visual Studio 2019 16.10.2. I tried all combinations of x86/x64 and Debug/Release.
Is this part of a more complex application? Do you think you could provide a repro case?
Callstack of the crashing frame
Thread state when I crash
I crash right after the open file dialog opens
in the
file.result()
call while looping on the window.The text was updated successfully, but these errors were encountered: