Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 53023 invoked from network); 3 Mar 2006 21:35:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 21:35:40 -0000 Received: (qmail 66409 invoked by uid 500); 3 Mar 2006 21:36:23 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 66356 invoked by uid 500); 3 Mar 2006 21:36:22 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 66345 invoked by uid 99); 3 Mar 2006 21:36:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 13:36:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of weldonwjw@gmail.com designates 64.233.162.206 as permitted sender) Received: from [64.233.162.206] (HELO zproxy.gmail.com) (64.233.162.206) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 13:36:20 -0800 Received: by zproxy.gmail.com with SMTP id z3so793651nzf for ; Fri, 03 Mar 2006 13:35:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W0urtw03Z95iDctzlfae5ntmR/jt28AL9fBzJWhqUnmAaAppccItrVPOVKyr28fTsFx98CLH4IZKN+mo/HdLAScw+TVON2EeaXSkZJzMVAhe8/SLDrVVOfHeE/DCc3+zBIolbhT99EUa3e8OdFi2qjxffCM7MPelmIqCUnfoogY= Received: by 10.37.15.15 with SMTP id s15mr66977nzi; Fri, 03 Mar 2006 13:35:58 -0800 (PST) Received: by 10.35.58.1 with HTTP; Fri, 3 Mar 2006 13:35:41 -0800 (PST) Message-ID: <4dd1f3f00603031335o71c5f34en1baf0c3d4e7bfc37@mail.gmail.com> Date: Fri, 3 Mar 2006 13:35:41 -0800 From: "Weldon Washburn" To: harmony-dev@incubator.apache.org Subject: [jchevm] configuring gdb to ignore SIGSEGV MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Enrico, I am able to run "hello world" at the prompt line on Cywin. But when I run it under gdb, it hits a SIGSEGV. The error messages don't hint that signals need to be configured. The uninformed can spend lots of time trying figure out these details. It might be useful to put this info in the HOWTO document you are writing. The following configuration allows JCHEVM to run properly under gdb: $ gdb --args ./jc.exe --classpath=3D. --bootclasspath=3D/usr/local/unzipp= ed_glibj :/usr/local/unzipped_jc:. hello (gdb) handle SIGSEGV nostop (gdb) handle SIGSEGV noprint (gdb) run -- Weldon Washburn Intel Middleware Products Division