http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2286

*** shadow/2286 Fri Jun 22 09:37:31 2001
--- shadow/2286.tmp.20560       Fri Jun 22 09:37:31 2001
***************
*** 0 ****
--- 1,75 ----
+ +============================================================================+
+ | Segmentation fault when loading xerces.jar with ant                        |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2286                        Product: Xerces-J                |
+ |       Status: NEW                         Version: 1.4                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Linux                   |
+ |     Priority: Other                     Component: Core                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                  |
+ |  Reported By: [EMAIL PROTECTED]                                                 |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ In trying to use xerces.jar as the SAXParser for an ant build process 
+ 
+ (specifically, trying to use it for a <junitreport> task), loading
+ 
+ of xerces.jar causes a segmentation fault of the process.  Other
+ 
+ parsers (notable the default parser.jar that ships with ant) does not
+ 
+ cause this problem.  
+ 
+  
+ 
+ Verbose class loading has the seg fault occuring after loading the
+ 
+ org.apache.xerces.utils.StringHasher class.
+ 
+ 
+ 
+ More information
+ 
+ 
+ 
+ JAVA VERSION:
+ 
+ <ncuka.mcr-group.com>:~% java -version
+ 
+ java version "1.3.1"
+ 
+ Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
+ 
+ Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
+ 
+ 
+ 
+ OS/HARDWARE:
+ 
+ <ncuka.mcr-group.com>:~% uname -a
+ 
+ Linux ncuka.mcr-group.com 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
+ 
+ 
+ 
+ COMMAND LINE:
+ 
+ java -verbose -classpath 
+/usr/java/jdk1.3.1/lib/rt.jar:/usr/java/jdk1.3.1/lib/tools.jar:/usr/java/jdk1.3.1/lib/class12.jar:/usr/java/jdk1.3.1/lib/pvAll.jar:/usr/java/jdk1.3.1/lib/servlet.jar:/usr/java/jdk1.3.1/lib/log4j-1.1.1.jar:/home/ncuka/lib/junit.jar:/home/ncuka/lib/classes12.zip:/usr/share/ant/lib/mcrbuild.jar:/home/ncuka/sos/Mcr/Dev/src:.:/home/ncuka/dnload/jakarta-ant-1.3/dist/lib/ant.jar:/home/ncuka/dnload/jakarta-ant-1.3/dist/lib/optional.jar:/usr/java/jdk1.3.1/lib/tools.jar:/home/ncuka/dnload/xerces-1_3_1-bin/xerces.jar
+ -Dant.home=/home/ncuka/dnload/jakarta-ant-1.3/dist org.apache.tools.ant.Main junit
+ 
+ 
+ 
+ ANT VERSION:
+ 
+ 1.3-3 compiled locally.
+ 
+ 
+ 
+ 
+ 
+ Note:  This is similar to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2136.  
+Application
+ of workaround given by 
+http://developer.java.sun.com/developer/bugParade/bugs/4447270.html
+ does not fix this.
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to