Results 1 to 4 of 4

Thread: Crash without any Execption

  1. #1
    hui
    hui is offline Registered User
    Name: Fang Zhaohui
    Organization: Anhui University of Technology
    Project: Video Conferencing - RPC in video transcoding
    Join Date
    Sep 2011
    Posts
    11

    Crash without any Execption

    Hi!
    Crash without any Execption:

    It is very low to the crash occurs.
    The method which cause the crash, It is success to call the method (by proxy) in most of time.
    Somtimes my server runs one day, the crash occurs once.

    The following backtrace:
    The function vmx_fault_handler_sigaction catch the SIGSEGV, and then sleep in custom signal processing function.


    Code:
    (gdb) bt
    #0  0x00323410 in __kernel_vsyscall ()
    #1  0x001a1996 in nanosleep () from /lib/libc.so.6
    #2  0x001a17bf in sleep () from /lib/libc.so.6
    #3  0x00263901 in vmx_fault_handler_sigaction (signum=11, si=0x7fb26cc, misc=0x7fb274c) at /home/builder/build/baselib/main/src/liblog/src/mmap_log.cpp:1275
    #4  <signal handler called>
    #5  0x00181283 in memmove () from /lib/libc.so.6
    #6  0x027198c7 in Ice::ConnectionI::sendAsyncRequest () from /usr/lib/libIce.so.34
    #7  0x026f9db0 in IceInternal::ConnectRequestHandler::flushRequests () from /usr/lib/libIce.so.34
    #8  0x026fb733 in IceInternal::ConnectRequestHandler::setConnection () from /usr/lib/libIce.so.34
    #9  0x0282505d in ?? () from /usr/lib/libIce.so.34
    #10 0x02826318 in ?? () from /usr/lib/libIce.so.34
    #11 0x026ff1ed in IceInternal::OutgoingConnectionFactory::ConnectCallback::setConnection () from /usr/lib/libIce.so.34
    #12 0x02709ffe in IceInternal::OutgoingConnectionFactory::finishGetConnection () from /usr/lib/libIce.so.34
    #13 0x0270a201 in IceInternal::OutgoingConnectionFactory::ConnectCallback::connectionStartCompleted () from /usr/lib/libIce.so.34
    #14 0x0271638a in Ice::ConnectionI::dispatch () from /usr/lib/libIce.so.34
    #15 0x0271d7bd in Ice::ConnectionI::message () from /usr/lib/libIce.so.34
    #16 0x0287a21b in IceInternal::ThreadPool::run () from /usr/lib/libIce.so.34
    #17 0x0287b02a in IceInternal::ThreadPool::EventHandlerThread::run () from /usr/lib/libIce.so.34
    #18 0x002ba7ce in ?? () from /usr/lib/libIceUtil.so.34
    #19 0x003cb5ab in start_thread () from /lib/libpthread.so.0
    #20 0x001e1cfe in clone () from /lib/libc.so.6
    I am using ICE-3.4.0, os is Red Hat Linux.

  2. #2
    bernard's Avatar
    bernard is online now ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hello,

    Can you reproduce this crash with Ice 3.4.2, preferably using a debug build and without this custom signal handling function?

    Which version of RHEL do you use?

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  3. #3
    benoit's Avatar
    benoit is online now ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    We fixed a similar issue in 3.4.2, the issue was related to retries. Upgrade to 3.4.2 as recommended by Bernard, it will most likely fix the problem. The original issue was reported on this thread.

    Cheers,
    Benoit.

  4. #4
    hui
    hui is offline Registered User
    Name: Fang Zhaohui
    Organization: Anhui University of Technology
    Project: Video Conferencing - RPC in video transcoding
    Join Date
    Sep 2011
    Posts
    11
    Thanks!
    I will Upgrade Ice to 3.4.2.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Severe Crash
    By p3pp8 in forum Help Center
    Replies: 4
    Last Post: 11-16-2010, 04:17 PM
  2. slice2cs crash
    By ngarimu in forum Help Center
    Replies: 10
    Last Post: 09-09-2009, 11:37 AM
  3. Hello Example crash
    By tomerp in forum Bug Reports
    Replies: 8
    Last Post: 03-31-2009, 11:25 AM
  4. icegridregistry crash
    By sinofool in forum Bug Reports
    Replies: 1
    Last Post: 03-27-2009, 04:36 PM
  5. Registry Crash
    By ctennis in forum Bug Reports
    Replies: 2
    Last Post: 04-19-2007, 01:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •