I am using the current code, but I've also never been able to use log4cxx in multiple threads in VC++ without experiencing memory leaks (reported both by the VS debugger and Memory Leak Detector).
I have posted a few times but have not gotten a solution. I ended up using custom messages to the main thread and logging the thread's messages from there. --- valantines <[EMAIL PROTECTED]> wrote: > > Hi, > > I have little problem with log4cxx. I use own class > Thread and i started > 1000 thread in same time. > In this threads i do logging my code, but if i want > terminate those threds, > i get in my msvc, tons of memory leaks. > > i think maybe its problem, when i terminate threads > but log4cxx still > working and logging and crashed my program. > > i try using releaseRef before i need kill thread, > but least i get access > violation when log4cxx end his job. > > also i used LogManager::shutdown or remove appenders > but isn't this problem. > > Situation looks like: there are some many action in > my threads, when i > comment every logging in this threads and i dont get > any memory leaks > > i used log4cxx 0.9.7 unfortunly i cant used 0.9.8 > > thx for advice! > > re valantines > > > > > > -- > View this message in context: > http://www.nabble.com/memory-leaks%2C-when-terminate-threads-tf2158681.html#a5964004 > Sent from the Log4cxx - Users forum at Nabble.com. > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
