[ https://issues.apache.org/jira/browse/XERCESC-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837421#comment-15837421 ]
Chirag Agrawal commented on XERCESC-2086: ----------------------------------------- Issue got fixed with the addition of below in my application :- XMLPlatformUtils::Initialize(); XalanTransformer::initialize(); However previously my application was using xerces 1.6 and xalan 1.3 which is not required by software. Anyways thanks for your help and support. > 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 > Affects Versions: 2.7.0 > 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-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org