Public bug reported:

Binary package hint: systemtap

$ uname -a
Linux mblakele-lt 2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 
GNU/Linux
$ apt-show-versions systemtap
systemtap/feisty uptodate 0.0.20070113-1
$ apt-show-versions | grep 2.6.20-15
linux-restricted-modules-2.6.20-15-generic/feisty uptodate 2.6.20.5-15.20
linux-headers-2.6.20-15-generic/feisty uptodate 2.6.20-15.27
linux-libc-dev/feisty uptodate 2.6.20-15.27
linux-image-2.6.20-15-generic/feisty uptodate 2.6.20-15.27
linux-image-debug-2.6.20-15-generic/feisty uptodate 2.6.20-15.27
vmware-player-kernel-modules-2.6.20-15/feisty uptodate 2.6.20.5-15.20
linux-headers-2.6.20-15/feisty uptodate 2.6.20-15.27

Following http://sourceware.org/systemtap/tutorial/node2.html I created
"hello-world.stap":

$ cat hello-world.stap
probe begin
{
  print ("hello world\n")
  exit ()
}
$ sudo stap hello-world.stap
ERROR: overflowed buffers in get_sections. Size needed = 10157
ERROR: couldn't rmmod probe module 
stap_9379b74bcbc1bfb29f892bdce4732f27_268.ko.  No output will be written.
Pass 5: run failed.  Try again with more '-v' (verbose) options.

** Affects: systemtap (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
systemtap "hello world" hits error: overflowed buffers in get_sections
https://bugs.launchpad.net/bugs/115350
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to