Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 81370 invoked from network); 20 Oct 2006 15:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2006 15:57:14 -0000 Received: (qmail 30040 invoked by uid 500); 20 Oct 2006 15:57:10 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 30000 invoked by uid 500); 20 Oct 2006 15:57:09 -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 29989 invoked by uid 99); 20 Oct 2006 15:57:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 08:57:09 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of weldonwjw@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 08:57:08 -0700 Received: by ug-out-1314.google.com with SMTP id j30so766377ugc for ; Fri, 20 Oct 2006 08:56:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Tzc3FKD8UfarCReA4F1yqQJvjSfxYeITrnM98mdPhM2l0RNqWghnU2dFYIbtK5BasZmGBXhMmoSTJ7qLzPLg24XXeOTteIqEmz9rI6Wjg92xA/odx98mRZBSu+9HcsyWTusZQaKK4HkL/EFOAZ/eMkdpYHmaB8eCG91x9u5rWBg= Received: by 10.78.182.20 with SMTP id e20mr2112920huf; Fri, 20 Oct 2006 08:56:46 -0700 (PDT) Received: by 10.78.137.2 with HTTP; Fri, 20 Oct 2006 08:56:46 -0700 (PDT) Message-ID: <4dd1f3f00610200856s68e5dffbv5932ecd38fd3a266@mail.gmail.com> Date: Fri, 20 Oct 2006 08:56:46 -0700 From: "Weldon Washburn" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] debugging on msvc -- getting debug symbols to load In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_83523_18117302.1161359806294" References: <4dd1f3f00610200620w20af690fn62435ccbb2013e6f@mail.gmail.com> <4dd1f3f00610200641o2e2aa086qbba72a8f04cfe956@mail.gmail.com> <4dd1f3f00610200808r1d82127q3b711c04f313d655@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_83523_18117302.1161359806294 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 10/20/06, Mikhail Fursov wrote: > > On 10/20/06, Weldon Washburn wrote: > > > > This sounds very much like what I experienced before I did the > > below. When > > the above dialog box opens, are you running from msvc debugger or from a > > msdos console window? It seems msvc 2003/2005 can't find the debug > > symbols > > if drlvm is run from command line and hits a debug event such as a > > sigsegv, assert(0) or int 3. > > > > I have the problem with stack only when I run from console window. When I > run from MSVC it works fine. > Not a big problem but I think it's better for us to find the answer why > the > stack is not available... hmm... It looks like the problem you have is identical to what I experienced. I agree it would be better to find out why debug symbols are not available. We definitely need to be able to debug the VM in the field. Dumping what amounts to a bunch of hex is not acceptable. I tried multiple different ways to point MSVC at the *.PDB files. Nothing worked. -- > Mikhail Fursov > > -- Weldon Washburn Intel Middleware Products Division ------=_Part_83523_18117302.1161359806294--