Fork me on GitHub

Changes between Initial Version and Version 2 of Ticket #1090


Ignore:
Timestamp:
Apr 7, 2017, 4:05:38 PM (7 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1090 – Description

    initial v2  
    22
    33But I can't get the event display to work in either version; I get a segfault right away:
    4 
     4{{{
    55[haggerty@rcas2073 delphes341]$ root -l examples/EventDisplay.C'("cards/delphes_card_CMS.tcl","delphes_output.root")'
    66root [0]
     
    99
    1010 *** Break *** segmentation violation
    11 
     11}}}
    1212I'll see if I can build it with debugging information so I can debug it, but maybe it rings a bell with someone.  I usually can't figure out anything from the traceback, so I didn't attach the whole thing; this seems like the origin:
    13 
     13{{{
    1414#5  0x00007f66ad313324 in dirname () from /lib64/libc.so.6
    1515#6  0x00007f66925238da in ExRootConfReader::ReadFile(char const*, bool) () from /gpfs/mnt/gpfs02/sphenix/data/data01/haggerty/delphes/delphes341/libDelphesDisplay.so
    1616#7  0x00007f66926712a4 in Delphes3DGeometry::readFile(char const*, char const*, char const*, char const*, char const*) () from /gpfs/mnt/gpfs02/sphenix/data/data01/haggerty/delphes/delphes341/libDelphesDisplay.so
    17 
     17}}}
    1818Thanks again for a nice piece of work!