[Touch-packages] [Bug 1348275] Re: gdb message "Got object file from memory but can't read symbols: File truncated."

2019-03-25 Thread Bug Watch Updater
** Changed in: python
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message "Got object file from memory but can't read symbols: File
  truncated."

Status in Python:
  Invalid
Status in gdb package in Ubuntu:
  Fix Released
Status in gdb source package in Utopic:
  Won't Fix

Bug description:
  Test Case
  -
  $ cat >>foo.c<
  #include 

  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 
  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:
  .
  Find the GDB manual and other documentation resources online at:
  .
  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message "Got object file from memory but can't read symbols: File truncated."

2016-04-24 Thread Rolf Leggewie
utopic has seen the end of its life and is no longer receiving any
updates. Marking the utopic task for this ticket as "Won't Fix".

** Changed in: gdb (Ubuntu Utopic)
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message "Got object file from memory but can't read symbols: File
  truncated."

Status in Python:
  New
Status in gdb package in Ubuntu:
  Fix Released
Status in gdb source package in Utopic:
  Won't Fix

Bug description:
  Test Case
  -
  $ cat >>foo.c<
  #include 

  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 
  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:
  .
  Find the GDB manual and other documentation resources online at:
  .
  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2015-02-11 Thread Brian Murray
** Description changed:

+ Test Case
+ -
  $ cat foo.cEOT
  #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
+ 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
+ InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 
(20140409)SourcePackage: gdb
  UpgradeStatus: Upgraded to utopic on 2014-05-08 (77 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  New
Status in gdb package in Ubuntu:
  Fix Released
Status in gdb source package in Utopic:
  In Progress

Bug description:
  Test Case
  -
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-11-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/gdb

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  New
Status in “gdb” package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-11-20 Thread Matthias Klose
** Also affects: gdb (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: gdb (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: gdb (Ubuntu Utopic)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  New
Status in “gdb” package in Ubuntu:
  Confirmed
Status in “gdb” source package in Utopic:
  In Progress

Bug description:
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-11-20 Thread Launchpad Bug Tracker
This bug was fixed in the package gdb - 7.8.1-1ubuntu1

---
gdb (7.8.1-1ubuntu1) vivid; urgency=medium

  * Merge with Debian; remaining changes:
- Build from the upstream sources.
- Build the gdb-doc package.
- Include the man pages in the gdb package.
- Build-depend on gcj-jdk.
- Drop build dependency on python-dev.
- Additional patches branch-updates, gdb-strings, ptrace-error-verbosity,
  ppc64el-gdbserver, ppc64el-attach-jvm.
- Don't build a gdb-python2 package.
- Configure with babeltrace on ppc64 and ppc64el.
- gdb: Add a replaces to gdb-doc, which used to ship the manual pages.
- Again, stop building the gdb-minimal package, not used anymore on any
  image.
- Add build dependencies for the gdb-doc package.
- Make gdb Multi-Arch: allowed again.
  * Upstream fixes LP: #1348275.

gdb (7.8.1-1) experimental; urgency=medium

  * Imported Upstream version 7.8.1
- GDB 7.8.1 provides the following fixes and improvements over GDB 7.8:
  + PR python/17364 (Need better printer names in bound_registers.py)
  + PR build/17104 (CFLAGS=-Wall -Wextra gdb/confgure --with-babeltrace
fails)
  + PR gdb/17345 (babeltrace (1.1.2 and later) complains about the ctf
data generated by GDB)
  + PR build/17298 (gcore: Couldn't get registers: No such process)
  + PR python/17342 (Xmethod Python is not Python 3 compatible)
  + PR python/17355 (Crash on Python frame filters with unreadable arg)
  + PR guile/17367 (computation of guild path wrong when pkg-config script
supplied as arg to --with-guile)
  + PR gdb/17247 (gdb freezes on multi threaded app)
  + PR gdb/17347 (Regression: GDB stopped on run with attached process)
  + PR gdb/17407 (Regression for Linux vDSO reading)
  + PR server/17457 (aarch64/gdbserver: wrong floating point registers
display)
  + PR server/17487 (state-dr_control_mirror == 0 failed assertion in
gdbserver on Windows)
  + PR gdb/17472 (with annotations, input while executing in the foreground
crashes readline/gdb)
  + PR gdb/17471 (repeating a background command makes it foreground)
  + PR cli/17300 (crash in non-stop mode with continue -a 
(readline_callback_read_char() called with no handler!))
  + PR python/17372 (python hangs when displaying help())
  + PR python/17408 (../../gdb/infrun.c:5256: internal-error:
switch_back_to_stepped_thread: Assertion `!schedlock_applies(1)'
failed.)
- Fix --batch mode parameter
  (Closes: #763518)
  * d/control*:
- Bump Standars Version stanza, no changes needed.
- -dbg depends on main binary version.
  * d/rules: fix FTBFS caused by dpkg 1.17.17 changes.
(Closes: #766754)
 -- Matthias Klose d...@ubuntu.com   Thu, 20 Nov 2014 09:28:37 +0100

** Changed in: gdb (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  New
Status in “gdb” package in Ubuntu:
  Fix Released
Status in “gdb” source package in Utopic:
  In Progress

Bug description:
  $ cat foo.cEOT
  #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 

[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-11-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gdb

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  New
Status in “gdb” package in Ubuntu:
  Fix Released
Status in “gdb” source package in Utopic:
  In Progress

Bug description:
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-11-19 Thread Alberto Salvia Novella
** Changed in: gdb (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  New
Status in “gdb” package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-11-02 Thread Jan Kratochvil
This is fixed upstream:
https://sourceware.org/ml/binutils/2014-09/msg00140.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  New
Status in “gdb” package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-09-26 Thread Barry Warsaw
This is likely the cause of the upstream Python test suite failures.

** Bug watch added: Python Roundup #22327
   http://bugs.python.org/issue22327

** Also affects: python via
   http://bugs.python.org/issue22327
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  Unknown
Status in “gdb” package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-09-26 Thread Bug Watch Updater
** Changed in: python
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in Python:
  New
Status in “gdb” package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

2014-08-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gdb (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1348275

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in “gdb” package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cEOT
  #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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1348275/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp