<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2>Dear Samuel,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2>It works for small root files...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2>however, it does not work for big root files,
though...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2>Is it a problem with memory size?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2>I set the memory 768M on my vmware
machine...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2>I set the memory 1536M to test memory size...but I got the
same error...T__T</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007></SPAN><SPAN
class=281221910-23102007><FONT face=굴림 color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=281221910-23102007><FONT face=굴림
color=#0000ff size=2>MJ</FONT></SPAN></DIV>
<DIV> </DIV><FONT
size=2>//=================================================<BR>// Park
MinJae<BR>// SNU BME Ph.D. Candidate<BR>//<BR>//
DialTo:+82-17-711-7809<BR>// <A
href="mailto:MJ@ToTi.us">MailTo:MJ@ToTi.us</A><BR>//<BR>// Make the Dream
True...<BR>//=================================================</FONT>
<DIV align=left><FONT size=2></FONT> </DIV>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> gate-users-bounces@lists.healthgrid.org
[mailto:gate-users-bounces@lists.healthgrid.org] <B>On Behalf Of </B>Samuel
BURG<BR><B>Sent:</B> Tuesday, October 23, 2007 7:09 PM<BR><B>To:</B> Park
MinJae; Users Gate<BR><B>Subject:</B> RE : RE: [Gate-users]
filemerger...<BR></FONT><BR></DIV>
<DIV></DIV>Dear MJ,<BR><BR>I have also lot of problems with gjm.<BR>One 'easy'
solution is to do a 'fast merge' with gjm and the to use a TChain under ROOT to
post-process your (multiple files) data.<BR><BR>Pro : it works, no need to
update any code<BR>Cons : files 25% bigger, not very fun<BR><BR>Hope it will
help you,<BR><BR>regards,<BR><BR>Samuel Burg<BR><B><I>Park MinJae
<MJ@ToTi.us></I></B> a écrit :
<BLOCKQUOTE class=replbq
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"><BR>Dear
Jan,<BR><BR>I attached a file with sample root, macro files and gjm
also.<BR><BR>I tried with small root files...<BR>[My real root files are over
600M]<BR><BR>It said a little bit different message...<BR><BR>shell>
../gate_v3.1.2/Cluster_Tools/filemerger/gjm mj_test.mac<BR>Combining:
/home/turbo978/crosstalk/act21.root<BR>/home/turbo978/crosstalk/act22.root
-> act2.root<BR>Cannot find one of: runID, eventID, time in Gate<BR>Problem
with merging Gate<BR><BR>*** Break *** segmentation violation<BR>Generating
stack trace...<BR>0xb6b3f309 in __libc_free + 0x49 from
/lib/tls/i686/cmov/libc.so.6<BR>0xb6ce08b1 in operator delete(void*) + 0x21
from /usr/lib/libstdc++.so.6<BR>0x0804a3c5 in <UNKNOWN>from
../gate_v3.1.2/Cluster_Tools/filemerger/gjm<BR>0xb6af0ea2 in __libc_start_main
+ 0xd2 from /lib/tls/i686/cmov/libc.so.6<BR>0x08049db1 in __gxx_personality_v0
+ 0x6d
from<BR>../gate_v3.1.2/Cluster_Tools/filemerger/gjm<BR>Aborted<BR><BR>and...I
remind this mail in gate mailling list...<BR>From:
gate-users-bounces@lists.healthgrid.org on behalf of
Hannes<BR>---------------------------<BR>Hofmann [opengate@f00f.de]<BR>Sent:
2007³â 10¿ù 10ÀÏ ¼ö¿äÀÏ ¿ÀÈÄ 5:51<BR>To:
gate-users@lists.healthgrid.org<BR>Subject: [Gate-users] filemerger
BUG<BR><BR>Hi,<BR><BR>I think I have found an error in the filemerger
gjm:<BR><BR>In the method<BR><BR>bool GateMergeManager::MergeTree(string
chainName){<BR><BR>in file src/GateMergeManager.cc I believe a 'return' is
missing on line 467<BR>which should IMHO look like
this:<BR><BR>if(chainName=="Gate") return MergeGate(chain);<BR><BR>Otherwise
it will run into the error<BR>"Cannot find one of: runID, eventID, time in
Gate" (line
482)<BR><BR>Regards,<BR>Hannes<BR>--------------------------------<BR><BR>so I
change the source as the mail said...<BR>but, I still got this error
message...<BR>-------------------------------<BR>*** Break *** segmentation
violation<BR>Generating stack trace...<BR>0xb6a5b309 in __libc_free + 0x49
from /lib/tls/i686/cmov/libc.so.6<BR>0xb6bfc8b1 in operator delete(void*) +
0x21 from /usr/lib/libstdc++.so.6<BR>0x0804a3c5 in <UNKNOWN>from
../gate_v3.1.2/Cluster_Tools/filemerger/gjm<BR>0xb6a0cea2 in __libc_start_main
+ 0xd2 from /lib/tls/i686/cmov/libc.so.6<BR>0x08049db1 in __gxx_personality_v0
+ 0x6d
from<BR>../gate_v3.1.2/Cluster_Tools/filemerger/gjm<BR>Aborted<BR>------------------------------<BR><BR>Is
my linux wierd?
T__T<BR><BR>Thanks,<BR>MJ<BR><BR>//=================================================<BR>//
Park MinJae<BR>// SNU BME Ph.D. Candidate<BR>//<BR>//
DialTo:+82-17-711-7809<BR>// MailTo:MJ@ToTi.us<BR>//<BR>// Make the Dream
True...<BR>//=================================================
<BR><BR>_______________________________________________<BR>Gate-users mailing
list<BR>Gate-users@lists.healthgrid.org<BR>http://lists.healthgrid.org/mailman/listinfo/gate-users<BR></UNKNOWN></UNKNOWN></BLOCKQUOTE><BR>
<P>
<HR SIZE=1>
Ne gardez plus qu'une seule adresse mail ! <A
href="http://www.trueswitch.com/yahoo-fr/">Copiez vos mails</A> vers Yahoo! Mail
</BODY></HTML>