You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Thorsten Schöning (Jira)" <lo...@logging.apache.org> on 2019/11/07 08:24:00 UTC

[jira] [Commented] (LOGCXX-509) Encountered Signal 6 with log4cxx-0.10.0

    [ https://issues.apache.org/jira/browse/LOGCXX-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16969031#comment-16969031 ] 

Thorsten Schöning commented on LOGCXX-509:
------------------------------------------

From what you have provided I don't see anything obvious besides that you seem to build a threaded application. Those didn't work properly for various different bugs in the past, some of which have been solved or worked around in the current master. So I suggest additionally trying with that.

https://logging.apache.org/log4cxx/next_stable/

> Encountered Signal 6 with log4cxx-0.10.0
> ----------------------------------------
>
>                 Key: LOGCXX-509
>                 URL: https://issues.apache.org/jira/browse/LOGCXX-509
>             Project: Log4cxx
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.10.0
>         Environment: Centos 7.1
> Compiler : GCC-4.8.5
>            Reporter: gur
>            Priority: Blocker
>              Labels: beginner
>             Fix For: 0.10.0
>
>
> I compiled log4cxx-0.10.0 from source code and linked dynamically with my application. When when I start my application, i observed  core file with below Backtrace:
> Compiler : GCC-4.8.5
> OS           : Centos 7.1
> APR Version : apr-1.4.8
> APR Util        : apr-util-1.5.2
>  
> Any suggestion to fix this issue is welcome.  
> #0 0x00007f1d0da7c1d7 in raise () from /lib64/libc.so.6
> #1 0x00007f1d0da7d8c8 in abort () from /lib64/libc.so.6
> #2 0x000000000067889e in _Unwind_SetGR (context=<optimized out>, index=<optimized out>, val=<optimized out>) at /user/gcc-4.8.5/libgcc/unwind-dw2.c:275
> #3 0x0000000000622340 in __cxxabiv1::__gxx_personality_v0 (version=<optimized out>, actions=<optimized out>, exception_class=<optimized out>, ue_header=0x7f1d037fed70, context=0x7f1d037fdbf0)
>  at /user/rchristi/gcc-4.8.5/libstdc++-v3/libsupc++/eh_personality.cc:713
> #4 0x00007f1d0a6a2a14 in ?? () from /lib64/libgcc_s.so.1
> #5 0x00007f1d0a6a2d64 in _Unwind_ForcedUnwind () from /lib64/libgcc_s.so.1
> #6 0x00007f1d0ebc8fd0 in __pthread_unwind () from /lib64/libpthread.so.0
> #7 0x00007f1d0ebc3dd5 in pthread_exit () from /lib64/libpthread.so.0
> #8 0x00007f1d0e356e76 in apr_thread_exit () from /usr/local/lib64/libapr-1.so.0
> #9 0x00007f1d0e6ca22b in log4cxx::helpers::Thread::launcher(apr_thread_t*, void*) () from /usr/local/lib64/liblog4cxx.so.10
> #10 0x00007f1d0ebc2dc5 in start_thread () from /lib64/libpthread.so.0
> #11 0x00007f1d0db3e73d in clone () from /lib64/libc.so.6



--
This message was sent by Atlassian Jira
(v8.3.4#803005)