Problem on declaring an array using ROOT binary distribution on Windows

_ROOT Version: 6.14/04
_Platform: Windows 10
_Compiler: VS 2017 cl.exe

There’s a strange problem in ROOT on Windows platform, please have a look on the screenshot below.
arrayproblem
As you can see that ROOT will abort without any feedback message whenever I define an array, I’m not sure whether this happened in previous versions, any idea on this?

You’re right, it fails. Thanks for spotting this, we will debug it.

Cheers, Bertrand.

The good news is that it seems to be fixed in the master:

root [0] double t[2] = {1.1, 2.2}
(double [2]) { 1.1000000, 2.2000000 }
root [1] t
(double [2]) { 1.1000000, 2.2000000 }
root [2]

Cheers, Bertrand.

1 Like

Great, I’m looking forward to the next distribution version.

Thank you,
Jason

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