-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segmentation fault using the random device #17
Comments
Hmmm... we have dozens of installations and I don't see that. Which linux flavor are you using? Please run the rcdaq_server under debugger control and find out where it segfaults. Did you have data logging turned on? Can you make sure you have no server running and execute the reference setup.sh script that comes with the project and try to take some data? BTW, the rpcbind stuff is explained in chapter 12. Let's see what gives. |
Hi,
It is worth mentioning that I installed the "debuginfo" etc. a few times with dnf install and I still get this message. Thanks again for your help. |
Hmmm.. ok, Fedora is maybe not the most popular installation, but of course it should work. You stopped short of giving me the actual information I wanted, typing "where" in the gdb session after the segfault to get the exact line where it happens. Before you retry, edit rcdaq's Makefile.am. Find the line where it sets the AM_LDFLAGS. Somewhere close, add a line
then go to your build area and type
so we get meaningful debug info. With the rcdaq_client not found - did you exactly follow my installation instructions in chapter 11? If you did, your $PATH should contain your $ONLINE_MAIN/bin area. Let's get to the bottom of this with private mails for a while - [email protected] - those mails fill up quite a number of people's mailboxes when we do this here. |
Hi,
So I installed the rcdaq system using the instructions on https://www.phenix.bnl.gov/~purschke/rcdaq/rcdaq_doc.pdf and tried to follow the procedure with the random device described on page 10. After using:
rcdaq_client daq_begin 1
On the client terminal, I got the following output on the server terminal:
I would mention that previously I had a problem with registration so I started "/etc/sysconfig/rpcbind" and only then the rcdaq_server started properly.
I would appreciate your help.
The text was updated successfully, but these errors were encountered: