PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3296 *** shadow/3296 Tue Aug 28 00:11:22 2001 --- shadow/3296.tmp.1033 Tue Aug 28 00:11:22 2001 *************** *** 0 **** --- 1,29 ---- + +============================================================================+ + | a Segmentation fault when runing samples of xalan-j_2_2_D9 | + +----------------------------------------------------------------------------+ + | Bug #: 3296 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: PC | + | Severity: Critical OS/Version: Linux | + | Priority: Other Component: javax.xml | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + my platform is RedLinux7.0 ,xalan-j_2_2_D9. + when I run the samples named SimpleTransform , appear the following error: + "Segmentation fault " + then I compile the java file ,and it can compile ,but can't run .if i ommit two + lines: + + Transformer transformer = tFactory.newTransformer(new StreamSource("birds.xsl")); + transformer.transform(new StreamSource("birds.xml"), new StreamResult(new + FileOutputStream("birds.out"))); + + + it can compile and run .I try the other samples and xalan-j_2_2_D6,but no + effort. can u help me ? thank u!
