
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
AIX 5.1 xlC 6.0, Linux w/ GCC, Win XP, probably others
|
|
| Resolution Date: |
21/Oct/04 05:42 PM
|
|
log4cxx initialization does not work properly. Running examples gives:
'you have tried to set a null value to root'
Presumably, this problem is caused by problems in initializing static data in level.cpp and logmanager.cpp
|
|
Description
|
log4cxx initialization does not work properly. Running examples gives:
'you have tried to set a null value to root'
Presumably, this problem is caused by problems in initializing static data in level.cpp and logmanager.cpp |
Show » |
|
Summary: http://nagoya.apache.org/eyebrowse/ReadMsg?listName=log4cxx-user@logging.apache.org&msgNo=457
The crashes were due to dependency on non-local static variables called during configuration which can occur during static initialization. Since the order that initialization occurs is not defined bad things happen, typically log4cxx::Level::DEBUG or a string literal used in parsing the configuration file was still null.