[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2016-01-06 Thread Mathew Hodson
** Changed in: fwts (Ubuntu Vivid) Importance: Undecided => High ** Changed in: fwts (Ubuntu Wily) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452201 Title: f

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2016-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package fwts - 15.09.00-0ubuntu2 --- fwts (15.09.00-0ubuntu2) wily; urgency=medium * lib: fwts_acpi_tables: fix segfault when tables fail to load (LP: #1452201) -- Colin King Fri, 18 Dec 2015 10:40:40 + ** Changed in: fwts (Ubuntu Wily) Stat

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2016-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package fwts - 15.03.01-0ubuntu2 --- fwts (15.03.01-0ubuntu2) vivid; urgency=medium * lib: fwts_acpi_tables: fix segfault when tables fail to load (LP: #1452201) -- Colin King Fri, 18 Dec 2015 10:40:40 + ** Changed in: fwts (Ubuntu Vivid) St

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-20 Thread Colin Ian King
OK, I've tested the code path that caused the segmentation fault on the earlier version and I am 100% sure this is now fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452201 Title: fwts PCIe A

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-20 Thread Colin Ian King
I've tested this on some x86 VMs with ACPI disabled to mimic the target platform and I can't trigger the segfault with fwts from -proposed for Vivid and Wily. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-20 Thread Colin Ian King
Would appreciate it if this is tested on ppc64el ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452201 Title: fwts PCIe ASPM te

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-18 Thread Chris J Arges
Hello bugproxy, or anyone else affected, Accepted fwts into wily-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/fwts/15.09.00-0ubuntu2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-18 Thread Colin Ian King
[SRU Justification][Vivid][Wily] fwts segfaults because the fwts ACPI table loader is failing to load ACPI tables and was trying to load them from file (as a last resort) and unfortunately was accessing a path that was NULL, hence a null pointer deference. [Fix] http://kernel.ubuntu.com/git/hwe/f

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-14 Thread Colin Ian King
A version for vivid is now building. Please run: sudo apt-get update sudo apt-get dist-upgrade that should get the version with the bug fix ready for testing. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-14 Thread Colin Ian King
OK, I hadn't realised you are using vivid, I will re-build for that release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452201 Title: fwts PCIe ASPM tests are throwing Segmentation fault To man

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-11 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452201 Title: fwts PCIe ASPM tests are throwing Segmentation fault To manage notifications about this bug go to: https://bugs.lau

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-11 Thread Colin Ian King
It appears that the issue is because the fwts ACPI table loader was failing to load ACPI tables for this machine and was trying to load them from file (as a last resort) and unfortunately was accessing a path that was NULL, hence a null pointer deference. I've fixed this up and I think it should r

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-11 Thread Colin Ian King
For reference, fix attached ** Patch added: "potential fix" https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1452201/+attachment/4533272/+files/0001-lib-fwts_acpi_tables-fix-segfault-when-tables-fail-t.patch -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-11 Thread Colin Ian King
Hi, without the information from the machine, this is going to be inconveniently hard to debug and fix, so if I can get the data as requested, that would be useful. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-10 Thread Colin Ian King
Also, this particular tool is reading the PCI config spaces to sanity check the PCIe ASPM modes. Can I get a copy of these config spaces so I can debug the one that causing fwts to break: Please can you do the following: sudo tar cvf - /sys/bus/pci/devices/*/config > fwts-pci-config.tar and at

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-10 Thread Colin Ian King
Can fwts be run as follows: sudo strace fwts aspm - >& trace.log and can the trace.log file be added to the bug report. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452201 Title: fwts PC

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-10 Thread Colin Ian King
Looking at it right now ** Changed in: fwts (Ubuntu) Status: New => In Progress ** Changed in: fwts (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-12-10 Thread Luciano Chavez
Is it possible to have someone from the FWTS team take a look at this bug? Thanks. ** Package changed: ubuntu => fwts (Ubuntu) ** Changed in: fwts (Ubuntu) Assignee: (unassigned) => Taco Screen team (taco-screen-team) -- You received this bug notification because you are a member of Ubuntu

[Bug 1452201] Re: fwts PCIe ASPM tests are throwing Segmentation fault

2015-05-06 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people