Importing TFile seems to interrupt background job

Hi rooters,

I may have found an issue when importing ROOT.TFile. My background job is suspended as follows:

[1] + 56809 suspended (tty output) python tfile.py &>| log.txt

An SSCCE follows in attachment, just run it redirecting the output and on background. My ROOT version is:


| Welcome to ROOT 6.07/02 root.cern.ch |
| © 1995-2014, The ROOT Team |
| Built for macosx64 |
| From tag v6-07-02, 18 December 2015 |

Try ‘.help’, ‘.demo’, ‘.license’, ‘.credits’, ‘.quit’/’.q’

And I’m using zsh as shell. I can provide more information, if needed.

Thanks,
Werner.
tfile.py (73 Bytes)

Hi,

Can you try a more recent version of ROOT? I am unable to reproduce the problem with:[code] ------------------------------------------------------------------------
| Welcome to ROOT 6.07/07 http://root.cern.ch |
| © 1995-2016, The ROOT Team |
| Built for macosx64 |
| From heads/master@v6-07-07-aliceml-714-g7644026, Jul 27 2016, 14:33:05 |

Try ‘.help’, ‘.demo’, ‘.license’, ‘.credits’, ‘.quit’/’.q’

[/code]

Cheers,
Philippe.