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

2008-05-30 Thread Curt Arnold
On May 30, 2008, at 3:16 PM, GregN wrote: Unfortunately your suggestion didn't fix the issue. Under debugger the problem happen in apr_atomic.c::apr_atomic_dec32() line:310. It is inside #if APR_HAS_THREADS. I tried to set APR_HAS_THREADS to 0 in include/apr.h but got system lookup error. A

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-redhat-linux/3.4.3/specs >> Configured with: ../configure -

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

2008-05-30 Thread Curt Arnold
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-redhat-linux/3.4.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/

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: >> >> Greg, >> >> That's true, a

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 PROTECTED]> wrote: > >> >> Omayre, >> >> I can't

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

2008-05-30 Thread Omayre Zahid
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 PROTECTED]> wrote: > > Omayre, > > I can't find version 1.2.2 on http://apr.apache.org/download.cgi > The 1.2.12 is the l

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

2008-05-30 Thread GregN
Omayre, I can't find version 1.2.2 on http://apr.apache.org/download.cgi The 1.2.12 is the latest there. Thanks, Gregory Omayre Zahid wrote: > > I'm not sure how much this helps, but try to use version 1.2.2. If I > recall > correctly, using the latest version of APR and APR-UTIL gave me issu

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

2008-05-30 Thread GregN
Only ConsoleAppender and RollingFileAppender are used. Dale King-2 wrote: > > Do you 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-proble