Return-Path: X-Original-To: apmail-openoffice-doc-archive@minotaur.apache.org Delivered-To: apmail-openoffice-doc-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA5B5109A1 for ; Sun, 18 Aug 2013 09:48:08 +0000 (UTC) Received: (qmail 60175 invoked by uid 500); 18 Aug 2013 09:48:08 -0000 Delivered-To: apmail-openoffice-doc-archive@openoffice.apache.org Received: (qmail 60041 invoked by uid 500); 18 Aug 2013 09:48:00 -0000 Mailing-List: contact doc-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: doc@openoffice.apache.org Delivered-To: mailing list doc@openoffice.apache.org Delivered-To: moderator for doc@openoffice.apache.org Received: (qmail 32722 invoked by uid 99); 18 Aug 2013 08:37:37 -0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yohey03518@gmail.com designates 209.85.214.196 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=v2Y7dFviPGBDp75u1ccR4BG43P3BT9M1nE/Ah0wBGdA=; b=sHG7PhsokTYDFJhUTiB/KiAC1Vun+3LnoavMw/o22ZjIXzcOwQsCHLZ8ZakxNF3OXD Gc0UluF0f2OlgjUqlVY48g78tSgt/vXvwCiA+zQunt/bh61AHgmPSvaLguZ+ZG5sN1JE 1zwXuCzMl9NqKc5s/1DSE7wROtab8WckwXo6jHvmBVJiRqw7DzSuhwjgclkCecjQE6Xt /ttJL/Z1RliVRuwPbKNu1+PBbzwCBQm39Gp7+K2DeJOCFTWPIZTWDBLpZBoiCccYs439 HE8zFV/UMiW5ljivJjJbVDMx51GvrKWEITTypg0HOSQltTgFrt6iswm6mtM/EorBJa6+ Q9pw== MIME-Version: 1.0 X-Received: by 10.60.76.72 with SMTP id i8mr6805172oew.11.1376815032127; Sun, 18 Aug 2013 01:37:12 -0700 (PDT) Date: Sun, 18 Aug 2013 16:37:12 +0800 Message-ID: Subject: Use GDB but no debugging symbols found From: =?Big5?B?sWmkr8N2?= To: doc@openoffice.apache.org Content-Type: multipart/alternative; boundary=047d7b33d548e9596204e434ba5c X-Virus-Checked: Checked by ClamAV on apache.org --047d7b33d548e9596204e434ba5c Content-Type: text/plain; charset=ISO-8859-1 Hello everyone, Recent days I have tried to run AOO with GDB dor debugging. But after I ran it(enter gdb ./soffice.bin), I got a message said no debugging symbols found. And then I typed "list", I got "No symbol table is loaded". Here is log: $ gdb ./soffice.bin GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /opt/openoffice4/program/soffice.bin...(no debugging symbols found)...done. (gdb) list No symbol table is loaded. Use the "file" command. I have configured with --enable-symbols. Here is my configure: $ ./configure \ --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \ --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz \ --enable-symbols \ --disable-odk \ --disable-binfilter It didn't show any error. And here is my build command: $ build debug=true dbg_build_only=true and I also tried build debug=true dbglevel=2 or $ build debug=true dbg_build_only=true dbglevel=2 No error showed but after I installed it and ran with gdb, I got the same result : no debugging symbols founds. In fact, I am not very skillful in Linux system and AOO building system. Maybe I lost something important needed to be done. Thanks for your patience and help. Regards, Yohey. --047d7b33d548e9596204e434ba5c--