Crash by try-catch block in Windows

Hi,
ROOT crashes without error message when you use a try-catch block.

root [0] try{throw 42;} catch(...){std::cout << "caught" std::endl;}

ROOT was started in VS command prompt.
Is this a missing feature in Windows? In Linux it works.


ROOT Version: 6.24/06
Platform: Windows 10
Compiler: VS Professional 2019 Version 16.9.2


Welcome to the ROOT Forum! Yes, it might well be a missing feature. We’ll check and let you know

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.