Hi Doug,
While I was debugging LogLoad with gdb this afternoon, I accidently
made Hyperspace die:
$ tail -n 20 Hyperspace.log
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/ServerConnectionHandler.cc:54) Event:
type=MESSAGE protocol=hyperspace id=16 gid=8215 headerLen=16
totalLen=26 from=
10.65.25.146:33546
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:634) close(session=1204,
handle=8215)
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/ServerConnectionHandler.cc:54) Event:
type=MESSAGE protocol=hyperspace id=17 gid=1618 headerLen=16
totalLen=49 from=
10.65.25.146:33546
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:434) open(sessionId=1204, fname=/
hypertable/root, flags=0x1, eventMask=0x1)
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/ServerConnectionHandler.cc:54) Event:
type=MESSAGE protocol=hyperspace id=18 gid=2425 headerLen=16
totalLen=60 from=
10.65.25.146:33546
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:434) open(sessionId=1204, fname=/
hypertable/tables/METADATA, flags=0x1, eventMask=0x0)
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/ServerConnectionHandler.cc:54) Event:
type=MESSAGE protocol=hyperspace id=19 gid=8217 headerLen=16
totalLen=35 from=
10.65.25.146:33546
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:713) attrget(session=1204,
handle=8217, name=schema)
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/ServerConnectionHandler.cc:54) Event:
type=MESSAGE protocol=hyperspace id=20 gid=8217 headerLen=16
totalLen=26 from=
10.65.25.146:33546
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:634) close(session=1204,
handle=8217)
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/ServerConnectionHandler.cc:54) Event:
type=MESSAGE protocol=hyperspace id=21 gid=8213 headerLen=16
totalLen=37 from=
10.65.25.146:33546
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:713) attrget(session=1204,
handle=8213, name=location)
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/ServerConnectionHandler.cc:54) Event:
type=MESSAGE protocol=hyperspace id=24 gid=8216 headerLen=16
totalLen=37 from=
10.65.25.146:33546
1212659809 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:713) attrget(session=1204,
handle=8216, name=location)
1212659850 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:248) Expiring session 1204
1212659850 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:258) Destroying handle 8211
1212659850 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:258) Destroying handle 8213
1212659850 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/Master.cc:258) Destroying handle 8216
1212659971 INFO Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/Hyperspace/ServerKeepaliveHandler.cc:101) Session handle
1204 expired
1212659971 FATAL Hyperspace.Master : (/home/work/hypertable-0.9.0.5-
alpha/src/cc/AsyncComm/CommBuf.h:125) failed expectation: (data_ptr -
data.base) == (int)data.size
And the backtrace:
Thread 26 (process 18107):
#0 0x000000302b806ffb in pthread_join () from /lib64/tls/
libpthread.so.0
#1 0x0000002a957c11be in boost::thread::join () from /usr/local/lib/
libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#2 0x0000002a957c1336 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#3 0x00000000004867ac in Hypertable::ApplicationQueue::join
(this=0x5ee5f0) at /home/work/hypertable-0.9.0.5-alpha/src/cc/
AsyncComm/ApplicationQueue.h:176
#4 0x0000000000486395 in main (argc=3, argv=0x7fbffff8c8) at /home/
work/hypertable-0.9.0.5-alpha/src/cc/Hyperspace/main.cc:186
Thread 25 (process 18109):
#0 0x000000302afc63dc in epoll_wait () from /lib64/tls/libc.so.6
#1 0x000000000048e730 in Hypertable::ReactorRunner::operator()
(this=0x40a001a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ReactorRunner.cc:59
#2 0x00000000004a2ca7 in
boost::detail::function::void_function_obj_invoker0<Hypertable::ReactorRunner,
void>::invoke (function_obj_ptr=@0x40a001a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/boost-1_34-fix/boost/
function/function_template.hpp:158
#3 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#4 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#5 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#6 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 24 (process 18110):
#0 0x000000302afc63dc in epoll_wait () from /lib64/tls/libc.so.6
#1 0x000000000048e730 in Hypertable::ReactorRunner::operator()
(this=0x414011a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ReactorRunner.cc:59
#2 0x00000000004a2ca7 in
boost::detail::function::void_function_obj_invoker0<Hypertable::ReactorRunner,
void>::invoke (function_obj_ptr=@0x414011a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/boost-1_34-fix/boost/
function/function_template.hpp:158
#3 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#4 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#5 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#6 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 23 (process 18111):
#0 0x000000302afc63dc in epoll_wait () from /lib64/tls/libc.so.6
#1 0x000000000048e730 in Hypertable::ReactorRunner::operator()
(this=0x41e021a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ReactorRunner.cc:59
#2 0x00000000004a2ca7 in
boost::detail::function::void_function_obj_invoker0<Hypertable::ReactorRunner,
void>::invoke (function_obj_ptr=@0x41e021a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/boost-1_34-fix/boost/
function/function_template.hpp:158
#3 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#4 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#5 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#6 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 22 (process 18113):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ec1c0, mutex=@0x5ec198)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ec1c0, lock=@0x432040d0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000499605 in Hypertable::ConnectionManager::operator()
(this=0x432041a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ConnectionManager.cc:293
#4 0x000000000048976f in
boost::detail::function::void_function_obj_invoker0<Hypertable::ConnectionManager,
void>::invoke (function_obj_ptr=@0x432041a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/boost-1_34-fix/boost/
function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 21 (process 18114):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x43c050c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x43c051a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x43c051a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 20 (process 18115):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x446060c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x446061a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x446061a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 19 (process 18116):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x450070c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x450071a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x450071a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 18 (process 18117):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x45a080c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x45a081a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x45a081a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 17 (process 18118):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x464090c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x464091a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x464091a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 16 (process 18119):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x46e0a0c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x46e0a1a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x46e0a1a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 15 (process 18120):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4780b0c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4780b1a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4780b1a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 14 (process 18121):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4820c0c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4820c1a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4820c1a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 13 (process 18122):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x48c0d0c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x48c0d1a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x48c0d1a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 12 (process 18123):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4960e0c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4960e1a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4960e1a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 11 (process 18124):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4a00f0c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4a00f1a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4a00f1a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 10 (process 18125):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4aa100c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4aa101a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4aa101a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 9 (process 18126):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4b4110c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4b4111a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4b4111a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 8 (process 18127):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4be120c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4be121a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4be121a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 7 (process 18128):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4c8130c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4c8131a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4c8131a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 6 (process 18129):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4d2140c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4d2141a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4d2141a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 5 (process 18130):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4dc150c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4dc151a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4dc151a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 4 (process 18131):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4e6160c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4e6161a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4e6161a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 3 (process 18132):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4f0170c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4f0171a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4f0171a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 2 (process 18133):
#0 0x000000302b8089aa in pthread_cond_wait@@GLIBC_2.3.2 () from /
lib64/tls/libpthread.so.0
#1 0x00000000004702c6 in boost::condition::do_wait<boost::mutex>
(this=0x5ee6b0, mutex=@0x5ee660)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:150
#2 0x000000000046e759 in
boost::condition::wait<boost::detail::thread::scoped_lock<boost::mutex>
> (this=0x5ee6b0, lock=@0x4fa180c0)
at /usr/local/include/boost-1_34_1/boost/thread/condition.hpp:93
#3 0x0000000000488806 in
Hypertable::ApplicationQueue::Worker::operator() (this=0x4fa181a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ApplicationQueue.h:97
#4 0x000000000048876b in
boost::detail::function::void_function_obj_invoker0<Hypertable::ApplicationQueue::Worker,
void>::invoke (
function_obj_ptr=@0x4fa181a8) at /home/work/hypertable-0.9.0.5-
alpha/src/cc/boost-1_34-fix/boost/function/function_template.hpp:158
#5 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#6 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#7 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#8 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 1 (process 18112):
#0 0x0000000000491a7b in Hypertable::CommBuf::reset_data_pointers
(this=0x2a95c02090) at /home/work/hypertable-0.9.0.5-alpha/src/cc/
AsyncComm/CommBuf.h:125
#1 0x0000000000490091 in Hypertable::Comm::send_datagram
(this=0x5ec140, addr=@0x2a95c02800, send_addr=@0x5edea0,
cbuf_ptr=@0x428022c0)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/Comm.cc:
305
#2 0x0000000000484b40 in Hyperspace::ServerKeepaliveHandler::handle
(this=0x5ede80, eventPtr=@0x42802350)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/Hyperspace/
ServerKeepaliveHandler.cc:103
#3 0x000000000049c9a0 in Hypertable::IOHandler::deliver_event
(this=0x5f0960, event=0x2a95c027f0)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
IOHandler.h:80
#4 0x000000000049eb89 in Hypertable::IOHandlerDatagram::handle_event
(this=0x5f0960, event=0x42802480)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
IOHandlerDatagram.cc:76
#5 0x000000000048e823 in Hypertable::ReactorRunner::operator()
(this=0x428031a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/AsyncComm/
ReactorRunner.cc:65
#6 0x00000000004a2ca7 in
boost::detail::function::void_function_obj_invoker0<Hypertable::ReactorRunner,
void>::invoke (function_obj_ptr=@0x428031a8)
at /home/work/hypertable-0.9.0.5-alpha/src/cc/boost-1_34-fix/boost/
function/function_template.hpp:158
#7 0x0000002a957c1dc7 in boost::function0<void,
std::allocator<boost::function_base> >::operator() ()
from /usr/local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#8 0x0000002a957c1407 in boost::thread_group::join_all () from /usr/
local/lib/libboost_thread-gcc34-mt-1_34_1.so.1.34.1
#9 0x000000302b80610a in start_thread () from /lib64/tls/
libpthread.so.0
#10 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6
#11 0x0000000000000000 in ?? ()
Any idea why this happens?
Donald
> ...
>
> 阅读更多 >>