You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by "Schlesinger, Philip" <ps...@filenet.com> on 2006/06/22 00:53:42 UTC

Illegal operation (coredump) for UseStylesheetParam sample test

Hi David.  The following tests seemed to work (there is no sanityTest to
compare it to):
- XalanTransform
- SimpleTransform
- XalanTransformerCallback
- CompileStylesheet
- StreamTransform
- DocumentBuilder

However, here's the output from UseStylesheetParam:

hqepaix3(vwbuild)/PEBuilds/bldtogether/xml-xalan/c/samples> cd
UseStylesheetParam
hqepaix3(vwbuild)/PEBuilds/bldtogether/xml-xalan/c/samples/UseStylesheet
Param> ls
CVS/                     UseStylesheetParam.cpp   foo.xml
foo.xsl
hqepaix3(vwbuild)/PEBuilds/bldtogether/xml-xalan/c/samples/UseStylesheet
Param> ../../bin/UseStylesheetParam param1 "'hello out there'"
Illegal instruction(coredump)
hqepaix3(vwbuild)/PEBuilds/bldtogether/xml-xalan/c/samples/UseStylesheet
Param> 

Here's the coredump if you're interested:
http://www.electronicfiles.net/files/3560/core.zip

Ideas?

- Phil