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 54BEE902D for ; Tue, 8 May 2012 19:21:32 +0000 (UTC) Received: (qmail 99540 invoked by uid 500); 8 May 2012 19:21:32 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 99470 invoked by uid 500); 8 May 2012 19:21:32 -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 99459 invoked by uid 99); 8 May 2012 19:21:31 -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 19:21:31 +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 19:21:24 +0000 Received: by yenm3 with SMTP id m3so5838028yen.6 for ; Tue, 08 May 2012 12:21:04 -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=SA7TAPrbRMMdk0A8PYD1PyO4SWu+8eiBiH3MI4J4gy0=; b=s2dA1tVJ8bAd7GcJsNeLjFGfHYl4FVzHN0mPLDK4j4ErkQQWjeySOd9LXVee/eA7vZ uQ1cLiU8kBrSLbsUAakmVQnRXCuvVVNh0D0IY4MyLdEGiJorSSbvIPYR3Wf7gRUXCePe A57U7dXLG6tlqBj3KjAE8oWkOZLaOw+bSW6fBzMWTp6MmELMSqRaRaArXqosMv3h3nUC Rbn4kdS5KO6L/aDvfAQOd/DZXnBciQjoSq0f9+52+45P6/nfngRj/qYn5KiCFlYYpG36 rFn+8aEx6uxRjiuy3ztfMU01WkT5Mu08/dmVqSJDqOCL7POWYbx2JbMA72agcopB7+/J ypFA== MIME-Version: 1.0 Received: by 10.50.187.233 with SMTP id fv9mr11466836igc.34.1336504863914; Tue, 08 May 2012 12:21:03 -0700 (PDT) Received: by 10.64.21.168 with HTTP; Tue, 8 May 2012 12:21:03 -0700 (PDT) In-Reply-To: <20120508181952.GD5073@localhost> References: <20120507191212.GA5270@localhost> <20120507193314.GB5270@localhost> <20120507220419.GD5270@localhost> <4FA935E1.3010207@a-w-f.de> <20120508165945.GC5073@localhost> <20120508181952.GD5073@localhost> Date: Tue, 8 May 2012 23:21:03 +0400 Message-ID: Subject: Re: debugging with gdb From: Ochirov Nikolay To: ooo-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9340e0ba77b8d04bf8b49b4 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340e0ba77b8d04bf8b49b4 Content-Type: text/plain; charset=ISO-8859-1 Thank you for help, Ariel! Your hint is very usefull! I didn't clean, yes) And one more question if i may: Which module should be rebuilt in order to get the debugging symbols for bootstrap.uno.so? sincerely, Nikolay. 2012/5/8 Ariel Constenla-Haile > Hi Nikolay, > > On Tue, May 08, 2012 at 10:08:37PM +0400, Ochirov Nikolay wrote: > > 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 > > did you clean first? > > cd trunk/main/vcl > make -sr clean > > > make -sr DEBUG=yes > > what am i doing wrong ? > > and then copy the libraries from the solver to the office installation. > > > Regards > -- > Ariel Constenla-Haile > La Plata, Argentina > --14dae9340e0ba77b8d04bf8b49b4--