A
asterixgallier
Hello
i'm having problems with log4cxx when using inside an MFC application
build with visual studio 2005. The Application starts and works
normaly, but while exiting, inside the DEBUG window of Visual Studio,
there are printed a lot of Memory Leaks errors:
Detected memory leaks!
Dumping objects ->
{1323} normal block at 0x00BB6F20, 4 bytes long.
....
{1107} normal block at 0x00BD4098, 32 bytes long.
Data: <l o g 4 c x x > 6C 00 6F 00 67 00 34 00 63 00 78 00 78 00 20
00
....
repeat 319 times
....
Object dump complete.
If the Application runs in Release configuration, no memory leaks
occurs.
I tried the compiled log4cxx.dll in several combinations:
log4cxx version 0.9.7, from SVN, version 0.10.0
using VC6.0, VC8.0, with has.wchar_t true/false and logchar utf-8/wchar
....
But i never reached a working application with no memory leaks.
Have got anyone an idea where this defect exists and how it can be
solved?
With regards
Asterix
i'm having problems with log4cxx when using inside an MFC application
build with visual studio 2005. The Application starts and works
normaly, but while exiting, inside the DEBUG window of Visual Studio,
there are printed a lot of Memory Leaks errors:
Detected memory leaks!
Dumping objects ->
{1323} normal block at 0x00BB6F20, 4 bytes long.
....
{1107} normal block at 0x00BD4098, 32 bytes long.
Data: <l o g 4 c x x > 6C 00 6F 00 67 00 34 00 63 00 78 00 78 00 20
00
....
repeat 319 times
....
Object dump complete.
If the Application runs in Release configuration, no memory leaks
occurs.
I tried the compiled log4cxx.dll in several combinations:
log4cxx version 0.9.7, from SVN, version 0.10.0
using VC6.0, VC8.0, with has.wchar_t true/false and logchar utf-8/wchar
....
But i never reached a working application with no memory leaks.
Have got anyone an idea where this defect exists and how it can be
solved?
With regards
Asterix