Has anyone tried running the current CVS HEAD of log4cxx on Linux? I'm getting segmentation fault and it seems to be coming from the config file at line 2 below when I try to use the appender. My program runs fine with no logging.
log4j.rootLogger=DEBUG, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender I'm currently using the following version of Linux: Red Hat Linux release 9 (Shrike) Kernel 2.4.20-6 on an i686 Thierry
