Script wurde gestartet: Tue Mar 28 16:50:14 2006 stki@lxdev81:~/ice/Ice-3.0.1/demo/IceGrid/simple> gdb6.1.1 icegridnode core.14647 GNU gdb 6.1.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". Core was generated by `icegridnode --Ice.Config=config81'. Program terminated with signal 11, Segmentation fault. Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libIceGrid.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libIceGrid.so.30 Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libIceStormService.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libIceStormService.so.30 Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libIceBox.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libIceBox.so.30 Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libGlacier2.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libGlacier2.so.30 Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libIcePatch2.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libIcePatch2.so.30 Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libFreeze.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libFreeze.so.30 Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libIceXML.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libIceXML.so.30 Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libIce.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libIce.so.30 Reading symbols from /export/home/s/stki/ice/Ice-3.0.1/lib/libIceUtil.so.30...done. Loaded symbols for /export/home/s/stki/ice/Ice-3.0.1/lib/libIceUtil.so.30 Reading symbols from /lib/i686/libpthread.so.0...done. Loaded symbols for /lib/i686/libpthread.so.0 Reading symbols from /export/home/s/stki/berkeleydb/4.3.29/lib/libdb_cxx-4.3.so...done. Loaded symbols for /export/home/s/stki/berkeleydb/4.3.29/lib/libdb_cxx-4.3.so Reading symbols from /export/home/s/stki/gcc/4.0.2/lib/libstdc++.so.6...done. Loaded symbols for /export/home/s/stki/gcc/4.0.2/lib/libstdc++.so.6 Reading symbols from /lib/i686/libm.so.6...done. Loaded symbols for /lib/i686/libm.so.6 Reading symbols from /export/home/s/stki/gcc/4.0.2/lib/libgcc_s.so.1...done. Loaded symbols for /export/home/s/stki/gcc/4.0.2/lib/libgcc_s.so.1 Reading symbols from /lib/i686/libc.so.6...done. Loaded symbols for /lib/i686/libc.so.6 Reading symbols from /netsite/lib/libssl.so.0.9.7...done. Loaded symbols for /netsite/lib/libssl.so.0.9.7 Reading symbols from /netsite/lib/libcrypto.so.0.9.7...done. Loaded symbols for /netsite/lib/libcrypto.so.0.9.7 Reading symbols from /usr/lib/libbz2.so.1...done. Loaded symbols for /usr/lib/libbz2.so.1 Reading symbols from /usr/lib/libexpat.so.0...done. Loaded symbols for /usr/lib/libexpat.so.0 Reading symbols from /lib/libdl.so.2...done. Loaded symbols for /lib/libdl.so.2 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 Reading symbols from /lib/libnss_files.so.2...done. Loaded symbols for /lib/libnss_files.so.2 #0 0x08174bdf in IceGrid::ServerLoadCI::operator() (this=0x4433cbf4, lhs=@0x4433cc34, rhs=@0x825af78) at AdapterCache.cpp:44 44 rhsl = rhs.second->getLeastLoadedNodeLoad(_loadSample); (gdb) bt #0 0x08174bdf in IceGrid::ServerLoadCI::operator() (this=0x4433cbf4, lhs=@0x4433cc34, rhs=@0x825af78) at AdapterCache.cpp:44 #1 0x08175eaa in std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator >*, std::vector >, std::allocator > > > >, std::pair >, IceGrid::ServerLoadCI> (__last={_M_current = 0x825af80}, __val=@0x4433cc34, __comp= {&,IceUtil::Handle&,bool>> = {}, _loadSample = IceGrid::LoadSample1}) at /export/home/s/stki/gcc/4.0.2/include/c++/4.0.2/bits/stl_algo.h:2107 #2 0x08177905 in std::__insertion_sort<__gnu_cxx::__normal_iterator >*, std::vector >, std::allocator > > > >, IceGrid::ServerLoadCI> (__first={_M_current = 0x825af80}, __last={_M_current = 0x825af90}, __comp= {&,IceUtil::Handle&,bool>> = {}, _loadSample = IceGrid::LoadSample1}) at /export/home/s/stki/gcc/4.0.2/include/c++/4.0.2/bits/stl_algo.h:2165 #3 0x08177a53 in std::__final_insertion_sort<__gnu_cxx::__normal_iterator >*, std::vector >, std::allocator > > > >, IceGrid::ServerLoadCI> (__first= {_M_current = 0x825af80}, __last={_M_current = 0x825af90}, __comp= {&,IceUtil::Handle&,bool>> = {}, _loadSample = IceGrid::LoadSample1}) at /export/home/s/stki/gcc/4.0.2/include/c++/4.0.2/bits/stl_algo.h:2239 #4 0x08178447 in std::sort<__gnu_cxx::__normal_iterator >*, std::vector >, std::allocator > > > >, IceGrid::ServerLoadCI> (__first={_M_current = 0x825af80}, __last= {_M_current = 0x825af90}, __comp= {&,IceUtil::Handle&,bool>> = {}, _loadSample = IceGrid::LoadSample1}) at /export/home/s/stki/gcc/4.0.2/include/c++/4.0.2/bits/stl_algo.h:2607 #5 0x08173c9d in IceGrid::ReplicaGroupEntry::getProxies (this=0x82b1940, allRegistered=false, nReplicas=@0x4433cf9c) at AdapterCache.cpp:351 #6 0x0814d456 in IceGrid::Database::getAdapters (this=0x825d178, id=@0x4433d00c, allRegistered=false, ---Type to continue, or q to quit--- endpointCount=@0x4433cf9c) at Database.cpp:726 #7 0x0818b085 in IceGrid::LocatorI::findAdapterById_async (this=0x82d0a08, cb=@0x4433d008, id=@0x4433d00c) at LocatorI.cpp:342 #8 0x4056e0d8 in Ice::Locator::___findAdapterById (this=0x82d0a08, __inS=@0x4433d35c, __current=@0x4433d35c) at Locator.cpp:1486 #9 0x4056e685 in Ice::Locator::__dispatch (this=0x82d0a08, in=@0x4433d35c, current=@0x4433d35c) at Locator.cpp:1537 #10 0x405409c3 in IceInternal::Incoming::invoke (this=0x4433d35c, servantManager=@0x4433d54c) at Incoming.cpp:173 #11 0x4051a046 in Ice::ConnectionI::invokeAll (this=0x4e400e60, stream=@0x4433d718, invokeNum=1, requestId=4, compress=0 '\0', servantManager=@0x4433d54c, adapter=@0x4433d548) at ConnectionI.cpp:2244 #12 0x4051c15a in Ice::ConnectionI::message (this=0x4e400e60, stream=@0x4433d718, threadPool=@0x4433d8a0) at ConnectionI.cpp:1284 #13 0x405e17e7 in IceInternal::ThreadPool::run (this=0x825bd08) at ThreadPool.cpp:639 #14 0x405e1f7c in IceInternal::ThreadPool::EventHandlerThread::run (this=0x825be90) at ThreadPool.cpp:853 #15 0x4068b80d in startHook (arg=0x825be90) at Thread.cpp:482 #16 0x406bb020 in pthread_start_thread () from /lib/i686/libpthread.so.0 #17 0x40985d5a in thread_start () from /lib/i686/libc.so.6 (gdb) q stki@lxdev81:~/ice/Ice-3.0.1/demo/IceGrid/simple> exit Script beendet: Tue Mar 28 16:50:43 2006