[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.5-0ubuntu3 --- apport (2.20.5-0ubuntu3) artful; urgency=medium * Revert change to test/test_crash_digger.py to use the source's crash-digger. -- Brian Murray Mon, 15 May 2017 16:00:06 -0700 ** Changed in:

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2017-05-09 Thread Brian Murray
** Changed in: apport (Ubuntu) Milestone: ubuntu-17.01 => ubuntu-17.05 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1517257 Title: apport-retrace should install and

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2017-02-01 Thread Brian Murray
** Changed in: apport Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1517257 Title: apport-retrace should install and use gdb

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2017-01-25 Thread Brian Murray
** Changed in: apport Assignee: (unassigned) => Brian Murray (brian-murray) ** Changed in: apport Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2017-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~brian-murray/apport/sandbox-gdb -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1517257 Title: apport-retrace should install and use gdb for target

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-12-12 Thread Brian Murray
** Changed in: apport (Ubuntu) Milestone: None => ubuntu-17.01 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1517257 Title: apport-retrace should install and use gdb

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-12-09 Thread Brian Murray
LD_LIBRARY_PATH=/path/to/native/sandbox/lib/$(native_multiarch):/path/to/native/sandbox/lib/:/path/to/native/sandbox/usr/lib/$(native_multiarch):/path/to/native/sandbox/usr/path/to/native/sandbox/lib64 /ld-linux-x86-64.so.2 /path/to/native/sandbox/usr/bin/gdb-multiarch [options] -- You received

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-12-09 Thread Martin Pitt
... and change the original patch to only install gdb into the sandbox if it matches the host architecture, as otherwise it'd be a waste. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-12-09 Thread Brian Murray
** Changed in: apport (Ubuntu) Assignee: (unassigned) => Brian Murray (brian-murray) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1517257 Title: apport-retrace

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-12-09 Thread Martin Pitt
Idea from sprint discussion: In apport: - Don't try to run gdb from the retracing target sandbox - Add --gdb-root argument to apport-retrace that will set PATH, LD_LIBRARY_PATH, and possibly some env var to specify the gdb plugin dir to appropriate subdirs of . Calling "gdb" should then

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-12-09 Thread Martin Pitt
> some env var to specify the gdb plugin dir That seems to be it: (gdb) show data-directory GDB's data directory is "/usr/share/gdb". so we can add that to the gdb invocation (gdb_cmd in add_gdb_info()). -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-05-11 Thread Martin Pitt
I reverted http://bazaar.launchpad.net/~apport- hackers/apport/trunk/revision/3076 in http://bazaar.launchpad.net /~apport-hackers/apport/trunk/revision/3080. This cannot work like this as we need a gdb command which can actually run on the host. This is not the case when processing crashes from

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-05-03 Thread Martin Pitt
Some preparation to avoid installing gdb-dbg: http://bazaar.launchpad.net/~apport-hackers/apport/trunk/revision/3075 Fix: http://bazaar.launchpad.net/~apport-hackers/apport/trunk/revision/3076 ** Changed in: apport Status: New => Fix Released ** Changed in: apport (Ubuntu) Status:

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-05-03 Thread Launchpad Bug Tracker
** Branch linked: lp:apport -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1517257 Title: apport-retrace should install and use gdb for target release Status in Apport:

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2015-11-17 Thread Brian Murray
This is a xenial crash retraced on precise with the precise version of gdb: https://errors.ubuntu.com/problem/46cdc799549ce925789dda64598d44de62337f13 The same crash retraced in xenial produced the following results: http://pastebin.ubuntu.com/13300108/ Notice how the backtrace is much more