[Touch-packages] [Bug 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

2021-11-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apport (Ubuntu) Status: New => Confirmed -- 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 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

2015-12-17 Thread Tim
so long as the crash report has previously been processed by ubuntu-bug, you can just feed it directly to apport-retrace -- 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 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

2015-12-15 Thread Marius Gedminas
Bug 1374544 might be a duplicate of this one. -- 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/1453011 Title: SegvAnalysis: Failure: invalid literal for int() with base 16:

[Touch-packages] [Bug 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

2015-09-28 Thread Marius Gedminas
I think this output parsing bug bit me again today: SegvAnalysis: Skipped: missing required field "Disassembly" SourcePackage: gdm Stacktrace: => 0x417010: mov0x8(%r15),%rcx 0x417014: test %rcx,%rcx 0x417017: je 0x41709f 0x41701d: mov(%rcx),%rbx 0x417020:

[Touch-packages] [Bug 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

2015-05-08 Thread Marius Gedminas
A simple fix would be to modify apport.report.Report.add_gdb_info() to use _command_output(..., stderr=subprocess.PIPE ) if we don't mind ignoring gdb's stderr. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in

[Touch-packages] [Bug 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

2015-05-08 Thread Marius Gedminas
You can see the Disassembly: field contains $2 = -99Python Exception class 'TypeError' iter() returned non- iterator of type '_iterator': which is missing a newline. This breaks apport's output splitting logic. The TypeError shows up because of bug 1449389. I think it gets printed into

[Touch-packages] [Bug 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

2015-05-08 Thread Marius Gedminas
** Attachment added: the strange apport crash file https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1453011/+attachment/4393424/+files/gnome-shell.crash -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in

[Touch-packages] [Bug 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

2015-05-08 Thread Marius Gedminas
I think I got a better fix in the linked Bazaar branch. I'm not sure how to test it: I have the crash file with the base64-encoded core and incorrectly-decoded fields, how can I convince apport (in a bzr checkout) re-interpret it? ** Branch linked: lp:~mgedmin/apport/fix-lp1453011 -- You