Problems executing application with log4cxx

2009-11-24 Thread carlos_jimenez
Hello, First, sorry for my english. I'm new with log4cxx and I have problems. When I use PropertyConfiguration into my code, application crashes, but if I use BasicConfiguration, works fine. #include #include #include "Sistema/SistemaRTEST4Cilindres.h" using namespace log4cxx; LoggerPt

Re: Problems executing application with log4cxx

2009-11-24 Thread carlos_jimenez
The problem seems to be the size of log file, but now I have another problem. If I want to use logger Sistema.RTEST, it doesn't work, but if I use rootLooger, works fine. SistemaRTEST4Cilindres.cpp #include "SistemaRTEST4Cilindres.h" LoggerPtr loggerSistemaRTEST(Logger::getLogger("Sistema.R

Re: Crash at exit

2011-01-18 Thread carlos_jimenez
I had a similar problem, after exit(0): *** glibc detected *** ./main: double free or corruption (out): 0x08f10b20 *** === Backtrace: = /lib/i686/cmov/libc.so.6[0xb7356624] /lib/i686/cmov/libc.so.6(cfree+0x96)[0xb7358826] /usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0xb75472e1] /usr/local/lib

Re: Crash at exit

2011-01-18 Thread carlos_jimenez
When I said he called a 'aprterminate ()' wanted to _not_ called 'aprterminate ()', which had commented on log4cxx thanks Quoting Thorsten Schöning : Guten Tag carlos_jime...@encopim.com, am Dienstag, 18. Januar 2011 um 13:47 schrieben Sie: Anyone have any idea? Don't call apr_terminate