|
Back
Midas
Rome
Roody
Rootana
|
Root Analyzer Framework |
Not logged in |
|
|
12 Apr 2021, Gennaro Tortone, Forum, rootana and TAnaManager
|
15 Apr 2021, Thomas Lindner, Forum, rootana and TAnaManager
|
15 Apr 2021, Gennaro Tortone, Forum, rootana and TAnaManager
|
20 Apr 2021, Thomas Lindner, Forum, rootana and TAnaManager
|
|
Message ID: 40
Entry time: 12 Apr 2021
Reply to this: 41
|
Author: |
Gennaro Tortone |
Topic: |
Forum |
Subject: |
rootana and TAnaManager |
|
|
Hi,
I'm facing with a strange problem with rootana:
I fetched and built rootana (master branch) as usual (make / make install);
If I build 'examples' and launch:
./root_server.exe -v
I got a lot of this messages:
Info in <TCling::LoadPCM>: In-memory ROOT PCM candidate /opt/root/lib/.....
and at the end:
*** Break *** segmentation violation
Generating stack trace...
0x00007f9a876a7df1 in ROOT::AddClassAlternate(char const*, char const*) + 0x31
from /opt/root/lib/root/libCore.so
0x0000557debfea956 in <unknown> from ./root_server.exe
0x0000557debfead72 in <unknown> from ./root_server.exe
0x0000557debfead9b in <unknown> from ./root_server.exe
0x0000557dec034605 in __libc_csu_init + 0x45 from ./root_server.exe
0x00007f9a856e802a in __libc_start_main + 0x7a from /lib/x86_64-linux-
gnu/libc.so.6
0x0000557debf759fa in _start + 0x2a from ./root_server.exe
I'm using ROOT 6.22/06 compiled from source files on Debian 10 on a virtual
machine...
The problem seems to be less critical if I connect with SSH with -XC option
or if I set DISPLAY variable. In these case I got only TCling messages with
this warning:
Error in <TGClient::TGClient>: can't open display "0:0", switching to batch
mode...
In case you run from a remote ssh session, reconnect with ssh -Y
If I build manalyzer everything goes fine and it seems that problem is
related to TAnaManager in some ways...
Regards,
Gennaro |