Details
-
Bug
-
Status: Closed (View Workflow)
-
High
-
Resolution: Fixed
-
master
-
None
-
None
-
any
Description
Reproducer:
In [1]: import ROOT |
In [2]: a = ROOT.TFile() |
In [3]: a |
Out[3]: |
*** Break *** segmentation violation |
Using a; instead of a does not produce the crash.
Between this and the stacktrace my guess is that value printing is broken in this case.