[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-08-31 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.18-0ubuntu9 --- apport (2.18-0ubuntu9) wily; urgency=medium * Revert changes to data/package_hook to include the package version. This just hides the problem that somewhere during whoopsie add_package_info() is not called. (See

[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-08-27 Thread Martin Pitt
Fixed in trunk: http://bazaar.launchpad.net/~apport- hackers/apport/trunk/revision/2992 Thanks Brian, nicely spotted! I tested this with the usual bash -c 'kill -SEGV $$' and StacktraceSource went from useless to OMG real code!. ** Changed in: apport Status: New = Fix Released ** Changed

[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-08-27 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/1462491 Title: StacktraceSource contains errors instead of source code Status in Apport: Fix

[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-08-19 Thread Brian Murray
** Changed in: apport (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) -- 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/1462491 Title: StacktraceSource contains

[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-06-05 Thread Brian Murray
I fixed the filename being searched for via the following. @@ -178,7 +185,8 @@ for frame in report['Stacktrace'].splitlines(): m = src_frame.match(frame) if m: -result += frame + '\n' + get_code(srcdir, m.group(1), int(m.group(2))) +

[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-06-05 Thread Brian Murray
Examples of bugs with good StacktraceSources include: bug 1297212 bug 1061026 bug 1225365 bug 1415515 bug 1304003 bug 1351558 So it seems to work some of the time. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in

[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-06-05 Thread Brian Murray
Looking in my stash of bug report attachments for foundations-bugs it seems that about only 10% don't contain an error in the StacktraceSource. ** Changed in: apport (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-06-05 Thread Brian Murray
Also when working with the xeyes crash I found the missing NextEvent.c file in the source for libx11-1.6.3. -- 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/1462491 Title: