Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 81135 invoked by uid 500); 13 Jun 2001 21:07:58 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 81082 invoked from network); 13 Jun 2001 21:07:53 -0000 Date: 13 Jun 2001 21:07:58 -0000 Message-ID: <20010613210758.17047.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: [Bug 2136] - Segmentation fault when running ant X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2136 *** shadow/2136 Wed Jun 13 11:08:00 2001 --- shadow/2136.tmp.17039 Wed Jun 13 14:07:58 2001 *************** *** 30,32 **** --- 30,49 ---- ------- Additional Comments From drapp@whizbang.com 2001-06-13 11:07 ------- I see this as well. With ant 1.2 or 1.3 on SuSE 7.1 + + ------- Additional Comments From droy@boostmyscore.com 2001-06-13 14:07 ------- + I have been using ant 1.3 on Linux Mandrake 8.0 with no problem. I had been + using Sun's JDK 1.3.0_2 and IBMs JDK 1.3-8. But today I downloaded the brand + new Sun JDK 1.3.1 off their release area (non beta/non developer). I see this + exact same error when I run ant, now. Ant version is 1.3. Everything else I + have tested running under JDK 1.3.1 works fine. + + Here is the output when I remove the ant shell file from the loop and simply cut + and paste the resultant command on the command line: + + [droy@loki src]$ java -Dant.home=/home/droy/bms/ant/bin/.. + org.apache.tools.ant.Main -find + Searching for build.xml ... + Buildfile: /home/droy/bms/src/./build.xml + Segmentation fault + [droy@loki src]$ \ No newline at end of file