Re: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-06-10 Thread GregN
>Without the fix, does "make check" successfully run the unit tests. Seems all tests passed with SUCCESS. I saved the log if you want it. >What specific RedHat are you running... It is Enterprise RH (probably 4.3) [EMAIL PROTECTED] ~]$ uname -a Linux gredhat4 2.6.9-11.EL #1 Fri May 20 18:17:57

Re: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-06-06 Thread GregN
>As a work around until a resolution, you could try commenting out the >apr_terminate() call in src/main/cpp/aprinitializer.cpp. It works with this change. Let me know if I can help you to fix the problem. THanks.. -- View this message in context: http://www.nabble.com/Segmentation-fault-log

Re: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-06-04 Thread GregN
I made changes you recommended in src/main/cpp/objectimpl.cpp but it unfortunately didn't help. It seems that #if statement is true #if (defined(__i386__) || defined(__x86_64__)) && defined(__GNUC__) && !defined(USE_GENERAL_ATOMICS) __i386__ - defined __x86_64__ - NOT defined __GNUC__

Re: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-05-30 Thread GregN
carnold-3 wrote: > > > On May 29, 2008, at 2:15 PM, GregN wrote: > >> >> Segmentation fault on app exit. >> >> log4cxx, apr-1.2.12 and apr-util-1.2.12 had been build from tar file. >> >> gcc -v >> Reading specs from /usr/lib/gcc/i386-red

Re: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-05-30 Thread GregN
Omayre, It is the same fault with version 1.2.2... I tryed the same test with log4cpp and it works fine. If I can't get the way to resolve the issue I will use it. Thanks, Gregory GregN wrote: > > Thanks, Omayre. > I'll try it. > > > Omayre Zahid wrote: >

Re: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-05-30 Thread GregN
Thanks, Omayre. I'll try it. Omayre Zahid wrote: > > Greg, > > That's true, apache archived that version. It can now be found here: > http://archive.apache.org/dist/apr/ > > Regards, > Omayre > > On Fri, May 30, 2008 at 9:47 AM, GregN <[EMAIL

Re: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-05-30 Thread GregN
have any of the network appenders or possibly the AsyncAppender >> configured? I'm guessing this is the same thread shutdown issues I >> reported on Windows in this thread: >> >> http://www.nabble.com/A-few-problems-to-report-to17013024.html >> >> The tip should be a bit b

Re: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-05-30 Thread GregN
://www.nabble.com/A-few-problems-to-report-to17013024.html > > The tip should be a bit better, but you might get a delay on shutdown. > > On Thu, May 29, 2008 at 3:15 PM, GregN <[EMAIL PROTECTED]> wrote: >> >> Segmentation fault on app exit. >> >> log4cxx, apr-1

Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-05-29 Thread GregN
Segmentation fault on app exit. log4cxx, apr-1.2.12 and apr-util-1.2.12 had been build from tar file. gcc -v Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-thread