Yeah, I guess that would be good.. ;-) Ok, Version AIX 5.3. GCC: Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../configure --prefix=/opt/RMI/AIX : (reconfigured) /tmp/gcc-4.0.2/configure : (reconfigured) ../configure --prefix=/opt/RMI/aix Thread model: aix gcc version 4.0.2
This may not be precise but it's the thread cleanup code in the destructor of APR. We were looking at making Log4CXX in a single threaded mode, but that proved very problematic, as we could not figure out how to set that up in the Ant build. We also were not clear if that was easily supported. -----Original Message----- From: Andreas Fester [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 12:26 PM To: Log4CXX User; Ron Ohmer Subject: Re: Core file on AIX Ron, which version of AIX are you using, and which compiler (gcc/visual age; which version)? Can you provide a minimal code example which causes the crash? Thanks, Andreas Ron Ohmer wrote: > During the destructor phase of Log4CXX we are experiencing core files > being dropped. This happens every time, and we know it is in the > destructor. > > Does anyone else run Log4-0.9.8 on AIX and see this issue? We only see > it on AIX and everything "works" fine, except the core at the end. > > Ron