Activity log for bug #1348275

Date Who What changed Old value New value Message
2014-07-24 16:57:46 James Hunt bug added bug
2014-07-24 16:58:06 James Hunt description $ cat >>foo.c<<EOT #include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) { printf ("hello world\n"); exit (EXIT_SUCCESS); } EOT $ gcc -ggdb -O0 foo.c $ ./a.out hello world gdb ./a.out GNU gdb (Ubuntu 7.7.91.20140723-0ubuntu1) 7.7.91.20140723-cvs Copyright (C) 2014 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". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./a.out...done. (gdb) r Starting program: /tmp/a.out Got object file from memory but can't read symbols: File truncated. # XXX: <<< What is this? hello world [Inferior 1 (process 21518) exited normally] (gdb) ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: gdb 7.7.91.20140723-0ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6 Uname: Linux 3.16.0-5-generic x86_64 ApportVersion: 2.14.4-0ubuntu2 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jul 24 17:55:11 2014 InstallationDate: Installed on 2014-04-11 (103 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140409) SourcePackage: gdb UpgradeStatus: Upgraded to utopic on 2014-05-08 (77 days ago) $ cat >>foo.c<<EOT #include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) {     printf ("hello world\n");     exit (EXIT_SUCCESS); } EOT $ gcc -ggdb -O0 foo.c $ ./a.out hello world $ gdb ./a.out GNU gdb (Ubuntu 7.7.91.20140723-0ubuntu1) 7.7.91.20140723-cvs Copyright (C) 2014 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". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./a.out...done. (gdb) r Starting program: /tmp/a.out Got object file from memory but can't read symbols: File truncated. # XXX: <<< What is this? hello world [Inferior 1 (process 21518) exited normally] (gdb) ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: gdb 7.7.91.20140723-0ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6 Uname: Linux 3.16.0-5-generic x86_64 ApportVersion: 2.14.4-0ubuntu2 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jul 24 17:55:11 2014 InstallationDate: Installed on 2014-04-11 (103 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140409) SourcePackage: gdb UpgradeStatus: Upgraded to utopic on 2014-05-08 (77 days ago)
2014-07-24 16:58:35 James Hunt description $ cat >>foo.c<<EOT #include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) {     printf ("hello world\n");     exit (EXIT_SUCCESS); } EOT $ gcc -ggdb -O0 foo.c $ ./a.out hello world $ gdb ./a.out GNU gdb (Ubuntu 7.7.91.20140723-0ubuntu1) 7.7.91.20140723-cvs Copyright (C) 2014 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". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./a.out...done. (gdb) r Starting program: /tmp/a.out Got object file from memory but can't read symbols: File truncated. # XXX: <<< What is this? hello world [Inferior 1 (process 21518) exited normally] (gdb) ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: gdb 7.7.91.20140723-0ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6 Uname: Linux 3.16.0-5-generic x86_64 ApportVersion: 2.14.4-0ubuntu2 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jul 24 17:55:11 2014 InstallationDate: Installed on 2014-04-11 (103 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140409) SourcePackage: gdb UpgradeStatus: Upgraded to utopic on 2014-05-08 (77 days ago) $ cat >>foo.c<<EOT #include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) {     printf ("hello world\n");     exit (EXIT_SUCCESS); } EOT $ gcc -ggdb -O0 foo.c $ ./a.out hello world $ gdb ./a.out GNU gdb (Ubuntu 7.7.91.20140723-0ubuntu1) 7.7.91.20140723-cvs Copyright (C) 2014 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". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./a.out...done. (gdb) r Starting program: /tmp/a.out Got object file from memory but can't read symbols: File truncated. # XXX: <<< What is this? XXX: hello world [Inferior 1 (process 21518) exited normally] (gdb) ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: gdb 7.7.91.20140723-0ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6 Uname: Linux 3.16.0-5-generic x86_64 ApportVersion: 2.14.4-0ubuntu2 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jul 24 17:55:11 2014 InstallationDate: Installed on 2014-04-11 (103 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140409) SourcePackage: gdb UpgradeStatus: Upgraded to utopic on 2014-05-08 (77 days ago)
2014-08-06 09:38:07 Launchpad Janitor gdb (Ubuntu): status New Confirmed
2014-09-26 14:25:42 Barry Warsaw bug added subscriber Barry Warsaw
2014-09-26 14:27:44 Barry Warsaw bug watch added http://bugs.python.org/issue22327
2014-09-26 14:27:44 Barry Warsaw bug task added python
2014-09-26 15:47:57 Bug Watch Updater python: status Unknown New
2014-11-19 23:42:16 Alberto Salvia Novella gdb (Ubuntu): importance Undecided High
2014-11-20 10:34:06 Launchpad Janitor branch linked lp:ubuntu/vivid-proposed/gdb
2014-11-20 10:50:12 Matthias Klose nominated for series Ubuntu Utopic
2014-11-20 10:50:12 Matthias Klose bug task added gdb (Ubuntu Utopic)
2014-11-20 10:50:28 Matthias Klose gdb (Ubuntu Utopic): importance Undecided High
2014-11-20 10:50:28 Matthias Klose gdb (Ubuntu Utopic): status New In Progress
2014-11-20 23:17:12 Launchpad Janitor gdb (Ubuntu): status Confirmed Fix Released
2014-11-20 23:36:42 Launchpad Janitor branch linked lp:ubuntu/gdb
2015-02-11 19:47:01 Brian Murray description $ cat >>foo.c<<EOT #include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) {     printf ("hello world\n");     exit (EXIT_SUCCESS); } EOT $ gcc -ggdb -O0 foo.c $ ./a.out hello world $ gdb ./a.out GNU gdb (Ubuntu 7.7.91.20140723-0ubuntu1) 7.7.91.20140723-cvs Copyright (C) 2014 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". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./a.out...done. (gdb) r Starting program: /tmp/a.out Got object file from memory but can't read symbols: File truncated. # XXX: <<< What is this? XXX: hello world [Inferior 1 (process 21518) exited normally] (gdb) ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: gdb 7.7.91.20140723-0ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6 Uname: Linux 3.16.0-5-generic x86_64 ApportVersion: 2.14.4-0ubuntu2 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jul 24 17:55:11 2014 InstallationDate: Installed on 2014-04-11 (103 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140409) SourcePackage: gdb UpgradeStatus: Upgraded to utopic on 2014-05-08 (77 days ago) Test Case --------- $ cat >>foo.c<<EOT #include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) {     printf ("hello world\n");     exit (EXIT_SUCCESS); } EOT $ gcc -ggdb -O0 foo.c $ ./a.out hello world $ gdb ./a.out GNU gdb (Ubuntu 7.7.91.20140723-0ubuntu1) 7.7.91.20140723-cvs Copyright (C) 2014 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". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./a.out...done. (gdb) r Starting program: /tmp/a.out Got object file from memory but can't read symbols: File truncated. # XXX: <<< What is this? XXX: hello world [Inferior 1 (process 21518) exited normally] (gdb) ProblemType: BugDistroRelease: Ubuntu 14.10 Package: gdb 7.7.91.20140723-0ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6 Uname: Linux 3.16.0-5-generic x86_64 ApportVersion: 2.14.4-0ubuntu2 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jul 24 17:55:11 2014 InstallationDate: Installed on 2014-04-11 (103 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140409)SourcePackage: gdb UpgradeStatus: Upgraded to utopic on 2014-05-08 (77 days ago)
2016-04-24 10:42:17 Rolf Leggewie gdb (Ubuntu Utopic): status In Progress Won't Fix
2019-03-25 08:49:47 Bug Watch Updater python: status New Invalid