19 Mar 2021, Alexey Kalinin, Bug Report, roody failed to start
|
roody failed to start with -P flag
running rootana analyzer with -P argument
commenting RecursiveRemove in TNetDirectory(.cxx .h) (rootana) helps.
Any other suggestions?
Alexey. |
26 Mar 2021, Alexey Kalinin, Bug Report, roody failed to start
|
Also,
Mine TDirectory fOnlineHistDir (rootana online ) has more then 1000 histograms
with difficult hierarchy. Starting roody -P (TNEtDirectory support) takes 30-60
seconds, when jsroot THttpServer ready to go in a moment.
> roody failed to start with -P flag
> running rootana analyzer with -P argument
> commenting RecursiveRemove in TNetDirectory(.cxx .h) (rootana) helps.
> Any other suggestions?
> Alexey. |
03 Jun 2014, Dan Melconian, Bug Report, Zeroing spectra using XML data source?
|
When we connect using TNet, we can zero spectra on the fly (which is
super-useful). Using Xml (which is infinitely faster to load), it says
"ResetAll: http://trinatdaq:9091: not implemented". I guess the Xml way is
reading a text file rather than accessing the root file, so it isn't exactly
trivial to implement this, eh? However, if someone brilliant knows how to do
this, that would really be great as it is really a nice feature when debugging
things. |
25 May 2012, Konstantin Olchanski, Bug Fix, Fixed the "Zones" menu
|
The "Zones" manu has not been working right - if you have a canvas open with one
histogram plotted and you select Zones "2x2", nothing happens. The expected
action is to have the canvas divide itself into 4 pads (2x2) and the one
histogram to show up in the first pad. That's how it works now.
svn rev 240.
K.O. |
24 May 2012, Konstantin Olchanski, Info, removed ROOTSYS check
|
I removed the checks for ROOTSYS being the same at run time and compilation time.
These checks never worked right and are unnecessary since we always install roody
separately for each experiment and ROOTSYS settings are always consistent.
K.O. |
24 May 2012, Konstantin Olchanski, Forum, test
|
test of Roody forum email notification. K.O. |
23 Feb 2012, Exaos Lee, Forum, How to access the SVN repo anonymously?
|
I found that the SVN repo is forbidden for anonymous users now. |
13 May 2012, Konstantin Olchanski, Forum, How to access the SVN repo anonymously?
|
> I found that the SVN repo is forbidden for anonymous users now.
Please use username "svn", password "svn", per instructions here:
http://www.triumf.info/wiki/DAQwiki/index.php/DaqSvn
K.O. |
24 May 2012, Konstantin Olchanski, Forum, How to access the SVN repo anonymously?
|
> I found that the SVN repo is forbidden for anonymous users now.
It is possible that you are referencing the SVN repo using the "svn:" access method. This access method was recently
disabled.
Please switch to the "https:" method (username/password svn/svn) using this command:
cd .../roody
svn switch --relocate svn://ladd00.triumf.ca/roody https://ladd00.triumf.ca/svn/roody
K.O. |
25 May 2011, Jackie Glister, Forum, Refresh problem when drawing groups
|
I'm having a Roody refresh problem: when I draw groups in online mode the entire
canvas is refreshed with the most recently selected single histogram, instead of
the group. I used svn to install the most recent version (svn checkout
svn://ladd00.triumf.ca/roody/trunk roody). Any help would be greatly appreciated! |
19 Oct 2010, Konstantin Olchanski, Bug Fix, roody update
|
And you thought that roody was dead? Well, here is an update - implement "reopen" for ROOT files, add
"reopen" button to main menu, fix duplicated histogram names after "reopen" (at the cost of losing display
of histogram titles in the tree view).
K.O. |
19 Oct 2010, Konstantin Olchanski, Bug Fix, roody update, fix open of
|
> And you thought that roody was dead? Well, here is an update - implement "reopen" for ROOT files, add
> "reopen" button to main menu, fix duplicated histogram names after "reopen" (at the cost of losing display
> of histogram titles in the tree view).
> K.O.
Forgot to mention the main reason of this update: when looking at ROOT files, ROODY could not open any subdirectories because of some name
changes inside ROOT. Now fixed.
ROODY svn rev 236
svn checkout https://ladd00.triumf.ca/svn/roody/trunk roody
K.O. |
19 Oct 2010, Konstantin Olchanski, Info, roody good on macos 10.6.4
|
For the record, ROODY svn rev 236 builds and runs on MacOS 10.6.4 with ROOT 5.26.00c. K.O. |
22 Nov 2009, Exaos Lee, Suggestion, New main.cxx for roody
|
The original "main.cxx" always produced "segmentation fault" on my system. So I
rewrite a new one as the attached "main_el.cxx". It works stable on my systems. I
use "getopt.h" to parse the command line options. Also, the options are altered
as the following:
-------------------
--mhost, -M <mhost> connect to MIDAS server <mhost>
--rhost, -R <rhost> connect to ROOT server <rhost>
--port, -p <port> connect to port <port>
--config, -c <xml> Using config file <xml> in XML format
-------------------
The main_el.cxx doesn't pass options to TApplication except root file names.
Please see the source in detail. I hope it may help. |
02 Mar 2008, Exaos Lee, Bug Report, ROODY kills analyzer too!!
|
I compiled roody svn231 with ROOT 5.18.00 and gcc 4.1 on Debain Linux 4.0 (AMD64).
I tested the roody with the "examples/experiment" in MIDAS svn4124 and
encountered the following error:
Error in <TFile::TFile>: file /last.root does not exist
*** Break *** segmentation violation
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1090525536 (LWP 17985)]
0x00000000004114e6 in root_server_thread (arg=<value optimized out>) at src/mana.c:5333
Current language: auto; currently c++
(gdb) next
[midas.c:2416:bm_validate_client_index,ERROR] Invalid client index 1 in buffer 'SYSMSG'. Client name '', pid 0 should be 17973
0x00002b800b8a5460 in sighandler () from /opt/ROOT/Versions/Current/lib/libCore.so.5.18
(gdb) next
Single stepping until exit from function _Z10sighandleri,
which has no line number information.
Cannot remove breakpoints because program is no longer writable.
It might be running in another process.
Further execution is probably impossible.
0x00002b800b8a546e in sighandler () from /opt/ROOT/Versions/Current/lib/libCore.so.5.18
ptrace: 娌℃湁閭d釜杩涚▼.
(gdb) next
Single stepping until exit from function _Z10sighandleri,
which has no line number information.
Cannot remove breakpoints because program is no longer writable.
It might be running in another process.
Further execution is probably impossible.
0x00002b800b8a546e in sighandler () from /opt/ROOT/Versions/Current/lib/libCore.so.5.18
ptrace: 娌℃湁閭d釜杩涚▼.
(gdb) next
Single stepping until exit from function _Z10sighandleri,
which has no line number information.
Cannot remove breakpoints because program is no longer writable.
It might be running in another process.
Further execution is probably impossible.
0x00002b800b8a546e in sighandler () from /opt/ROOT/Versions/Current/lib/libCore.so.5.18
The system information is as the following:
$ uname -a
Linux daq-heg 2.6.18-5-amd64 #1 SMP Sat Dec 22 20:43:59 UTC 2007 x86_64 GNU/Linux
$ gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --enable-checking=release
x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
$ root-config --config
linuxx8664gcc --prefix=/opt/ROOT/Versions/5.18.00-gcc
--datadir=/opt/ROOT/Versions/5.18.00-gcc/share
--docdir=/opt/ROOT/Versions/5.18.00-gcc/doc
--incdir=/opt/ROOT/Versions/5.18.00-gcc/include
--libdir=/opt/ROOT/Versions/5.18.00-gcc/lib
--etcdir=/opt/ROOT/Versions/5.18.00-gcc/etc
--elispdir=/opt/ROOT/Versions/5.18.00-gcc/share/emacs/site-lisp --enable-cern
--with-cern-libdir=/usr/lib --enable-fftw3 --enable-gdml --enable-mathcore
--enable-mathmore --enable-opengl --enable-python --enable-qt --enable-roofit
--enable-ruby --enable-shared --enable-soversion --enable-ssl --enable-xml
--enable-xft --enable-xrootd --enable-g4root
--with-g4-incdir=/opt/GEANT4/Versions/9.0.p01/include
--with-g4-libdir=/opt/GEANT4/Versions/9.0.p01/lib/Linux-g++
Any idea to fix this problem? |
03 Mar 2008, Randolf Pohl, Bug Report, ROODY kills analyzer too!!
|
Hi,
I had the very same problem last summer during our beam time. Don't know the revision, but it was the tarball I downloaded around mid-July.
Symptom: The MIDAS (online) analyzer crashed as soon as roody was started. Started, i.e. before any user interaction became even possible. And the crash happened always. 100.0%.
My workaround was: Use roody rev. 220.
No crashes, beam time saved.
I attach 2 outputs I saved at that time.
Oh, yes: I still have the sources and such. Last modified date is July 9 and earlier (see attachment 3). I can send them around if you want to find the revision and bracket the offending commits. (I wish you were using "git". Ever read about git-bisect?)
Cheers,
Randolf
PS: Konstantin, I had promised you to try and pin down the problem after the run. Obviously I forgot, sorry. Please tell me if I can be of any help now. |
04 Mar 2008, Exaos Lee, Bug Report, Revision 221 works! But not remotely.
|
I recompiled the roody of revision 221 and found this revision works. But when I run roody remotely, it still keeps killing the analyzer 100%.
Hope somebody can fix it. |
07 Mar 2008, Randolf Pohl, Bug Report, Revision 221 works! But not remotely.
|
Hi,
Exaos Lee wrote: | I recompiled the roody of revision 221 and found this revision works. But when I run roody remotely, it still keeps killing the analyzer 100%.
|
We used 220 (not 221) successfully, but only locally.
Now that you say it I think I recall I could not get roody to run remotely. Don't remember the exact reasons, though.
What I did then was to "ssh -X" from the remote machine into the backend and start roody there (Actually a button with a beautiful picture enabled the users to do so).
Just an idea: Are all necessary ports open on the receiving machine? Maybe the analyzer is just collateral damage, in reality roody commits suicide because the firewall is nasty to him?
I don't have my machines set up at the moment. One of the machines stayed in a box at PSI. So I can't really help you, I am sorry. I think it's time for the specialists now. Anybody there???!?!
Good luck,
Randolf |
07 Mar 2008, Stefan Ritt, Bug Report, Revision 221 works! But not remotely.
|
Randolf Pohl wrote: | Just an idea: Are all necessary ports open on the receiving machine? Maybe the analyzer is just collateral damage, in reality roody commits suicide because the firewall is nasty to him? |
The connection between ROODY and the analyzer works only on a single port, but if anybody wants to connect via the underlying MIDAS layer there is a two-way communication: 1) "odbedit -h <host>" connects to host <host> on port 1175 and 2) mserver on <host> connects back to odbedit on an arbitrary port. For 2), one has to excempt the client program (in this case odbedit) from the firewall for all ports on the remote client and the server program port 1175 on the <host> machine. But I'm not sure if this is your problem right now. |
17 May 2009, Randolf Pohl, Bug Fix, [PATCH] ROODY kills analyzer too!!
|
Hi,
I have fixed the bug:
diff roody_233/include/DataSourceTNetFolder.h roody_233_fixed/include/DataSourceTNetFolder.h
100c100
< uint32_t p = 0;
---
> uintptr_t p = 0;
(Both Exaos and I were/are using roody on 64 bit machines.)
Best regards,
Randolf |
23 Jul 2009, Exaos Lee, Bug Fix, [PATCH] ROODY kills analyzer too!!
|
Randolf Pohl wrote: | Hi,
I have fixed the bug:
diff roody_233/include/DataSourceTNetFolder.h roody_233_fixed/include/DataSourceTNetFolder.h
100c100
< uint32_t p = 0;
---
> uintptr_t p = 0;
(Both Exaos and I were/are using roody on 64 bit machines.)
Best regards,
Randolf |
Oh, GOD! From Wednesday, I have took almost one day to find the BUG and fix it. Then I found your post here. |
18 Feb 2008, Jimmy Ngai, Bug Report, Roody kills MIDAS Analyzer
|
Hi All,
I'm running Roody with MIDAS 2.0.0 and ROOT 5.14e on Scientific Linux 4.4.
When Roody is monitoring the online histograms on Localhost, there are two
possibilities that Roody will kill the MIDAS Analyzer:
1) quiting Roody
2) unzoom a histogram when auto-refresh is on
Any ideas?
Best Regards,
Jimmy |
16 Nov 2007, John M O'Donnell, Bug Fix, uint32_t or UInt_t
|
I just downloaded and compiled the latest tarball.
line 98 of DataSourceTNetFolder.h complained about unit32_t. While I could have
added an include to make this work, I instead changed it to use the ROOT type
UInt_t.
Perhaps this change should be included in the distribution |
16 Nov 2007, Konstantin Olchanski, Bug Fix, uint32_t or UInt_t
|
> I just downloaded and compiled the latest tarball.
>
> line 98 of DataSourceTNetFolder.h complained about unit32_t. While I could have
> added an include to make this work, I instead changed it to use the ROOT type
> UInt_t.
Uint_t is technically incorrect. The data returned from the socket connection is a
32-bit pointer to an object in the remote process (how do they come up with
communication protocols like this?!?). The type "Uint_t" is not defined to be of any
particular size and is not necessarily big enough to hold a 32-bit unsigned integer.
According to the "C99" standard, the correct C data type for 32-bit unsigned
integers is uint32_t, defined in "#include <stdint.h>", e.g. see
http://www.oreillynet.com/pub/a/network/2003/10/07/michael_barr.html
I have now added the missing "#include <stdint.h>" statement to
DataSourceTNetFolder.h, commited as revision 230.
I am puzzled why the code compiled without this include statement, possibly on my
SL4.3 machine with ROOT v5.16.00, some ROOT or system header file included it for
me. I am curious what system you use where this code failed to compile?
K.O. |
19 Nov 2007, John M O'Donnell, Bug Fix, uint32_t or UInt_t
|
I'm using Redhat workstation with:
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
ROOT version 5.16/00
it is unlikely that UInt_t will ever be too small. If it is too small, then ROOT will
break! It is clearly intended to be 32 bits long. From Rtypes.h:
#ifdef R__INT16
typedef long Int_t; //Signed integer 4 bytes
typedef unsigned long UInt_t; //Unsigned integer 4 bytes
#else
typedef int Int_t; //Signed integer 4 bytes (int)
typedef unsigned int UInt_t; //Unsigned integer 4 bytes (unsigned int)
#endif
Of course, stdint.h is defined in a standard. However ROOT doesn't really try to follow
the standard (CINT compiles a language similar to C++, but not exactly C++), and indeed
the file stdint.h is not explicitly included in any of $ROOTSYS/include/*.h.
John.
> > I just downloaded and compiled the latest tarball.
> >
> > line 98 of DataSourceTNetFolder.h complained about unit32_t. While I could have
> > added an include to make this work, I instead changed it to use the ROOT type
> > UInt_t.
>
> Uint_t is technically incorrect. The data returned from the socket connection is a
> 32-bit pointer to an object in the remote process (how do they come up with
> communication protocols like this?!?). The type "Uint_t" is not defined to be of any
> particular size and is not necessarily big enough to hold a 32-bit unsigned integer.
>
> According to the "C99" standard, the correct C data type for 32-bit unsigned
> integers is uint32_t, defined in "#include <stdint.h>", e.g. see
> http://www.oreillynet.com/pub/a/network/2003/10/07/michael_barr.html
>
> I have now added the missing "#include <stdint.h>" statement to
> DataSourceTNetFolder.h, commited as revision 230.
>
> I am puzzled why the code compiled without this include statement, possibly on my
> SL4.3 machine with ROOT v5.16.00, some ROOT or system header file included it for
> me. I am curious what system you use where this code failed to compile?
>
> K.O. |
04 Dec 2006, Konstantin Olchanski, Bug Fix, Add menu for SetOptStat
|
I commited the implementation for a new menu item: "OptStat". It allows setting
gStyle->SetOptStat in a user-friendly manner. K.O. |
27 Aug 2006, Konstantin Olchanski, Info, New version coming up...
|
FYI, I am presently working in an updated version of roody.
The user interface, GUI and user-visible functionality I am leaving alone. The under-the-hood handling of
histogram data I am reworking using our latest understanding of the workings of ROOT (object ownership,
etc) and C++ (hey, with STL std::map, C++ is as easy as perl!).
The updated version may also fix some of the existing problems- crashes caused by confused object
ownership rules, long startup times (current code has to look at every existing histogram before starting-
slow if many histograms in an online folder) and inability to display TGraph objects (that is what started
me working on the code).
While at it, we will move the Roody code repository from CVS to SVN.
K.O. |
26 Sep 2006, Konstantin Olchanski, Info, New version coming up...
|
> FYI, I am presently working in an updated version of roody.
The new version of Roody has been commited.
It has been tested only on Linux (SL4.3) and while we are shaking out the new bugs,
all are welcome to try it and report any problems. It should not eat your data.
If the new version does not work for you at all, the old version was preserved as
an SVN branch, accessible using this SVN command:
svn checkout svn://ladd00.triumf.ca/roody/branches/roody-v1 roody-v1
K.O. |
26 Sep 2006, Konstantin Olchanski, Info, New version coming up...
|
> > FYI, I am presently working in an updated version of roody.
>
> The new version of Roody has been commited.
>
> It has been tested only on Linux (SL4.3) and while we are shaking out the new bugs,
> all are welcome to try it and report any problems. It should not eat your data.
>
> If the new version does not work for you at all, the old version was preserved as
> an SVN branch, accessible using this SVN command:
> svn checkout svn://ladd00.triumf.ca/roody/branches/roody-v1 roody-v1
(the email notification for this message did not work at first, trying again)
K.O. |
04 Sep 2006, Konstantin Olchanski, Info, added "make docs"
|
I commited the missing images, fixed the doxygen config file and added the "make docs" target. Now
"make docs" will generate the documentation and place it into the directory "html". K.O. |
04 Sep 2006, Konstantin Olchanski, Info, roody CVS converted to SVN
|
The ROODY source code repository has been converted from CVS to SVN.
The new command to "get" the sources is:
svn checkout svn://ladd00.triumf.ca/roody/trunk roody
At this time, I do not know how to "convert" a local CVS checkout tree into an SVN checout tree other than
by brute force (new svn checout, copy modified files from the cvs checout, erase the old cvs checkout
tree).
For the latest ROODY insructions, please visit http://daq-plone.triumf.ca/SR/ROODY/
K.O. |
21 Aug 2006, Konstantin Olchanski, Bug Fix, Better zoom & rebin controls, show TDirectory contents
|
I commited a series of changed to Roody:
- cleanup unused files
- show contents of TDirectory objects (this used to work before, why was it
removed? It was a 1 line fix!)
- rework and simplify controls for zooming and rebinning of TCanvas contents
K.O. |
22 Jun 2006, Joe Chuma, Bug Fix, roody refresh button fix (again)
|
The refresh button was in the wrong state the first time the user set the refresh rate for online histograms. |
07 Jun 2006, Joe Chuma, Bug Fix, roody online fixes
|
Roody has been modified so the resetting of individual histograms should now work. This involved a check for "//" at beginning of path to histogram and remove if it is there.
Also, the properties of the refresh button have been changed. It is enabled when there is a socket connection, and if the refresh rate = 0, button says "refresh now", but if the refresh rate > 0, button toggles refresh on/off (with appropriate labeling). |