-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 6.08/04
-
Component/s: Core Libraries
-
Labels:None
-
Environment:
Welcome to ROOT 6.08/04 http://root.cern.ch |
(c) 1995-2016, The ROOT Team Built for macosx64 From tag v6-08-04, 13 January 2017 Darwin gtraini.local 15.5.0 Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64 x86_64
Problem also found in
Welcome to ROOT 6.09/01 http://root.cern.ch (c) 1995-2016, The ROOT Team Built for macosx64 From heads/master@v6-09-01-60-g9ad1dac, Oct 10 2016, 11:59:05 Darwin MacBook-Pro-4.local 16.4.0 Darwin Kernel Version 16.4.0: Thu Dec 22 22:53:21 PST 2016; root:xnu-3789.41.3~3/RELEASE_X86_64 x86_64
Welcome to ROOT 6.08/04 http://root.cern.ch | (c) 1995-2016, The ROOT Team Built for macosx64 From tag v6-08-04, 13 January 2017 Darwin gtraini.local 15.5.0 Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64 x86_64 Problem also found in Welcome to ROOT 6.09/01 http://root.cern.ch (c) 1995-2016, The ROOT Team Built for macosx64 From heads/master@v6-09-01-60-g9ad1dac, Oct 10 2016, 11:59:05 Darwin MacBook-Pro-4.local 16.4.0 Darwin Kernel Version 16.4.0: Thu Dec 22 22:53:21 PST 2016; root:xnu-3789.41.3~3/RELEASE_X86_64 x86_64
-
Development:
Dear all,
when trying to use the implementation of TSystem->OpenConnection() in the latest root we encounter a problem.
when using ROOT 6.06.04 we issue the command:
cout<<" "<<gSystem->OpenConnection("10.0.0.2",22001,-1,"tcp")<<endl;
and the output looks ok: 8
In later version of root (6.08.04 and 6.09.01) we fail to establish the connection:
cout<<gSystem->OpenConnection("10.0.0.2",22001,-1,"tcp")<<endl;
yields an error: -1
What we fail to understand is what is changed in handling the corrections on macosx... Do we have to pre-configure the network access in later ROOT versions? or it is a ROOT bug?