|
[Rivet] Multiple messages with rivetAndy Buckley andy.buckley at ed.ac.ukThu Feb 17 12:13:35 GMT 2011
This script (from the extension I thought it was going to be a binary!) looks ok to me. There is likely to be a problem at the generator end, though: I suggest that you take the rivet part out and try generating just a few events with agile-runmc and writing their output to stdout, e.g. "-o -". That should help you to work out where it's going wrong. By the way, you can make your script a bit more portable by using /tmp/$USER to specify the fifo location rather than hard-coding your username into the script... that way we can try to reproduce the problem if it persists. Cheers, Andy On 17/02/11 10:55, Zenonas Zenonos wrote: > Hello > > indeed I am using the fifo method in this > way /afs/cern.ch/user/z/zenon/public/simXsect.exe > <http://cern.ch/user/z/zenon/public/simXsect.exe> . > > What I have to do? > > thank you fro helping me! > Z > > On Thu, Feb 17, 2011 at 11:46 AM, Hendrik Hoeth <hendrik.hoeth at cern.ch > <mailto:hendrik.hoeth at cern.ch>> wrote: > > Thus spake Zenonas Zenonos (zinon123 at gmail.com > <mailto:zinon123 at gmail.com>): > > > GenEvent::write_vertex !v||!os, v=0x10fbb570 setting badbit > > > > What does it mean? Is it an error from side or it's a issue related to > > Rivet? This usually lead to a dump core of the job. > > Typically the logic is the other way round. Rivet crashes, your > generator can't write into the pipe anymore (I suppose you're using the > FIFO method) and then you get tons of those messages. I haven't looked > at your code, but I believe that your segfault is the cause of those > messages, not the other way round. > > Cheers, > > Hendrik > > -- > It pays to be obvious, especially if you have > a reputation for subtlety. -- Isaac Asimov > > > > > _______________________________________________ > Rivet mailing list > Rivet at projects.hepforge.org > http://www.hepforge.org/lists/listinfo/rivet -- Dr Andy Buckley SUPA Advanced Research Fellow Particle Physics Experiment Group, University of Edinburgh The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
More information about the Rivet mailing list |