You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Chirag Agrawal (JIRA)" <xe...@xml.apache.org> on 2017/01/23 06:44:26 UTC

[jira] [Reopened] (XERCESC-2086) Building Xalan & xerces on Oracle Linux 6.6 & Compiler solarisstudio12.3 C++ compiler for Linux

     [ https://issues.apache.org/jira/browse/XERCESC-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chirag Agrawal reopened XERCESC-2086:
-------------------------------------

This is not a support Ticket. This is a bug. Software is not working for below :-
Platform:-   Oracle Linux 6.6 
Compiler :- solarisstudio12.3 C++ compiler for Linux

As per the manual, it should work by giving below configuration :-
./runConfigure -plinux -ccc -xCC

This needs to be evaluated and fixed for the above problem. Description is mentioned in order to make you understand the issue properly. 

> Building Xalan & xerces on  Oracle Linux 6.6 & Compiler solarisstudio12.3 C++ compiler for Linux
> ------------------------------------------------------------------------------------------------
>
>                 Key: XERCESC-2086
>                 URL: https://issues.apache.org/jira/browse/XERCESC-2086
>             Project: Xerces-C++
>          Issue Type: Task
>          Components: Build
>         Environment: Platform:-   Oracle Linux 6.6 
> Compiler :- solarisstudio12.3 C++ compiler for Linux
>            Reporter: Chirag Agrawal
>            Priority: Blocker
>              Labels: build
>
> Hi Team,
> I am facing issue while using Xalan & Xerces for my application.
> Below are my environment details i am using :- 
> Platform:-   Oracle Linux 6.6 
> Compiler :- solarisstudio12.3 C++ compiler for Linux
> Below are the versions of Xalan & Xerces source code used to build the shared object downloaded from Apache site:-
> xerces-c-src_2_7_0.tar.gz
> Xalan-C_1_10_0-src.tar.gz
> Problem Description:-
> I had to build 32 bit shared object which can be used in my application. so i tried building xerces with the options for my platform as :-
> ./runConfigure -plinux -ccc -xCC 
> i added -m32 falg in makefile and it got compiled and created a shared object.
> Then i tried to configure xalan with below command :-
> ./runConfigure -plinux -ccc -xCC 
> I tried to compile it but it resulted me in lot of errors. i tried fixing them in order to change compiler and platform defines header files and some make files.
> Finally i was able to create 32 bit shared object for xalan.
> I then tried to use in my application but it was throwing coredump at function XalanMemMgrs::getDefaultXercesMemMgr().
> Below is the code sniplet for the issue :-
> XalanMemMgrs::getDefaultXercesMemMgr()
> {
>         XALAN_USING_XERCES(XMLPlatformUtils)
>         MemoryManagerType* ptr = XMLPlatformUtils::fgMemoryManager;
>         assert (ptr != 0);
>         return *ptr;
> (dbx:getDefaultXercesMemMgr) display XMLPlatformUtils
> dbx: "XMLPlatformUtils" is not defined in the scope `libxalan-c.so.110`XalanMemoryManagement.cpp`xalanc_1_10::XalanMemMgrs::getDefaultXercesMemMgr()`
> dbx: see `help scope' for details
> (dbx:getDefaultXercesMemMgr) n
> t@4079109952 (l@21431) stopped in xalanc_1_10::XalanMemMgrs::getDefaultXercesMemMgr at line 73 in file "XalanMemoryManagement.cpp"
>    73           assert (ptr != 0);
> The value of ptr is showing as nil.
> Need your urgent help in order to understand the changes for my platform requirement and how to sort this memory related issue.
> Regards
> Chirag Agrawal



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org