Code Monkey home page Code Monkey logo

Comments (1)

ihsandemir avatar ihsandemir commented on June 13, 2024

When examined the core stack it is exactly the same as #76 .

Program terminated with signal 11, Segmentation fault.
#0 0x00000000006e1ba0 in hazelcast::util::LockGuard::~LockGuard() ()
(gdb) bt
#0 0x00000000006e1ba0 in hazelcast::util::LockGuard::~LockGuard() ()
#1 0x000000000075339e in hazelcast::client::connection::CallFuture::get(long) ()
#2 0x0000000000753915 in hazelcast::client::connection::CallFuture::get() ()
#3 0x00000000006ae24e in hazelcast::client::proxy::ProxyImpl::invoke(std::auto_ptrhazelcast::client::protocol::ClientMessage, int) ()
#4 0x00000000006af9a2 in hazelcast::client::proxy::IQueueImpl::offer(hazelcast::client::serialization::pimpl::Data const&, long) ()
#5 0x00000000005e927d in hazelcast::client::test::testOfferPollThread2(hazelcast::util::ThreadArgs&) ()
#6 0x00000000006e16c3 in hazelcast::util::Thread::controlledThread(void*) ()
#7 0x000000338880683d in start_thread () from /lib64/libpthread.so.0
#8 0x0000003387cd4fdd in clone () from /lib64/libc.so.6
(gdb) info threads
7 Thread 0x2b2de23a2250 (LWP 19275) 0x0000003388807c65 in pthread_join () from /lib64/libpthread.so.0
6 Thread 21095 0x0000003387cce172 in select () from /lib64/libc.so.6
5 Thread 21096 0x0000003387cce172 in select () from /lib64/libc.so.6
4 Thread 21097 0x000000338880b280 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
3 Thread 21098 0x000000338880de11 in recv () from /lib64/libpthread.so.0
2 Thread 21103 0x000000338880b280 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0

  • 1 Thread 21106 0x00000000006e1ba0 in hazelcast::util::LockGuard::~LockGuard() ()
    (gdb) thread 7
    [Switching to thread 7 (Thread 0x2b2de23a2250 (LWP 19275))]#0 0x0000003388807c65 in pthread_join () from /lib64/libpthread.so.0
    (gdb) bt
    #0 0x0000003388807c65 in pthread_join () from /lib64/libpthread.so.0
    #1 0x00000000006e0e4e in hazelcast::util::Thread::~Thread() ()
    #2 0x00000000005ec744 in hazelcast::client::test::ClientQueueTest_testTake_Test::TestBody() ()
    #3 0x000000000077ee64 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test_, void (testing::Test::)(), char const) ()
    #4 0x0000000000787106 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test_, void (testing::Test::)(), char const) ()
    #5 0x0000000000774bfb in testing::Test::Run() ()
    #6 0x0000000000774ee6 in testing::TestInfo::Run() ()
    #7 0x0000000000775007 in testing::TestCase::Run() ()
    #8 0x000000000077790d in testing::internal::UnitTestImpl::RunAllTests() ()
    #9 0x000000000077eef4 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl_, bool (testing::internal::UnitTestImpl::)(), char const) ()
    #10 0x0000000000786ba9 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl_, bool (testing::internal::UnitTestImpl::)(), char const) ()
    #11 0x00000000007737e7 in testing::UnitTest::Run() ()
    #12 0x00000000005b285a in main ()

Hence closing this issue since the other shall be open.

from hazelcast-cpp-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.