Source: pgadmin3 Version: 1.14.0-2 Severity: normal Hi!
While trying to run pgadmin3 under gdb I saw: ===== $ gdb pgadmin3 GNU gdb (GDB) 7.3-debian Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 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: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/pgadmin3...Reading symbols from /usr/lib/debug/usr/bin/pgadmin3...(no debugging symbols found)...done. (no debugging symbols found)...done. (gdb) ===== Note the "no debugging symbols found" While CFLAGS/CXXFLAGS is being defined with -g in debian/rules, it seems that they aren't being passed for the building environment (only "-Wall -O2" is being used). For example, in https://buildd.debian.org/status/fetch.php?pkg=pgadmin3&arch=amd64&ver=1.14.0-2&stamp=1323518735 it's possible to see this behavior (no -g being used). Thank you! Best regards, Nelson -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org