[Bug 669641] Re: systemtap fails to discover installed debug modules

2014-09-02 Thread Chris J Arges
** No longer affects: linux (Ubuntu Lucid) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover installed debug modules To manage notifications about this bug go

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lowlatency -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover installed debug modules To manage

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-07-23 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.2.0-27.43 --- linux (3.2.0-27.43) precise-proposed; urgency=low [ Andy Whitcroft ] * No change upload to fix .ddeb generation in the PPA. [ Luis Henriques ] * Release Tracking Bug - LP: #1020016 linux (3.2.0-27.42)

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-07-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-armadaxp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover installed debug modules To manage notifications

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-07-13 Thread Luis Henriques
Great, thanks for testing. Tagging as verified as per comment #24. ** Tags removed: verification-needed-precise ** Tags added: verification-done-precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-07-12 Thread Peter Petrakis
= summary = * looks good # apt-get install -t precise-proposed linux-image-generic # apt-get install -t precise-proposed linux-headers-3.2.0-27-generic # apt-get install -t precise-proposed linux-image-3.2.0-27-generic-dbgsym # apt-get install systemtap # reboot # zgrep -B2 669641

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-07-10 Thread Luis Henriques
This bug is awaiting verification that the kernel for Precise in -proposed solves the problem (3.2.0-27.43). Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-precise' to 'verification-done-precise'. If verification is not

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/linux-lowlatency -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover installed debug modules To manage notifications about this bug

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-26 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.5.0-2.2 --- linux (3.5.0-2.2) quantal-proposed; urgency=low [ Andy Whitcroft ] * rebase to v3.5-rc4 [ Arend van Spriel ] * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in brcms_c_regd_init() - LP: #950320 [

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-25 Thread Tim Gardner
** Changed in: linux (Ubuntu Precise) Status: In Progress = Fix Committed ** Changed in: linux (Ubuntu Quantal) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-22 Thread Chris J Arges
Ok. I can verify this also works on Quantal. Formatting the SRU. ** No longer affects: systemtap (Ubuntu) ** Also affects: linux (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: linux

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-22 Thread Chris J Arges
** Description changed: + == Precise SRU Justification == + + Impact: When using systemtap with Ubuntu kernels, the proper debug + modules cannot be automatically discovered. + + == Fix == + + This fix allows for the build system to insert the .gnu_debuglink + sections in the .ko files

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-22 Thread Chris J Arges
Here is the submitted patch. ** Patch added: 0001-UBUNTU-PACKAGING-add-.gnu_debuglink-sections-to-.ko-.patch https://bugs.launchpad.net/ubuntu/+source/linux/+bug/669641/+attachment/3201017/+files/0001-UBUNTU-PACKAGING-add-.gnu_debuglink-sections-to-.ko-.patch -- You received this bug

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-21 Thread Peter Petrakis
The root cause of the build failure under precise was that we were trying to assign an entry to debuglink that didn't exist. When the build was iterating over kos, it simply expects that the path in /lib/modules will mirror that found in /usr/lib/debug, this is not always true. There are modules

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-21 Thread Peter Petrakis
I've developed a test suite to verify this new part of the build but am not sure how to integrate it. Attached. ** Attachment added: test-gnu_debuglink.sh https://bugs.launchpad.net/ubuntu/+source/systemtap/+bug/669641/+attachment/3199264/+files/test-gnu_debuglink.sh -- You received this

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-21 Thread Peter Petrakis
You can download a precise amd64 build here: Please test this with this package and see if systemtap is working properly. http://people.canonical.com/~ppetraki/bug-669641/ I hesitate to upload the ddeb as it's comparable to an iso in size. It's probably faster to rebuild the kernel than

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-13 Thread Peter Petrakis
Got a chance to retest against an officially built kernel and dbgsym, the technique works, so now all that's left is to independently verify the entire patch on a new build and call it done. root@ubuntu:~# uname -a Linux ubuntu 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-06-13 Thread Peter Petrakis
Building against precise is interesting, at first we thought (ayan and myself) that we were modifying the same object twice which results in an error. To remedy that, sort -u was added to the processing loop. After another precise build with that precaution we get this failure. MKDIR

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-30 Thread Ayan George
The linaro patch alone doesn't work. objcopy fails. I'll upload the exact build error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover installed debug

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-30 Thread Peter Petrakis
@Chris, this doesn't work. BTW, you don't have to bounce this back to me to verify, this is a one line test, either the probed module will return a list of entry points, or it won't. Also, please provide the main headers package next time, the archive is marching on and deleted the last build.

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-30 Thread Peter Petrakis
OK, so I think you have a build issue, as I can add the run the objcopy line alone and verify the heading was added. root@ubuntu:/usr/lib/debug# lsb_release -r Release:12.04 root@ubuntu:/usr/lib/debug# uname -a Linux ubuntu 3.4.0-3-generic #7~lp669641v201205242144 SMP Thu May 24 21:45:43

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-24 Thread Chris J Arges
** Changed in: linux (Ubuntu) Assignee: Tim Gardner (timg-tpi) = Chris J Arges (christopherarges) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-24 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover installed debug modules To manage

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-24 Thread Timo Juhani Lindfors
Thank you for triaging this. Do I understand it correctly that you are going to fix this in the kernel package and I don't need to change anything in systemtap packaging? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-24 Thread Chris J Arges
This patch is taken from the Linaro packaging patch, I'm building the .debs now for testing. ** Patch added: 0001-UBUNTU-PACKAGING-add-.gnu_debuglink-sections-to-.ko-.patch

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-24 Thread Chris J Arges
You can download a quantal amd64 build here: http://people.canonical.com/~arges/lp669641/ Please test this with this package and see if systemtap is working properly. --chris -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-24 Thread Ubuntu Foundation's Bug Bot
The attachment 0001-UBUNTU-PACKAGING-add-.gnu_debuglink-sections- to-.ko-.patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-11 Thread Chris J Arges
** Changed in: linux (Ubuntu) Assignee: (unassigned) = Chris J Arges (christopherarges) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover installed debug

[Bug 669641] Re: systemtap fails to discover installed debug modules

2012-05-11 Thread Tim Gardner
** Changed in: linux (Ubuntu) Assignee: Chris J Arges (christopherarges) = Tim Gardner (timg-tpi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover

[Bug 669641] Re: systemtap fails to discover installed debug modules

2011-09-27 Thread Ricardo Salveti
Fixed at the linux-linaro packages by commit: http://git.linaro.org/gitweb?p=ubuntu/linux-linaro-oneiric.git;a=commitdiff;h=4a0c288fa1eddb0b9183f5169c88cef8db99ff54;hp=8035803c27c612dde7607c33dfd8d96f3c53cdb1 ** Changed in: linaro-ubuntu Status: In Progress = Fix Released -- You received

[Bug 669641] Re: systemtap fails to discover installed debug modules

2011-09-27 Thread Ricardo Salveti
** Also affects: linaro-ubuntu Importance: Undecided Status: New ** Changed in: linaro-ubuntu Status: New = In Progress ** Changed in: linaro-ubuntu Importance: Undecided = High ** Changed in: linaro-ubuntu Assignee: (unassigned) = John Rigby (jcrigby) ** Changed in:

[Bug 669641] Re: systemtap fails to discover installed debug modules

2011-08-11 Thread Bug Watch Updater
** Changed in: linux-2.6 (Debian) Status: Unknown = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover installed debug modules To manage

[Bug 669641] Re: systemtap fails to discover installed debug modules

2011-03-01 Thread Tais Plougmann Hansen
** Also affects: linux-2.6 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=49 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641

[Bug 669641] Re: systemtap fails to discover installed debug modules

2011-03-01 Thread Tais Plougmann Hansen
** Bug watch added: Debian Bug tracker #49 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=49 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/669641 Title: systemtap fails to discover

[Bug 669641] Re: systemtap fails to discover installed debug modules

2010-11-02 Thread Frank Ch. Eigler
Ritesh, can you provide a pointer to the details? -- systemtap fails to discover installed debug modules https://bugs.launchpad.net/bugs/669641 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 669641] Re: systemtap fails to discover installed debug modules

2010-11-02 Thread Ritesh Raj Sarraf
Hello Frank, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=49 This bug report should have all the information. Ritesh On 11/03/2010 01:10 AM, Frank Ch. Eigler wrote: Ritesh, can you provide a pointer to the details? -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com

[Bug 669641] Re: systemtap fails to discover installed debug modules

2010-11-01 Thread Peter Petrakis
** Patch added: failing strace output https://bugs.launchpad.net/bugs/669641/+attachment/1719924/+files/tapprobe.out -- systemtap fails to discover installed debug modules https://bugs.launchpad.net/bugs/669641 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 669641] Re: systemtap fails to discover installed debug modules

2010-11-01 Thread Peter Petrakis
eu-readelf is provided by elfutils and is required to run the attached script. ** Attachment added: build id fixup script https://bugs.launchpad.net/ubuntu/+source/systemtap/+bug/669641/+attachment/1719925/+files/fixup-buildid.sh -- systemtap fails to discover installed debug modules

[Bug 669641] Re: systemtap fails to discover installed debug modules

2010-11-01 Thread Jeremy Foshee
added a kernel task for this. Will investigate and go from there. ~JFo ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New = Triaged ** Tags added: kernel-core -- systemtap fails to discover installed debug modules