You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Frank Denis (JIRA)" <ji...@apache.org> on 2010/06/10 17:58:13 UTC

[jira] Created: (THRIFT-800) Segfault on Debian Lenny 64-bits (latest snapshot)

Segfault on Debian Lenny 64-bits (latest snapshot)
--------------------------------------------------

                 Key: THRIFT-800
                 URL: https://issues.apache.org/jira/browse/THRIFT-800
             Project: Thrift
          Issue Type: Bug
          Components: Library (C++)
    Affects Versions: 0.4
         Environment: Debian Lenny 64 bits
            Reporter: Frank Denis


Thrift: Thu Jun 10 17:45:24 2010 libevent 1.3e method epoll
Thrift: Thu Jun 10 17:45:31 2010 thrift non-blocking server overload condition

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f64f22776f0 (LWP 27722)]
0x00007f64f175b050 in apache::thrift::server::TNonblockingServer::createConnection (this=0x7fffffffdad0, 
    socket=11, flags=18) at src/server/TNonblockingServer.cpp:533
533         TConnection* result = connectionStack_.top();
(gdb) bt
#0  0x00007f64f175b050 in apache::thrift::server::TNonblockingServer::createConnection (
    this=0x7fffffffdad0, socket=11, flags=18) at src/server/TNonblockingServer.cpp:533
#1  0x00007f64f175bdd6 in apache::thrift::server::TNonblockingServer::handleEvent (this=0x7fffffffdad0, 
    fd=5, which=2) at src/server/TNonblockingServer.cpp:599
#2  0x00007f64f1762222 in apache::thrift::server::TNonblockingServer::eventHandler (fd=5, which=2, 
    v=0x7fffffffdad0) at src/server/TNonblockingServer.h:503
#3  0x00007f64f1537ec1 in event_base_loop () from /usr/lib/libevent-1.3e.so.1
#4  0x00007f64f175a6cd in apache::thrift::server::TNonblockingServer::serve (this=0x7fffffffdad0)
    at src/server/TNonblockingServer.cpp:864
#5  0x000000000044ce45 in main (argc=2, argv=0x7fffffffdff8) at scribe_server.cpp:138

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.