Dear Gate users!<br><br>I am new in this forum as well as new user of
Gate simulation , I have been running Cylindrical PET , and I have
recieved output file named as benchPET.root, Can someone guide how
should I proceed to get Sinograme to use in reconstruction algorithms
to see image. <br>
<br>I shall appreciate your answer<br>Regards <br><br><div class="gmail_quote">On Wed, Nov 7, 2012 at 9:19 AM, <span dir="ltr"><<a href="mailto:gate-users-request@lists.opengatecollaboration.org" target="_blank">gate-users-request@lists.opengatecollaboration.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Gate-users mailing list submissions to<br>
<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:gate-users-request@lists.opengatecollaboration.org">gate-users-request@lists.opengatecollaboration.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:gate-users-owner@lists.opengatecollaboration.org">gate-users-owner@lists.opengatecollaboration.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Gate-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: Annihilation Point (Seb)<br>
2. Simulating back-to-back photons with non-collinearity<br>
(Jonathan Poon)<br>
3. Re: Gate-users Digest, Vol 78, Issue 6 (jehangir khan)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 06 Nov 2012 16:28:04 +0100<br>
From: Seb <<a href="mailto:sebastien.jan@cea.fr">sebastien.jan@cea.fr</a>><br>
To: <a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a><br>
Subject: Re: [Gate-users] Annihilation Point<br>
Message-ID: <<a href="mailto:50992C84.6010505@cea.fr">50992C84.6010505@cea.fr</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
Hi<br>
This option is disable since the release 6.0.<br>
If you want to use it, you need to modify in the code:<br>
------------------<br>
file :GateToRoot.cc<br>
line 126: m_recordFlag = 0; // Design to embrace obsolete functions<br>
(histogram, recordVoxels, ...)<br>
by m_recordFlag =1;<br>
------------------<br>
And then, recompile Gate.<br>
Cheers<br>
Seb<br>
<br>
> Hi Gate-Users<br>
> I have one problem to store in the simulation the annihilation point.<br>
> I simulate one cylindrical scanner PET, where I place one sphere<br>
> source of F18, inside one phantom of water; I want to plot the<br>
> annihilation point but I do not know how to store this type of data in<br>
> the Root output.<br>
> I saw in the example_ROOT_Analyse, there is a root output file named<br>
> data_PET.root; inside this file, there are some folder and in one of<br>
> this, named Gate, is stored the annihilation point. I want to know how<br>
> I can obtain the same folder in my simulation, using the Root output<br>
> file, because there is not a Gate-macro correlated to the output file<br>
> data_PET.root.<br>
> I post below the part of my Gate-macro where I set the type of the<br>
> output file.<br>
> ROOT Output format<br>
> #<br>
> /gate/output/root/enable<br>
> #<br>
> /gate/output/root/setFileName MyWork_2<br>
> #<br>
> /gate/output/root/setRootNtupleFlag 1<br>
> #<br>
> /gate/output/root/setRootHitFlag 1<br>
> #<br>
> /gate/output/root/setRootSinglesFlag 1<br>
> #<br>
> /gate/output/root/setRootCoincidencesFlag 1<br>
> #<br>
> /gate/output/root/setSaveRndmFlag 1<br>
> #<br>
> #/gate/output/verbose 2<br>
><br>
><br>
> Help me please.<br>
> Best Regards<br>
> Manuele Calussi<br>
><br>
><br>
> _______________________________________________<br>
> Gate-users mailing list<br>
> <a href="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.opengatecollaboration.org</a><br>
> <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
<br>
<br>
--<br>
-------------------<br>
S?bastien JAN, PhD<br>
Groupe de Recherche en Physique Bio-M?dicale<br>
CEA - I?BM - Service Hospitalier Fr?d?ric Joliot<br>
4 pl. du G?n?ral Leclerc 91401 Orsay<br>
<a href="tel:%2B33%201%2069%2086%2078%2037" value="+33169867837">+33 1 69 86 78 37</a><br>
<br>
-------------------------------------<br>
<a href="http://www.opengatecollaboration.org/" target="_blank">http://www.opengatecollaboration.org/</a><br>
-------------------------------------<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121106/f5d667e6/attachment-0001.html" target="_blank">http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121106/f5d667e6/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 6 Nov 2012 16:33:01 -0800<br>
From: Jonathan Poon <<a href="mailto:jkpoon@ucdavis.edu">jkpoon@ucdavis.edu</a>><br>
To: gate-users <<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a>><br>
Subject: [Gate-users] Simulating back-to-back photons with<br>
non-collinearity<br>
Message-ID:<br>
<CAFTDE3Q=YZcKTdrhiu_i+CLi1WYpxS4WK7qT=VZ_6+YwU5=<a href="mailto:wzA@mail.gmail.com">wzA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi Everyone,<br>
<br>
I'm looking to simulate a source with no attenuation. Is it possible<br>
to enable non-collinearity for back-to-back photons? Or do I have to<br>
enable a e+ source inside an attenuating object in order to model<br>
non-collinearity and positron range? Thanks for your help!<br>
<br>
Jonathan<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 7 Nov 2012 09:16:50 +0100<br>
From: jehangir khan <<a href="mailto:jehangir.kahn@gmail.com">jehangir.kahn@gmail.com</a>><br>
To: <a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a><br>
Subject: Re: [Gate-users] Gate-users Digest, Vol 78, Issue 6<br>
Message-ID:<br>
<<a href="mailto:CAOK_3n5ayvJY6wfWjQJKJ47yLsoKGzB2yS9gpFXn9oKcX6x6Xw@mail.gmail.com">CAOK_3n5ayvJY6wfWjQJKJ47yLsoKGzB2yS9gpFXn9oKcX6x6Xw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Dear Gate user!<br>
<br>
I am new in this forum as well as new user of Gate simulation , I have been<br>
running Cylindrical PET , and I have recieved output file named as<br>
benchPET.root, Can someone guide how should I proceed to get Sinograme<br>
to use in reconstruction algorithms to see image.<br>
<br>
I shall appreciate your answer<br>
Regards<br>
<br>
<br>
On Tue, Nov 6, 2012 at 12:00 PM, <<br>
<a href="mailto:gate-users-request@lists.opengatecollaboration.org">gate-users-request@lists.opengatecollaboration.org</a>> wrote:<br>
<br>
> Send Gate-users mailing list submissions to<br>
> <a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
> <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
> or, via email, send a message with subject or body 'help' to<br>
> <a href="mailto:gate-users-request@lists.opengatecollaboration.org">gate-users-request@lists.opengatecollaboration.org</a><br>
><br>
> You can reach the person managing the list at<br>
> <a href="mailto:gate-users-owner@lists.opengatecollaboration.org">gate-users-owner@lists.opengatecollaboration.org</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of Gate-users digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
> 1. Annihilation Point (Manuele Calussi)<br>
> 2. Re: Segmentation Violation Error (Lee, Sam (SAM LEE))<br>
> 3. Segmentation Violation Error (Saeed Heidary)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Mon, 5 Nov 2012 14:09:04 +0100<br>
> From: Manuele Calussi <<a href="mailto:manuele.calussi@gmail.com">manuele.calussi@gmail.com</a>><br>
> To: gate-users <<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a>><br>
> Subject: [Gate-users] Annihilation Point<br>
> Message-ID:<br>
> <CANFn9kULVZoyw_=JEBVH8OY1t+5smHOVTzs-zQVZPY135=<br>
> <a href="mailto:QKzQ@mail.gmail.com">QKzQ@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
> Hi Gate-Users<br>
> I have one problem to store in the simulation the annihilation point.<br>
> I simulate one cylindrical scanner PET, where I place one sphere source of<br>
> F18, inside one phantom of water; I want to plot the annihilation point but<br>
> I do not know how to store this type of data in the Root output.<br>
> I saw in the example_ROOT_Analyse, there is a root output file named<br>
> data_PET.root; inside this file, there are some folder and in one of this,<br>
> named Gate, is stored the annihilation point. I want to know how I can<br>
> obtain the same folder in my simulation, using the Root output file,<br>
> because there is not a Gate-macro correlated to the output file<br>
> data_PET.root.<br>
> I post below the part of my Gate-macro where I set the type of the output<br>
> file.<br>
> ROOT Output format<br>
> #<br>
> /gate/output/root/enable<br>
> #<br>
> /gate/output/root/setFileName MyWork_2<br>
> #<br>
> /gate/output/root/setRootNtupleFlag 1<br>
> #<br>
> /gate/output/root/setRootHitFlag 1<br>
> #<br>
> /gate/output/root/setRootSinglesFlag 1<br>
> #<br>
> /gate/output/root/setRootCoincidencesFlag 1<br>
> #<br>
> /gate/output/root/setSaveRndmFlag 1<br>
> #<br>
> #/gate/output/verbose 2<br>
><br>
><br>
> Help me please.<br>
> Best Regards<br>
> Manuele Calussi<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121105/1c91d0cf/attachment-0001.html" target="_blank">http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121105/1c91d0cf/attachment-0001.html</a><br>
> ><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Mon, 5 Nov 2012 14:46:38 +0000<br>
> From: "Lee, Sam (SAM LEE)" <<a href="mailto:slee91@utk.edu">slee91@utk.edu</a>><br>
> To: Manuel Reifegerst <<a href="mailto:Manuel.Reifegerst@uni-duesseldorf.de">Manuel.Reifegerst@uni-duesseldorf.de</a>>, Gate<br>
> Mailing List <<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a>><br>
> Subject: Re: [Gate-users] Segmentation Violation Error<br>
> Message-ID:<br>
> <<br>
> <a href="mailto:E0BD1EF372F8824EA4717918B50AF3641D1B91B8@SN2PRD0202MB179.namprd02.prod.outlook.com">E0BD1EF372F8824EA4717918B50AF3641D1B91B8@SN2PRD0202MB179.namprd02.prod.outlook.com</a><br>
> ><br>
><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> Hey,<br>
><br>
> If your simulation handles high number of photons, it might be possible<br>
> that you need more memory to run the simulation. I once had the similar<br>
> problem, and solved it by running the simulation on a machine with bigger<br>
> memory.<br>
><br>
> Thanks,<br>
> Sanghyeb(Sam) Lee<br>
><br>
> PhD Candidate<br>
> Department of Electrical Engineering and Computer Science<br>
> University of Tennessee, Knoxville<br>
> Personal webpage: <a href="http://www.sergeantlee.com" target="_blank">www.sergeantlee.com</a><br>
> ________________________________________<br>
> From: <a href="mailto:gate-users-bounces@lists.opengatecollaboration.org">gate-users-bounces@lists.opengatecollaboration.org</a> [<br>
> <a href="mailto:gate-users-bounces@lists.opengatecollaboration.org">gate-users-bounces@lists.opengatecollaboration.org</a>] on behalf of Manuel<br>
> Reifegerst [<a href="mailto:Manuel.Reifegerst@uni-duesseldorf.de">Manuel.Reifegerst@uni-duesseldorf.de</a>]<br>
> Sent: 05 November 2012 05:38<br>
> To: Gate Mailing List<br>
> Subject: [Gate-users] Segmentation Violation Error<br>
><br>
> Hello,<br>
><br>
> i have an error message in GATE simulations. We have run<br>
> the simulation and always at the end there is this segmentation violation<br>
> error. This is coming up every time i run the simulation, independent of<br>
> the<br>
> parameters (like time or activity) in it.<br>
> Here is shown the bug report, maybe someone have an idea what this means<br>
> and<br>
> how i can fix it:<br>
><br>
> "---------------------------------------------------------------<br>
><br>
> [Acquisition-0] Slice 7 from 7 to 8 s [slice=1 s], final stop at 10 s.<br>
> [Acquisition-0]<br>
><br>
> [Acquisition-0] Slice 8 from 8 to 9 s [slice=1 s], final stop at 10 s.<br>
> [Acquisition-0]<br>
><br>
> [Acquisition-0] Slice 9 from 9 to 10 s [slice=1 s], final stop at 10 s.<br>
> [Core-0] End of macro benchPET.mac<br>
><br>
> *** Break *** segmentation violation<br>
><br>
><br>
><br>
> ===========================================================<br>
> There was a crash.<br>
> This is the entire stack trace of all threads:<br>
> ===========================================================<br>
> #0 0x00007fb476a058be in waitpid () from /lib64/libc.so.6<br>
> #1 0x00007fb47699d736 in do_system () from /lib64/libc.so.6<br>
> #2 0x00007fb47f3c3900 in TUnixSystem::StackTrace() () from<br>
> /home/manuel/gate_user/root/lib/libCore.so<br>
> #3 0x00007fb47f3c6143 in TUnixSystem::DispatchSignals(ESignals) () from<br>
> /home/manuel/gate_user/root/lib/libCore.so<br>
> #4 <signal handler called><br>
> #5 0x00007fb477192d93 in std::_Rb_tree_increment(std::_Rb_tree_node_base*)<br>
> () from /usr/lib64/libstdc++.so.6<br>
> #6 0x00007fb482a435f6 in GatePhysicsList::~GatePhysicsList() () from<br>
> /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> #7 0x00007fb482a43a09 in GatePhysicsList::~GatePhysicsList() () from<br>
> /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> #8 0x00007fb47c117447 in G4RunManager::~G4RunManager() () from<br>
> /home/manuel/gate_user/geant4.9.3.p02/lib/Linux-g++/libG4run.so<br>
> #9 0x00007fb482a79e99 in GateRunManager::~GateRunManager() () from<br>
> /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> #10 0x0000000000407d24 in main ()<br>
> ===========================================================<br>
><br>
><br>
> The lines below might hint at the cause of the crash.<br>
> If they do not help you then please submit a bug report at<br>
> <a href="http://root.cern.ch/bugs" target="_blank">http://root.cern.ch/bugs</a>. Please post the ENTIRE stack trace<br>
> from above as an attachment in addition to anything else<br>
> that might help us fixing this issue.<br>
> ===========================================================<br>
> #5 0x00007fb477192d93 in std::_Rb_tree_increment(std::_Rb_tree_node_base*)<br>
> () from /usr/lib64/libstdc++.so.6<br>
> #6 0x00007fb482a435f6 in GatePhysicsList::~GatePhysicsList() () from<br>
> /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> #7 0x00007fb482a43a09 in GatePhysicsList::~GatePhysicsList() () from<br>
> /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> #8 0x00007fb47c117447 in G4RunManager::~G4RunManager() () from<br>
> /home/manuel/gate_user/geant4.9.3.p02/lib/Linux-g++/libG4run.so<br>
> #9 0x00007fb482a79e99 in GateRunManager::~GateRunManager() () from<br>
> /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> #10 0x0000000000407d24 in main ()<br>
> ===========================================================<br>
><br>
><br>
> Speicherschutzverletzung<br>
><br>
> --------------------------------------------------------"<br>
><br>
><br>
> Root version 5.30<br>
> Gate 6.1<br>
> GeAnt 4.9.3 p02<br>
> CLHEP 2.0.4.7<br>
><br>
> running on Linux openSuse 12.1 (64 bit)<br>
><br>
><br>
><br>
> Thank you in advance for your help!<br>
><br>
> Best Regards,<br>
><br>
> Manuel Reifegerst<br>
><br>
><br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 3<br>
> Date: Tue, 6 Nov 2012 11:08:34 +0330<br>
> From: Saeed Heidary <<a href="mailto:saeedheidary79@gmail.com">saeedheidary79@gmail.com</a>><br>
> To: <a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a><br>
> Subject: [Gate-users] Segmentation Violation Error<br>
> Message-ID:<br>
> <CAAwAR=OYcp02ZYjXrT_K6bHZfEdtrQ87uhfqbv2KzTc=<br>
> <a href="mailto:YJUjOA@mail.gmail.com">YJUjOA@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> Dear Manuel<br>
> I advise to install GATE 6.2<br>
> it is more reliable than 6.1!<br>
> regards<br>
> On Mon, Nov 5, 2012 at 2:30 PM, <<br>
> <a href="mailto:gate-users-request@lists.opengatecollaboration.org">gate-users-request@lists.opengatecollaboration.org</a>> wrote:<br>
><br>
> > Send Gate-users mailing list submissions to<br>
> > <a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a><br>
> ><br>
> > To subscribe or unsubscribe via the World Wide Web, visit<br>
> ><br>
> <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
> > or, via email, send a message with subject or body 'help' to<br>
> > <a href="mailto:gate-users-request@lists.opengatecollaboration.org">gate-users-request@lists.opengatecollaboration.org</a><br>
> ><br>
> > You can reach the person managing the list at<br>
> > <a href="mailto:gate-users-owner@lists.opengatecollaboration.org">gate-users-owner@lists.opengatecollaboration.org</a><br>
> ><br>
> > When replying, please edit your Subject line so it is more specific<br>
> > than "Re: Contents of Gate-users digest..."<br>
> ><br>
> ><br>
> > Today's Topics:<br>
> ><br>
> > 1. Segmentation Violation Error (Manuel Reifegerst)<br>
> ><br>
> ><br>
> > ----------------------------------------------------------------------<br>
> ><br>
> > Message: 1<br>
> > Date: Mon, 05 Nov 2012 11:38:03 +0100<br>
> > From: Manuel Reifegerst <<a href="mailto:Manuel.Reifegerst@uni-duesseldorf.de">Manuel.Reifegerst@uni-duesseldorf.de</a>><br>
> > To: Gate Mailing List <<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a>><br>
> > Subject: [Gate-users] Segmentation Violation Error<br>
> > Message-ID: <<a href="mailto:5097970B.10702@uni-duesseldorf.de">5097970B.10702@uni-duesseldorf.de</a>><br>
> > Content-Type: text/plain; charset="iso-8859-15"; Format="flowed"<br>
> ><br>
> > Hello,<br>
> ><br>
> > i have an error message in GATE simulations. We have run<br>
> > the simulation and always at the end there is this segmentation violation<br>
> > error. This is coming up every time i run the simulation, independent of<br>
> > the<br>
> > parameters (like time or activity) in it.<br>
> > Here is shown the bug report, maybe someone have an idea what this means<br>
> > and<br>
> > how i can fix it:<br>
> ><br>
> > "---------------------------------------------------------------<br>
> ><br>
> > [Acquisition-0] Slice 7 from 7 to 8 s [slice=1 s], final stop at 10 s.<br>
> > [Acquisition-0]<br>
> ><br>
> > [Acquisition-0] Slice 8 from 8 to 9 s [slice=1 s], final stop at 10 s.<br>
> > [Acquisition-0]<br>
> ><br>
> > [Acquisition-0] Slice 9 from 9 to 10 s [slice=1 s], final stop at 10 s.<br>
> > [Core-0] End of macro benchPET.mac<br>
> ><br>
> > *** Break *** segmentation violation<br>
> ><br>
> ><br>
> ><br>
> > ===========================================================<br>
> > There was a crash.<br>
> > This is the entire stack trace of all threads:<br>
> > ===========================================================<br>
> > #0 0x00007fb476a058be in waitpid () from /lib64/libc.so.6<br>
> > #1 0x00007fb47699d736 in do_system () from /lib64/libc.so.6<br>
> > #2 0x00007fb47f3c3900 in TUnixSystem::StackTrace() () from<br>
> > /home/manuel/gate_user/root/lib/libCore.so<br>
> > #3 0x00007fb47f3c6143 in TUnixSystem::DispatchSignals(ESignals) () from<br>
> > /home/manuel/gate_user/root/lib/libCore.so<br>
> > #4 <signal handler called><br>
> > #5 0x00007fb477192d93 in<br>
> std::_Rb_tree_increment(std::_Rb_tree_node_base*)<br>
> > () from /usr/lib64/libstdc++.so.6<br>
> > #6 0x00007fb482a435f6 in GatePhysicsList::~GatePhysicsList() () from<br>
> > /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> > #7 0x00007fb482a43a09 in GatePhysicsList::~GatePhysicsList() () from<br>
> > /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> > #8 0x00007fb47c117447 in G4RunManager::~G4RunManager() () from<br>
> > /home/manuel/gate_user/geant4.9.3.p02/lib/Linux-g++/libG4run.so<br>
> > #9 0x00007fb482a79e99 in GateRunManager::~GateRunManager() () from<br>
> > /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> > #10 0x0000000000407d24 in main ()<br>
> > ===========================================================<br>
> ><br>
> ><br>
> > The lines below might hint at the cause of the crash.<br>
> > If they do not help you then please submit a bug report at<br>
> > <a href="http://root.cern.ch/bugs" target="_blank">http://root.cern.ch/bugs</a>. Please post the ENTIRE stack trace<br>
> > from above as an attachment in addition to anything else<br>
> > that might help us fixing this issue.<br>
> > ===========================================================<br>
> > #5 0x00007fb477192d93 in<br>
> std::_Rb_tree_increment(std::_Rb_tree_node_base*)<br>
> > () from /usr/lib64/libstdc++.so.6<br>
> > #6 0x00007fb482a435f6 in GatePhysicsList::~GatePhysicsList() () from<br>
> > /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> > #7 0x00007fb482a43a09 in GatePhysicsList::~GatePhysicsList() () from<br>
> > /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> > #8 0x00007fb47c117447 in G4RunManager::~G4RunManager() () from<br>
> > /home/manuel/gate_user/geant4.9.3.p02/lib/Linux-g++/libG4run.so<br>
> > #9 0x00007fb482a79e99 in GateRunManager::~GateRunManager() () from<br>
> > /home/manuel/gate_user/gate_v6.1/tmp/Linux-g++/Gate/libGate.so<br>
> > #10 0x0000000000407d24 in main ()<br>
> > ===========================================================<br>
> ><br>
> ><br>
> > Speicherschutzverletzung<br>
> ><br>
> > --------------------------------------------------------"<br>
> ><br>
> ><br>
> > Root version 5.30<br>
> > Gate 6.1<br>
> > GeAnt 4.9.3 p02<br>
> > CLHEP 2.0.4.7<br>
> ><br>
> > running on Linux openSuse 12.1 (64 bit)<br>
> ><br>
> ><br>
> ><br>
> > Thank you in advance for your help!<br>
> ><br>
> > Best Regards,<br>
> ><br>
> > Manuel Reifegerst<br>
> ><br>
> > -------------- next part --------------<br>
> > An HTML attachment was scrubbed...<br>
> > URL: <<br>
> ><br>
> <a href="http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121105/4fda65b4/attachment-0001.html" target="_blank">http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121105/4fda65b4/attachment-0001.html</a><br>
> > ><br>
> ><br>
> > ------------------------------<br>
> ><br>
> > _______________________________________________<br>
> > Gate-users mailing list<br>
> > <a href="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.opengatecollaboration.org</a><br>
> > <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
> ><br>
> > End of Gate-users Digest, Vol 78, Issue 5<br>
> > *****************************************<br>
> ><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121106/4e774746/attachment-0001.html" target="_blank">http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121106/4e774746/attachment-0001.html</a><br>
> ><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> Gate-users mailing list<br>
> <a href="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.opengatecollaboration.org</a><br>
> <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
><br>
> End of Gate-users Digest, Vol 78, Issue 6<br>
> *****************************************<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121107/ea8e7257/attachment.html" target="_blank">http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20121107/ea8e7257/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.opengatecollaboration.org</a><br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
<br>
End of Gate-users Digest, Vol 78, Issue 7<br>
*****************************************<br>
</blockquote></div><br>