You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Forrest Energumen <en...@buaa.edu.cn> on 2005/06/18 09:36:41 UTC

can log4cxx works fine with stlport?

Hi:
i want to migrate my project from win32 to linux, i select log4cxx as my log system.
it works fine with stlport 4.6.2 in win32 platform, but it can not work in linux.

my log4cxx version is 0.9.7, when i compile it in linux, i build it with stlport-4.6 support,when I 
test the examples, it just show "segment fault" when running to "xml::DOMConfigurator::configure(LOGGER_CONFIG_FILE_NAME)"

but if i do not compile the log4cxx-0.9.7 with stlport, it works fine

so i just doubt that whether it can work with stlport or not in linux?
 				

        Forrest Energumen
        energumen@buaa.edu.cn
          2005-06-18

Re: can log4cxx works fine with stlport?

Posted by Curt Arnold <ca...@apache.org>.

On Jun 18, 2005, at 2:36 AM, Forrest Energumen wrote:

> Hi:
> i want to migrate my project from win32 to linux, i select log4cxx  
> as my log system.
> it works fine with stlport 4.6.2 in win32 platform, but it can not  
> work in linux.
>
> my log4cxx version is 0.9.7, when i compile it in linux, i build it  
> with stlport-4.6 support,when I
> test the examples, it just show "segment fault" when running to  
> "xml::DOMConfigurator::configure(LOGGER_CONFIG_FILE_NAME)"
>
> but if i do not compile the log4cxx-0.9.7 with stlport, it works fine
>
> so i just doubt that whether it can work with stlport or not in linux?
>

log4cxx-0.9.7 had a large number of issues that have been already  
resolved in the CVS HEAD.  One in particular (http:// 
issues.apache.org/jira/browse/LOGCXX-4) is likely the cause of the  
problem that you are running into.  Please try the CVS HEAD and see  
if the problem still persists.