You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Laidlaw, Angus" <al...@axsone.com> on 2001/07/02 20:31:32 UTC

Xalan 1.1 on AIX with g++

	Is anybody using Xalan-c 1.1 on AIX 4.3.2 built with g++?   I am
having problems
	when a function returns a XalanDOMSString.  Sometimes 
	XalanDOMSString val = function(); 
	works, sometimes it segmentation faults.  If I make &val an
arguement to the function
	and return the value through it that way it works.

	Angus Laidlaw