[Gate-users] "Segmentation violation" aborts my run

Ida Häggström ida.haggstrom at radfys.umu.se
Thu Sep 24 10:35:03 CEST 2009


Hello Bryan (and all) and thanks for your reply!
I usually run from the command line (>> Gate Main.mac) but after your reply
I tried running from within Gate. Unfortunately all my trials failed just
like before... I also tried using some manually set seeds for my random
generator, and tried all three different generators. No luck there
either.... The point at which the segmentation violation appeared changed
slightly for the changes however, but it still appeared and aborted my run.
The only files I have in my folder are a bunch of .mac files that describe
my camera, physics, output etc... I have located something that might be an
error however. I'm not sure if this is connected at all to the segmentation
violation, but still... I've described the problem also in a new post,
"GeomTestError: overlapping daughter volumes and overshooting daughter
volumes".

Anyway, any other ideas are much appreciated! Thanks again Bryan for your
input!
Ida

2009/9/23 Bryan McIntosh <mcintoshster at gmail.com>

> Are you running the simulation from the command line by typing Gate
> [macroname].mac, or are you starting it from inside Gate?  Sometimes
> I've had this same error, and I was able to work around it by starting
> the macro by typing /control/execute [macroname].mac after starting
> Gate first.  You may also want to try setting a different seed number
> manually; the Gate 5.0.0 manual tells you how to do this on page 154.
> Segfaults have also been caused for me by having an endOfRun.rndm file
> from a different simulation geometry sitting in the folder of the
> macro I want to run; by deleting this file or setting a different seed
> value manually like I mentioned before, I've been able to work around
> this issue.
>
> I'm still not sure why it happens, though; any comments from the
> developers or someone with more experience in C programming than me?
>
> -Bryan
>
> On Wed, Sep 23, 2009 at 6:01 AM,
> <gate-users-request at lists.healthgrid.org> wrote:
> > Send Gate-users mailing list submissions to
> >        gate-users at lists.healthgrid.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >        http://lists.healthgrid.org/mailman/listinfo/gate-users
> > or, via email, send a message with subject or body 'help' to
> >        gate-users-request at lists.healthgrid.org
> >
> > You can reach the person managing the list at
> >        gate-users-owner at lists.healthgrid.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Gate-users digest..."
> >
> >
> > Today's Topics:
> >
> >   1. "Segmentation violation" aborts my run (Ida H?ggstr?m)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 23 Sep 2009 13:01:24 +0200
> > From: Ida H?ggstr?m <ida.haggstrom at radfys.umu.se>
> > Subject: [Gate-users] "Segmentation violation" aborts my run
> > To: gate-users <gate-users at lists.healthgrid.org>
> > Message-ID:
> >        <ff2bc2ff0909230401l3ae76354n8e66e3f82aafd06d at mail.gmail.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hello all!
> > I've encountered a problem that I'm not sure about. It doesn't seem to be
> an
> > error in my Gate code, but I'm not sure... First of all, my installation
> > versions:
> >
> > Gate: 5.0.0    Geant4: 9.2.p01    Clhep: 2.0.4.2    Lmf: 3.0    Root:
> 5.24
> >
> > Linux OS: centOS 5.3     gcc: 4.1.2
> >
> > I've installed Gate and run benchmarkPET and other things without any
> > problems.
> > I have a simple spherical source (10Bq) and water phantom in a GE camera
> > setup (Acquisition time 5s). I've managed to run the simulation
> > successfully, the output looks OK and the openGL visualization shows the
> > gamma tracks etc... However, when I change the acquisition time to
> something
> > longer, say 10s I get a segmentation violation error and the run is
> aborted.
> > The same happens if I keep the acquisition time, but increase the source
> > activity to say 100Bq. Also, I manage to run the simulation longer if I
> > decrease the slice time from 1s to 0.1s.... I get the segmentation
> violation
> > error at different times depending on the combination of source activity,
> > acquisition time and slice time... It doesn't matter if I disable any
> output
> > or not either. I've also tried with a voxelized source, but the same
> thing
> > happens.
> > I've written the error below, and attached the macro files for my time
> > management and source.
> > What could possibly cause this, and how to change it?? Thanks!
> > /Ida
> >
> > ----------
> > ====================================================================
> >
> > Time set to (s) 1
> > Time set to (s) 2
> > Time set to (s) 3
> > Time set to (s) 4
> >
> >  *** Break *** segmentation violation
> > (no debugging symbols found)
> > Attaching to program: /proc/7508/exe, process 7508
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > (no debugging symbols found)...done.
> > [Thread debugging using libthread_db enabled]
> > [New Thread 0xb6c606d0 (LWP 7508)]
> > 0x00ac8402 in __kernel_vsyscall ()
> > #1  0x04f20dc3 in __waitpid_nocancel () from /lib/libc.so.6
> > #2  0x04ec603b in do_system () from /lib/libc.so.6
> > #3  0x07ca787d in system () from /lib/libpthread.so.0
> > #4  0x011a3ead in TUnixSystem::Exec ()
> >   from /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so
> > #5  0x011aaa56 in TUnixSystem::StackTrace ()
> >   from /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so
> > #6  0x011a87ce in TUnixSystem::DispatchSignals ()
> >   from /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so
> > #7  0x011a889d in SigHandler ()
> >   from /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so
> > #8  0x011a17b4 in sighandler ()
> >   from /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so
> > #9  <signal handler called>
> > #10 0x03b556f5 in std::string::assign () from /usr/lib/libstdc++.so.6
> > #11 0x00c52816 in GateAnalysis::RecordEndOfEvent ()
> >   from /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > #12 0x00da544e in GateOutputMgr::RecordEndOfEvent ()
> >   from /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > #13 0x00cfa591 in GateEventAction::EndOfEventAction ()
> >   from /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > #14 0x03de9dda in G4EventManager::DoProcessing ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4event.so
> > #15 0x03dea0ab in G4EventManager::ProcessOneEvent ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4event.so
> > #16 0x0781dae3 in G4RunManager::DoEventLoop ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4run.so
> > #17 0x0781d461 in G4RunManager::BeamOn ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4run.so
> > #18 0x00c5c049 in GateApplicationMgr::StartDAQ ()
> >   from /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > #19 0x00c5ab92 in GateApplicationMgrMessenger::SetNewValue ()
> >   from /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > #20 0x038eefcf in G4UIcommand::DoIt ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #21 0x038fb849 in G4UImanager::ApplyCommand ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #22 0x038fbb66 in G4UImanager::ApplyCommand ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #23 0x038dd2cf in G4UIbatch::ExecCommand ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #24 0x038decda in G4UIbatch::SessionStart ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #25 0x038f778f in G4UImanager::ExecuteMacroFile ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #26 0x038f5752 in G4UIcontrolMessenger::SetNewValue ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #27 0x038eefcf in G4UIcommand::DoIt ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #28 0x038fb849 in G4UImanager::ApplyCommand ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #29 0x038fbb66 in G4UImanager::ApplyCommand ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #30 0x038dd2cf in G4UIbatch::ExecCommand ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #31 0x038decda in G4UIbatch::SessionStart ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #32 0x038f778f in G4UImanager::ExecuteMacroFile ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #33 0x00eab983 in GateUIcontrolMessenger::LaunchMacroFile ()
> >   from /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > #34 0x00eabab0 in GateUIcontrolMessenger::SetNewValue ()
> >   from /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > #35 0x038eefcf in G4UIcommand::DoIt ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #36 0x038fb849 in G4UImanager::ApplyCommand ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #37 0x038fbb66 in G4UImanager::ApplyCommand ()
> >   from /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so
> > #38 0x0804ee62 in main ()
> > The program is running.  Quit anyway (and detach it)? (y or n) [answered
> Y;
> > input not from terminal]
> > Detaching from program: /proc/7508/exe, process 7508
> > WARNING - Attempt to delete the physical volume store while geometry
> closed
> > !
> > WARNING - Attempt to delete the logical volume store while geometry
> closed !
> > WARNING - Attempt to delete the solid store while geometry closed !
> > *** glibc detected *** Gate: free(): invalid pointer: 0x08438544 ***
> > ======= Backtrace: =========
> > /lib/libc.so.6[0x4ef90f1]
> > /lib/libc.so.6(cfree+0x90)[0x4efcbc0]
> > /usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x3b77571]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4processes.so(_ZN22G4HadronElasticProcessD0Ev+0x35)[0xb70b3215]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4processes.so(_ZN22G4HadronicProcessStore5CleanEv+0x2f)[0xb70af24f]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4processes.so(_ZN22G4HadronicProcessStoreD1Ev+0x1f)[0xb70b10ff]
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4processes.so[0xb70b13d0]
> > /lib/libc.so.6(exit+0xe9)[0x4ebbd39]
> >
> /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so(_ZN11TUnixSystem4ExitEib+0x93)[0x11a5903]
> >
> /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so(_ZN11TUnixSystem15DispatchSignalsE8ESignals+0x17e)[0x11a885e]
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so[0x11a889d]
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so[0x11a17b4]
> > [0xac8420]
> >
> /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so(_ZN12GateAnalysis16RecordEndOfEventEPK7G4Event+0x7a6)[0xc52816]
> >
> /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so(_ZN13GateOutputMgr16RecordEndOfEventEPK7G4Event+0x6e)[0xda544e]
> >
> /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so(_ZN15GateEventAction16EndOfEventActionEPK7G4Event+0x31)[0xcfa591]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4event.so(_ZN14G4EventManager12DoProcessingEP7G4Event+0x8da)[0x3de9dda]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4event.so(_ZN14G4EventManager15ProcessOneEventEP7G4Event+0x2b)[0x3dea0ab]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4run.so(_ZN12G4RunManager11DoEventLoopEiPKci+0xd3)[0x781dae3]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4run.so(_ZN12G4RunManager6BeamOnEiPKci+0x71)[0x781d461]
> >
> /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so(_ZN18GateApplicationMgr8StartDAQEv+0x1f9)[0xc5c049]
> >
> /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so(_ZN27GateApplicationMgrMessenger11SetNewValueEP11G4UIcommand8G4String+0x142)[0xc5ab92]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UIcommand4DoItE8G4String+0x98f)[0x38eefcf]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UImanager12ApplyCommandEPKc+0x4d9)[0x38fb849]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UImanager12ApplyCommandE8G4String+0x26)[0x38fbb66]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN9G4UIbatch11ExecCommandERK8G4String+0x3f)[0x38dd2cf]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN9G4UIbatch12SessionStartEv+0xfa)[0x38decda]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UImanager16ExecuteMacroFileEPKc+0x4f)[0x38f778f]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN20G4UIcontrolMessenger11SetNewValueEP11G4UIcommand8G4String+0x102)[0x38f5752]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UIcommand4DoItE8G4String+0x98f)[0x38eefcf]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UImanager12ApplyCommandEPKc+0x4d9)[0x38fb849]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UImanager12ApplyCommandE8G4String+0x26)[0x38fbb66]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN9G4UIbatch11ExecCommandERK8G4String+0x3f)[0x38dd2cf]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN9G4UIbatch12SessionStartEv+0xfa)[0x38decda]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UImanager16ExecuteMacroFileEPKc+0x4f)[0x38f778f]
> >
> /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so(_ZN22GateUIcontrolMessenger15LaunchMacroFileE8G4String+0xa3)[0xeab983]
> >
> /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so(_ZN22GateUIcontrolMessenger11SetNewValueEP11G4UIcommand8G4String+0x80)[0xeabab0]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UIcommand4DoItE8G4String+0x98f)[0x38eefcf]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UImanager12ApplyCommandEPKc+0x4d9)[0x38fb849]
> >
> /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.so(_ZN11G4UImanager12ApplyCommandE8G4String+0x26)[0x38fbb66]
> > Gate(main+0x5c2)[0x804ee62]
> > /lib/libc.so.6(__libc_start_main+0xdc)[0x4ea5e8c]
> >
> Gate(_ZN12G4VisManager15DispatchToModelERK13G4VTrajectoryi+0x99)[0x804d921]
> > ======= Memory map: ========
> > 00101000-00379000 r-xp 00000000 fd:00 7144605    /usr/lib/libXm.so.4.0.1
> > 00379000-00391000 rwxp 00278000 fd:00 7144605    /usr/lib/libXm.so.4.0.1
> > 00391000-00392000 rwxp 00391000 00:00 0
> > 00392000-00522000 r-xp 00000000 fd:00 9342398
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libRIO.so
> > 00522000-00526000 rwxp 0018f000 fd:00 9342398
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libRIO.so
> > 00526000-00528000 rwxp 00526000 00:00 0
> > 00528000-0062a000 r-xp 00000000 fd:00 9342368
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libNet.so
> > 0062a000-00631000 rwxp 00101000 fd:00 9342368
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libNet.so
> > 00631000-00632000 rwxp 00631000 00:00 0
> > 00632000-00634000 r-xp 00000000 fd:00 1278000    /lib/libdl-2.5.so
> > 00634000-00635000 r-xp 00001000 fd:00 1278000    /lib/libdl-2.5.so
> > 00635000-00636000 rwxp 00002000 fd:00 1278000    /lib/libdl-2.5.so
> > 00636000-00648000 r-xp 00000000 fd:00 7171017    /usr/lib/libz.so.1.2.3
> > 00648000-00649000 rwxp 00011000 fd:00 7171017    /usr/lib/libz.so.1.2.3
> > 00649000-00651000 r-xp 00000000 fd:00 9439059
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4readout.so
> > 00651000-00652000 rwxp 00007000 fd:00 9439059
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4readout.so
> > 00653000-0066d000 r-xp 00000000 fd:00 1277955    /lib/ld-2.5.so
> > 0066d000-0066e000 r-xp 00019000 fd:00 1277955    /lib/ld-2.5.so
> > 0066e000-0066f000 rwxp 0001a000 fd:00 1277955    /lib/ld-2.5.so
> > 0066f000-00a42000 r-xp 00000000 fd:00 9342337
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libHist.so
> > 00a42000-00a54000 rwxp 003d2000 fd:00 9342337
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libHist.so
> > 00a54000-00a58000 rwxp 00a54000 00:00 0
> > 00a58000-00a81000 r-xp 00000000 fd:00 9342396
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libRint.so
> > 00a81000-00a83000 rwxp 00028000 fd:00 9342396
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libRint.so
> > 00a83000-00aa8000 r-xp 00000000 fd:00 1278002    /lib/libm-2.5.so
> > 00aa8000-00aa9000 r-xp 00024000 fd:00 1278002    /lib/libm-2.5.so
> > 00aa9000-00aaa000 rwxp 00025000 fd:00 1278002    /lib/libm-2.5.so
> > 00aaa000-00ac1000 r-xp 00000000 fd:00 9439071
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4FR.so
> > 00ac1000-00ac2000 rwxp 00017000 fd:00 9439071
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4FR.so
> > 00ac2000-00ac4000 r-xp 00000000 fd:00 7171012    /usr/lib/libXau.so.6.0.0
> > 00ac4000-00ac5000 rwxp 00001000 fd:00 7171012    /usr/lib/libXau.so.6.0.0
> > 00ac8000-00ac9000 r-xp 00ac8000 00:00 0          [vdso]
> > 00ac9000-00b92000 r-xp 00000000 fd:00 9342317
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libGpad.so
> > 00b92000-00b98000 rwxp 000c8000 fd:00 9342317
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libGpad.so
> > 00b98000-00b9a000 rwxp 00b98000 00:00 0
> > 00b9a000-00bb4000 r-xp 00000000 fd:00 9439075
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4RayTracer.so
> > 00bb4000-00bb6000 rwxp 00019000 fd:00 9439075
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4RayTracer.so
> > 00bb6000-00bbb000 r-xp 00000000 fd:00 7171013
>  /usr/lib/libXdmcp.so.6.0.0
> > 00bbb000-00bbc000 rwxp 00004000 fd:00 7171013
>  /usr/lib/libXdmcp.so.6.0.0
> > 00bbd000-00f80000 r-xp 00000000 fd:00 10879771
> > /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > 00f80000-00f8e000 rwxp 003c2000 fd:00 10879771
> > /home/ida/GATE/gate_v5.0.0/tmp/Linux-g++/Gate/libGate.so
> > 00f8e000-00f9c000 rwxp 00f8e000 00:00 0
> > 00f9c000-0166f000 r-xp 00000000 fd:00 9342290
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so
> > 0166f000-0168c000 rwxp 006d2000 fd:00 9342290
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libCore.so
> > 0168c000-01705000 rwxp 0168c000 00:00 0
> > 01705000-01718000 r-xp 00000000 fd:00 9439049
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4parmodels.so
> > 01718000-01719000 rwxp 00013000 fd:00 9439049
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4parmodels.so
> > 01719000-0172a000 r-xp 00000000 fd:00 9439043
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4track.so
> > 0172a000-0172b000 rwxp 00010000 fd:00 9439043
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4track.so
> > 0172b000-0175f000 r-xp 00000000 fd:00 9438095
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4global.so
> > 0175f000-01760000 rwxp 00034000 fd:00 9438095
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4global.so
> > 01760000-01770000 r-xp 00000000 fd:00 7163492
>  /usr/lib/libXpm.so.4.11.0
> > 01770000-01771000 rwxp 00010000 fd:00 7163492
>  /usr/lib/libXpm.so.4.11.0
> > 01771000-01780000 r-xp 00000000 fd:00 7171025
>  /usr/lib/libXext.so.6.4.0
> > 01780000-01781000 rwxp 0000e000 fd:00 7171025
>  /usr/lib/libXext.so.6.4.0
> > 01784000-01952000 r-xp 00000000 fd:00 9342321
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libGraf.so
> > 01952000-0195d000 rwxp 001cd000 fd:00 9342321
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libGraf.so
> > 0195d000-01965000 rwxp 0195d000 00:00 0
> > 01965000-01a0d000 r-xp 00000000 fd:00 9439069
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4vis_management.so
> > 01a0d000-01a0f000 rwxp 000a7000 fd:00 9439069
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4vis_management.so
> > 01a0f000-01a10000 rwxp 01a0f000 00:00 0
> > 01a10000-01ab4000 r-xp 00000000 fd:00 9439067
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4modeling.so
> > 01ab4000-01ab7000 rwxp 000a4000 fd:00 9439067
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4modeling.so
> > 01ab7000-01ab8000 rwxp 01ab7000 00:00 0
> > 01ab8000-01abf000 r-xp 00000000 fd:00 7171027    /usr/lib/libXi.so.6.0.0
> > 01abf000-01ac0000 rwxp 00006000 fd:00 7171027    /usr/lib/libXi.so.6.0.0
> > 01ac0000-01ac8000 r-xp 00000000 fd:00 7171065    /usr/lib/libSM.so.6.0.0
> > 01ac8000-01ac9000 rwxp 00007000 fd:00 7171065    /usr/lib/libSM.so.6.0.0
> > 01b27000-01d60000 r-xp 00000000 fd:00 9342351
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libMatrix.so
> > 01d60000-01d67000 rwxp 00239000 fd:00 9342351
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libMatrix.so
> > 01d67000-01d69000 rwxp 01d67000 00:00 0
> > 01d69000-01e23000 r-xp 00000000 fd:00 9439062
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4persistency.so
> > 01e23000-01e25000 rwxp 000ba000 fd:00 9439062
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4persistency.so
> > 01e25000-01e27000 rwxp 01e25000 00:00 0
> > 01e27000-01ea8000 r-xp 00000000 fd:00 9439045
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4digits_hits.so
> > 01ea8000-01eaa000 rwxp 00081000 fd:00 9439045
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4digits_hits.so
> > 01eaa000-01ead000 rwxp 01eaa000 00:00 0
> > 01ead000-01f7f000 r-xp 00000000 fd:00 9439041
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4particles.so
> > 01f7f000-01fb6000 rwxp 000d2000 fd:00 9439041
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4particles.so
> > 01fb6000-01fb7000 rwxp 01fb6000 00:00 0
> > 01fb7000-02079000 r-xp 00000000 fd:00 9438243
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4materials.so
> > 02079000-0207b000 rwxp 000c1000 fd:00 9438243
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4materials.so
> > 0207b000-0207c000 rwxp 0207b000 00:00 0
> > 0207c000-020fb000 r-xp 00000000 fd:00 7156536
> > /usr/lib/libGLU.so.1.3.060501
> > 020fb000-020fc000 rwxp 0007f000 fd:00 7156536
> > /usr/lib/libGLU.so.1.3.060501
> > 020fc000-0218f000 r-xp 00000000 fd:00 7155701    /usr/lib/libGL.so.1.2
> > 0218f000-02196000 rwxp 00093000 fd:00 7155701    /usr/lib/libGL.so.1.2
> > 02196000-0219a000 rwxp 02196000 00:00 0
> > 0219a000-02299000 r-xp 00000000 fd:00 7171014    /usr/lib/libX11.so.6.2.0
> > 02299000-0229d000 rwxp 000ff000 fd:00 7171014    /usr/lib/libX11.so.6.2.0
> > 0229d000-0231a000 r-xp 00000000 fd:00 7171018
> > /usr/lib/libfreetype.so.6.3.10
> > 0231a000-0231d000 rwxp 0007d000 fd:00 7171018
> > /usr/lib/libfreetype.so.6.3.10
> > 02429000-0244a000 r-xp 00000000 fd:00 9439077
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4VRML.so
> > 0244a000-0244b000 rwxp 00020000 fd:00 9439077
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4VRML.so
> > 0244b000-0244c000 rwxp 0244b000 00:00 0
> > 02693000-02722000 r-xp 00000000 fd:00 9342373
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libPhysics.so
> > 02722000-02725000 rwxp 0008f000 fd:00 9342373
> > /home/ida/GATE/ROOT_v5.24/root/lib/root/libPhysics.so
> > 028f1000-02929000 r-xp 00000000 fd:00 9439064
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4interfaces.so
> > 02929000-0292a000 rwxp 00038000 fd:00 9439064
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4interfaces.so
> > 0298c000-029b3000 r-xp 00000000 fd:00 7171019
> > /usr/lib/libfontconfig.so.1.1.0
> > 029b3000-029bb000 rwxp 00027000 fd:00 7171019
> > /usr/lib/libfontconfig.so.1.1.0
> > 029f8000-02c24000 r-xp 00000000 fd:00 9438737
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4geometry.so
> > 02c24000-02c2c000 rwxp 0022b000 fd:00 9438737
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4geometry.so
> > 02c2c000-02c33000 rwxp 02c2c000 00:00 0
> > 030ff000-0323c000 r-xp 00000000 fd:00 9044291
> > /home/ida/GATE/CLHEP_v2.0.4.2/lib/libCLHEP-2.0.4.2.so
> > 0323c000-03240000 rwxp 0013d000 fd:00 9044291
> > /home/ida/GATE/CLHEP_v2.0.4.2/lib/libCLHEP-2.0.4.2.so
> > 03240000-03242000 rwxp 03240000 00:00 0
> > 032ab000-032cc000 r-xp 00000000 fd:00 7150863
>  /usr/lib/libjpeg.so.62.0.0
> > 032cc000-032cd000 rwxp 00020000 fd:00 7150863
>  /usr/lib/libjpeg.so.62.0.0
> > 038d3000-0390f000 r-xp 00000000 fd:00 9438139
> > /home/ida/GATE/geant4.9.2.p01/lib/Linux-g++/libG4intercoms.sAborted
> > ------
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <
> http://lists.healthgrid.org/archives/gate-users/attachments/20090923/dc01a7cc/attachment.htm
> >
> > -------------- next part --------------
> > A non-text attachment was scrubbed...
> > Name: SourceOriginal.mac
> > Type: application/octet-stream
> > Size: 493 bytes
> > Desc: not available
> > URL: <
> http://lists.healthgrid.org/archives/gate-users/attachments/20090923/dc01a7cc/attachment.obj
> >
> > -------------- next part --------------
> > A non-text attachment was scrubbed...
> > Name: TimeManagement.mac
> > Type: application/octet-stream
> > Size: 236 bytes
> > Desc: not available
> > URL: <
> http://lists.healthgrid.org/archives/gate-users/attachments/20090923/dc01a7cc/attachment-0001.obj
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > Gate-users mailing list
> > Gate-users at lists.healthgrid.org
> > http://lists.healthgrid.org/mailman/listinfo/gate-users
> >
> >
> > End of Gate-users Digest, Vol 40, Issue 20
> > ******************************************
> >
> _______________________________________________
> Gate-users mailing list
> Gate-users at lists.healthgrid.org
> http://lists.healthgrid.org/mailman/listinfo/gate-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20090924/0236cd53/attachment.htm>


More information about the Gate-users mailing list