bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ost::Thread possible bug


From: Artem Gvozdin
Subject: ost::Thread possible bug
Date: Mon, 20 Oct 2003 00:33:10 +0400

Hello.
I writing multi threaded daemon, that accepts connection from unix
socket(one thread per client, nothing very advanced), using ost::Thread and
ost::unixstream.
With high connection count at second, some about 1000/s, SIGSEGV accurs in
Thread::detach at thread.cpp:729.
        _start = start;
        rtn = pthread_create(&priv->_tid, &priv->_attr,
exec_t(&ccxx_exec_handler), this);
729: if(!rtn && priv->_tid)
                return 0;
        return -1;
I use commonc++ '2' version 1.0.13 on Debian Woody 3.0r0. I don't debug soo
deep to understand from what things this occurs. I only wrote a self simple
ost::Thread implementation that works fine.
Sorry if these already known issue. And thanks for you'r very usefull
Framework :)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]