Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B9AE92E6 for ; Tue, 8 May 2012 18:09:05 +0000 (UTC) Received: (qmail 65090 invoked by uid 500); 8 May 2012 18:09:04 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 65023 invoked by uid 500); 8 May 2012 18:09:04 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 64975 invoked by uid 99); 8 May 2012 18:09:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 18:09:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ochirovnikolay@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 18:08:58 +0000 Received: by yenm3 with SMTP id m3so5751814yen.6 for ; Tue, 08 May 2012 11:08:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7TgMGgBTwex5zgGhRxgl1VIfZHBz75btXi+K4adHRGs=; b=ozLaXvueXrT5EwplpFF7Wvj37EoRyCXVbg2/R6JRuN3yirCCYXXJzrVhnRWoDsxSmZ YnhuAJObm4MsJ/8IbcvZqvSE34qmapSQM3g66MkNrDfqGXYjnUR74dXphQzyyTJ1CCUo WXgl+CxY1SlVRFG9j+Z+xbsP6rqmF82IsSNUy/x9ARsC/5rnRLHtHrjq2t77qJQk1m45 A4sTcOzxjsKAnVbNfl6ZjlAPLltMPGMCorto6toJ6TSYUUTB5yEF4dBf3W0NKyIjIC0R mIEM5C0SsBQiC2XENYfJvrMOXviUL/FjSFQzS7gsDtwoAX24uMmyHK41BznVq+wuoDzz VsOg== MIME-Version: 1.0 Received: by 10.50.207.38 with SMTP id lt6mr11127389igc.34.1336500517661; Tue, 08 May 2012 11:08:37 -0700 (PDT) Received: by 10.64.21.168 with HTTP; Tue, 8 May 2012 11:08:37 -0700 (PDT) In-Reply-To: <20120508165945.GC5073@localhost> References: <20120507191212.GA5270@localhost> <20120507193314.GB5270@localhost> <20120507220419.GD5270@localhost> <4FA935E1.3010207@a-w-f.de> <20120508165945.GC5073@localhost> Date: Tue, 8 May 2012 22:08:37 +0400 Message-ID: Subject: Re: debugging with gdb From: Ochirov Nikolay To: ooo-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9340e6998ed2104bf8a46f6 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340e6998ed2104bf8a46f6 Content-Type: text/plain; charset=ISO-8859-1 Hi, that's part of gdb session: ... Continuing. #0 desktop::Desktop::Main (this=0xbfc28244) at /home/user/ooo/main/desktop/source/app/app.cxx:1670 #1 0x018b410d in ImplSVMain() () from /opt/openoffice.org3/program/../basis-link/program/libvcl.so #2 0x018b42a4 in SVMain() () from /opt/openoffice.org3/program/../basis-link/program/libvcl.so #3 0x0027199c in soffice_main () from /opt/openoffice.org3/program/../basis-link/program/libsofficeapp.so #4 0x08048d14 in main () there are no symbols for module vcl, although i have rebuil /main/vcl so: cd ooo/main/vcl make -sr DEBUG=yes what am i doing wrong ? sincerely, Nikolay 2012/5/8 Ariel Constenla-Haile > Hi Nikolay, > > On Tue, May 08, 2012 at 08:47:37PM +0400, Ochirov Nikolay wrote: > > Thank you, Andre, I notice that. > > I rebuilt desktop module but still nothing happened. > > I will try again) > > There might be some missing step, please copy the steps you are > following, how and where are you copying the libraries with debugging > symbols, etc. > > > > 2012/5/8 Andre Fischer > > > > > Hm, > > > > > > There was small typo in one of the build command line. It should be > > > > > > cd trunk/main/desktop > > > build debug=true dbglevel=3 > > > ^ > > ups, my mistake! > Fixing this, and following the steps posted in the other mails should > work out of the box. > > > Regards > -- > Ariel Constenla-Haile > La Plata, Argentina > --14dae9340e6998ed2104bf8a46f6--