Activity log for bug #1429250

Date Who What changed Old value New value Message
2015-03-06 19:49:25 bugproxy bug added bug
2015-03-06 19:49:27 bugproxy tags architecture-ppc64le bugnameltc-120594 severity-high targetmilestone-inin---
2015-03-06 20:20:21 Ubuntu Foundations Team Bug Bot tags architecture-ppc64le bugnameltc-120594 severity-high targetmilestone-inin--- architecture-ppc64le bot-comment bugnameltc-120594 severity-high targetmilestone-inin---
2015-03-09 14:19:32 Brian Murray affects ubuntu crash (Ubuntu)
2015-03-09 22:29:16 bugproxy tags architecture-ppc64le bot-comment bugnameltc-120594 severity-high targetmilestone-inin--- architecture-ppc64le bot-comment bugnameltc-120594 severity-high targetmilestone-inin1504
2015-04-07 18:42:42 Chris J Arges crash (Ubuntu): assignee Chris J Arges (arges)
2015-04-07 18:42:46 Chris J Arges crash (Ubuntu): status New In Progress
2015-04-07 18:42:48 Chris J Arges crash (Ubuntu): importance Undecided Medium
2015-04-08 09:16:06 Launchpad Janitor branch linked lp:ubuntu/vivid-proposed/crash
2015-04-08 10:04:33 Launchpad Janitor crash (Ubuntu): status In Progress Fix Released
2015-08-10 21:33:33 Chris J Arges nominated for series Ubuntu Trusty
2015-08-10 21:33:33 Chris J Arges bug task added crash (Ubuntu Trusty)
2015-08-10 21:35:02 Chris J Arges crash (Ubuntu Trusty): assignee Chris J Arges (arges)
2015-08-10 21:35:04 Chris J Arges crash (Ubuntu Trusty): importance Undecided Medium
2015-08-10 21:35:06 Chris J Arges crash (Ubuntu Trusty): status New In Progress
2015-08-10 21:43:03 Chris J Arges description Problem Description ============================= crash's sub-command cannot show stack frame of active tasks on ppc64le systems. Please see https://www.redhat.com/archives/crash-utility/2015-January/msg00033.html for details. Contact Information = Ping Tian Han/pthan@cn.ibm.com, Mikhail Afanasiev/afanasie@us.ibm.com ---uname output--- Linux thymelp2.isst.aus.stglabs.ibm.com 3.10.0-221.ael7b.ppc64le #1 SMP Wed Jan 7 09:27:09 EST 2015 ppc64le ppc64le ppc64le GNU/Linux Machine Type = CHRP IBM,8247-22L lpar Steps to Reproduce ============================= 1. capturing a vmcore by kdump on ppc64le system 2. issuing crash with this vmcore 3. run 'bt' in crash 4. no stack frame displaied Userspace tool common name: crash The userspace tool has the following bit modes: 64-bit Userspace rpm: crash-7.0.9-2.ael7b.ppc64le == Comment: #5 - Hari Krishna Bathini <hbathini@in.ibm.com> - 2015-02-06 13:18:18 == For active tasks, there are two methods to get backtrace. Firstly, using pt_note registers. If this fails, use default stack search method to get backtrace. In ppc64le, currently both methods seem to fail. The below patch resolves problem in default stack search method. https://github.com/crash-utility/crash/commit/dc4ea682a21567dd9d093862ec54eb8529199c05 This effectively resolves this bug. But the problem with first method is still open. I couldn't look into the problem with first method yet. Will try to work on this next week. Thanks Hari == Comment: #6 - Hari Krishna Bathini <hbathini@in.ibm.com> - 2015-02-20 00:08:46 == (In reply to comment #5) > (In reply to comment #4) > > Any update? > > For active tasks, there are two methods to get backtrace. > Firstly, using pt_note registers. If this fails, > use default stack search method to get backtrace. > In ppc64le, currently both methods seem to fail. > The below patch resolves problem in default stack search method. > https://github.com/crash-utility/crash/commit/ > dc4ea682a21567dd9d093862ec54eb8529199c05 > This effectively resolves this bug. > > But the problem with first method is still open. > I couldn't look into the problem with first method yet. > Will try to work on this next week. > > Thanks > Hari I would suggest, we close this bug as the issue reported is resolved with the below patch https://github.com/crash-utility/crash/commit/dc4ea682a21567dd9d093862ec54eb8529199c05 We could track the problem with first method offline or in a separate bug if needed. Thanks Hari == Comment: #10 - Breno Henrique Leitao <brenohl@br.ibm.com> - 2015-03-02 15:42:05 == Canonical, Can we move Crash to versin 7.1.0 that already contains this fix? Thanks. == Comment: #11 - Hari Krishna Bathini <hbathini@in.ibm.com> - 2015-03-05 23:18:17 == (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > Any update? > > > > For active tasks, there are two methods to get backtrace. > > Firstly, using pt_note registers. If this fails, > > use default stack search method to get backtrace. > > In ppc64le, currently both methods seem to fail. > > The below patch resolves problem in default stack search method. > > https://github.com/crash-utility/crash/commit/ > > dc4ea682a21567dd9d093862ec54eb8529199c05 > > This effectively resolves this bug. > > > > But the problem with first method is still open. > > I couldn't look into the problem with first method yet. > > Will try to work on this next week. > > > > Thanks > > Hari > > I would suggest, we close this bug as the issue reported is resolved with > the below patch > https://github.com/crash-utility/crash/commit/ > dc4ea682a21567dd9d093862ec54eb8529199c05 > > We could track the problem with first method offline or in a separate bug if > needed. Further, this is more of an alternative approach for getting backtrace. So, the problem I mentioned here doesn't have any issues in terms of functionality with regard to this bug or any other for that matter. Since, there are no issues in terms of functionality, I am not sure on whether to raise a bug. It is on my TODO list and I am thinking of chasing this offline.. Thanks Hari SRU Justification [Impact] crash's sub-command cannot show stack frame of active tasks on ppc64le systems. [Test Case] 1. capturing a vmcore by kdump on ppc64le system 2. issuing crash with this vmcore 3. run 'bt' in crash 4. no stack frame displaied [Fix] https://github.com/crash-utility/crash/commit/dc4ea682a21567dd9d093862ec54eb8529199c05 [Regression potential] This is easily testable and only affects ppc64le systems. This has already been backported to vivid without issue. -- Problem Description ============================= crash's sub-command cannot show stack frame of active tasks on ppc64le systems. Please see https://www.redhat.com/archives/crash-utility/2015-January/msg00033.html for details. Contact Information = Ping Tian Han/pthan@cn.ibm.com, Mikhail Afanasiev/afanasie@us.ibm.com ---uname output--- Linux thymelp2.isst.aus.stglabs.ibm.com 3.10.0-221.ael7b.ppc64le #1 SMP Wed Jan 7 09:27:09 EST 2015 ppc64le ppc64le ppc64le GNU/Linux Machine Type = CHRP IBM,8247-22L lpar Steps to Reproduce ============================= 1. capturing a vmcore by kdump on ppc64le system 2. issuing crash with this vmcore 3. run 'bt' in crash 4. no stack frame displaied Userspace tool common name: crash The userspace tool has the following bit modes: 64-bit Userspace rpm: crash-7.0.9-2.ael7b.ppc64le == Comment: #5 - Hari Krishna Bathini <hbathini@in.ibm.com> - 2015-02-06 13:18:18 == For active tasks, there are two methods to get backtrace. Firstly, using pt_note registers. If this fails, use default stack search method to get backtrace. In ppc64le, currently both methods seem to fail. The below patch resolves problem in default stack search method. https://github.com/crash-utility/crash/commit/dc4ea682a21567dd9d093862ec54eb8529199c05 This effectively resolves this bug. But the problem with first method is still open. I couldn't look into the problem with first method yet. Will try to work on this next week. Thanks Hari == Comment: #6 - Hari Krishna Bathini <hbathini@in.ibm.com> - 2015-02-20 00:08:46 == (In reply to comment #5) > (In reply to comment #4) > > Any update? > > For active tasks, there are two methods to get backtrace. > Firstly, using pt_note registers. If this fails, > use default stack search method to get backtrace. > In ppc64le, currently both methods seem to fail. > The below patch resolves problem in default stack search method. > https://github.com/crash-utility/crash/commit/ > dc4ea682a21567dd9d093862ec54eb8529199c05 > This effectively resolves this bug. > > But the problem with first method is still open. > I couldn't look into the problem with first method yet. > Will try to work on this next week. > > Thanks > Hari I would suggest, we close this bug as the issue reported is resolved with the below patch https://github.com/crash-utility/crash/commit/dc4ea682a21567dd9d093862ec54eb8529199c05 We could track the problem with first method offline or in a separate bug if needed. Thanks Hari == Comment: #10 - Breno Henrique Leitao <brenohl@br.ibm.com> - 2015-03-02 15:42:05 == Canonical, Can we move Crash to versin 7.1.0 that already contains this fix? Thanks. == Comment: #11 - Hari Krishna Bathini <hbathini@in.ibm.com> - 2015-03-05 23:18:17 == (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > Any update? > > > > For active tasks, there are two methods to get backtrace. > > Firstly, using pt_note registers. If this fails, > > use default stack search method to get backtrace. > > In ppc64le, currently both methods seem to fail. > > The below patch resolves problem in default stack search method. > > https://github.com/crash-utility/crash/commit/ > > dc4ea682a21567dd9d093862ec54eb8529199c05 > > This effectively resolves this bug. > > > > But the problem with first method is still open. > > I couldn't look into the problem with first method yet. > > Will try to work on this next week. > > > > Thanks > > Hari > > I would suggest, we close this bug as the issue reported is resolved with > the below patch > https://github.com/crash-utility/crash/commit/ > dc4ea682a21567dd9d093862ec54eb8529199c05 > > We could track the problem with first method offline or in a separate bug if > needed. Further, this is more of an alternative approach for getting backtrace. So, the problem I mentioned here doesn't have any issues in terms of functionality with regard to this bug or any other for that matter. Since, there are no issues in terms of functionality, I am not sure on whether to raise a bug. It is on my TODO list and I am thinking of chasing this offline.. Thanks Hari
2015-08-13 21:41:46 Brian Murray crash (Ubuntu Trusty): status In Progress Fix Committed
2015-08-13 21:41:48 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2015-08-13 21:41:52 Brian Murray bug added subscriber SRU Verification
2015-08-13 21:41:59 Brian Murray tags architecture-ppc64le bot-comment bugnameltc-120594 severity-high targetmilestone-inin1504 architecture-ppc64le bot-comment bugnameltc-120594 severity-high targetmilestone-inin1504 verification-needed
2015-08-13 21:53:59 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/crash
2015-08-18 08:40:23 bugproxy tags architecture-ppc64le bot-comment bugnameltc-120594 severity-high targetmilestone-inin1504 verification-needed architecture-ppc64le bot-comment bugnameltc-120594 severity-high targetmilestone-inin1504 verification-done
2015-08-26 14:56:07 Launchpad Janitor crash (Ubuntu Trusty): status Fix Committed Fix Released
2015-08-26 14:56:11 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team