Break in looping

Hiii Root Users

I am doing some theoretical calculations for that i am using tree branches to fill some histograms i have total no. of events around 1000000 but it shows break segmentation error when it reaches to 44128 i don’t know why

here is my terminal output

Event No. = 44125
Event No. = 44126
Event No. = 44127
Event No. = 44128

*** Break *** segmentation violation
(no debugging symbols found)
Using host libthread_db library “/lib/libthread_db.so.1”.
Attaching to program: /proc/21539/exe, process 21539
(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 -1208686368 (LWP 21539)]
(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)
0x006ea402 in __kernel_vsyscall ()
#1 0x0031c403 in __waitpid_nocancel () from /lib/libc.so.6
#2 0x002c1ccb in do_system () from /lib/libc.so.6
#3 0x001541cd in system () from /lib/libpthread.so.0
#4 0x00b8214d in TUnixSystem::Exec ()
from /home/davinder/go4/root/lib/libCore.so
#5 0x00b875d7 in TUnixSystem::StackTrace ()
from /home/davinder/go4/root/lib/libCore.so
#6 0x00b865de in TUnixSystem::DispatchSignals ()
from /home/davinder/go4/root/lib/libCore.so
#7 0x00b866ad in SigHandler () from /home/davinder/go4/root/lib/libCore.so
#8 0x00b7f634 in sighandler () from /home/davinder/go4/root/lib/libCore.so
#9
#10 0x067a7981 in G__strip_quotation ()
from /home/davinder/go4/root/lib/libCint.so
#11 0x066ddaf6 in G__getitem () from /home/davinder/go4/root/lib/libCint.so
#12 0x066e4920 in G__getexpr () from /home/davinder/go4/root/lib/libCint.so
#13 0x067090de in G__getfunction () from /home/davinder/go4/root/lib/libCint.so
#14 0x0673d793 in G__new_operator ()
from /home/davinder/go4/root/lib/libCint.so
#15 0x066e4787 in G__getexpr () from /home/davinder/go4/root/lib/libCint.so
#16 0x0668ec0f in Cint::G__ExceptionWrapper ()
from /home/davinder/go4/root/lib/libCint.so
#17 0x066a232a in G__exec_asm () from /home/davinder/go4/root/lib/libCint.so
#18 0x066a5df5 in G__exec_bytecode ()
from /home/davinder/go4/root/lib/libCint.so
#19 0x0668e83a in Cint::G__ExceptionWrapper ()
from /home/davinder/go4/root/lib/libCint.so
#20 0x066a232a in G__exec_asm () from /home/davinder/go4/root/lib/libCint.so
#21 0x066a5df5 in G__exec_bytecode ()
from /home/davinder/go4/root/lib/libCint.so
#22 0x0668e83a in Cint::G__ExceptionWrapper ()
from /home/davinder/go4/root/lib/libCint.so
#23 0x066a232a in G__exec_asm () from /home/davinder/go4/root/lib/libCint.so
#24 0x06779684 in G__exec_loop () from /home/davinder/go4/root/lib/libCint.so
#25 0x0677607f in G__exec_statement ()
from /home/davinder/go4/root/lib/libCint.so
#26 0x0671cb36 in G__interpret_func ()
from /home/davinder/go4/root/lib/libCint.so
#27 0x06709c27 in G__getfunction () from /home/davinder/go4/root/lib/libCint.so
#28 0x066dd6d1 in G__getitem () from /home/davinder/go4/root/lib/libCint.so
#29 0x066e4920 in G__getexpr () from /home/davinder/go4/root/lib/libCint.so
#30 0x066f03f0 in G__calc_internal ()
from /home/davinder/go4/root/lib/libCint.so
#31 0x06780766 in G__process_cmd () from /home/davinder/go4/root/lib/libCint.so
#32 0x00b750c5 in TCint::ProcessLine ()
from /home/davinder/go4/root/lib/libCore.so
#33 0x00b74d7f in TCint::ProcessLineSynch ()
from /home/davinder/go4/root/lib/libCore.so
#34 0x00aa9cec in TApplication::ExecuteFile ()
from /home/davinder/go4/root/lib/libCore.so
#35 0x00aaa024 in TApplication::ProcessFile ()
from /home/davinder/go4/root/lib/libCore.so
#36 0x00aa718b in TApplication::ProcessLine ()
from /home/davinder/go4/root/lib/libCore.so
#37 0x00955519 in TRint::HandleTermInput ()
from /home/davinder/go4/root/lib/libRint.so
#38 0x00953a05 in TTermInputHandler::Notify ()
from /home/davinder/go4/root/lib/libRint.so
#39 0x00955fd4 in TTermInputHandler::ReadNotify ()
from /home/davinder/go4/root/lib/libRint.so
#40 0x00b861cb in TUnixSystem::CheckDescriptors ()
from /home/davinder/go4/root/lib/libCore.so
#41 0x00b8678e in TUnixSystem::DispatchOneEvent ()
from /home/davinder/go4/root/lib/libCore.so
#42 0x00b02a01 in TSystem::InnerLoop ()
from /home/davinder/go4/root/lib/libCore.so
#43 0x00b06951 in TSystem::Run () from /home/davinder/go4/root/lib/libCore.so
#44 0x00aa5df8 in TApplication::Run ()
from /home/davinder/go4/root/lib/libCore.so
#45 0x00955abf in TRint::Run () from /home/davinder/go4/root/lib/libRint.so
#46 0x08048d83 in main ()
Root > Function filteration() busy flag cleared
Function emd() busy flag cleared
Function siftingprocess() busy flag cleared

Can anybody help me???/

Could you post the shortest possible script reproducing your problem?
Could you run under gdb and post the gdb traceback, ie do

gdb root.exe gdb > run root > .x myscript.C will crash at some point gdb > bt

post the result of bt

Rene