This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Systemtap smoke test fails on Ubuntu Server LTS 14.04.1 (Utopic)


Hello!

I install systemtap on my Ubuntu server using apy-get or build it
straight from systemtap's git repo, all looks fine. However, when
executing a simple smoke test, I get following errors:
===============================================================
$ sudo stap -v -e 'probe vfs.read {printf("read performed\n"); exit()}'
Pass 1: parsed user script and 106 library script(s) using
56160virt/33364res/4380shr/29708data kb, in 100usr/0sys/98real ms.
Pass 2: analyzed script: 1 probe(s), 1 function(s), 3 embed(s), 0
global(s) using 206536virt/185424res/6120shr/180084data kb, in
1410usr/80sys/1498real ms.
Pass 3: translated to C into
"/tmp/stapqyvuQN/stap_fed5d5a9ebf742dd24a5b0fcc8155bb5_1527_src.c" using
206536virt/185616res/6312shr/180084data kb, in 10usr/0sys/4real ms.
ld: BFD (GNU Binutils for Ubuntu) 2.24.90.20141014 internal error,
aborting at ../../bfd/elf-eh-frame.c line 1727 in
_bfd_elf_write_section_eh_frame

ld: Please report this bug.

scripts/Makefile.modpost:124: recipe for target
'/tmp/stapqyvuQN/stap_fed5d5a9ebf742dd24a5b0fcc8155bb5_1527.ko' failed
make[1]: ***
[/tmp/stapqyvuQN/stap_fed5d5a9ebf742dd24a5b0fcc8155bb5_1527.ko] Error 1
Makefile:1348: recipe for target 'modules' failed
make: *** [modules] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_fed5d5a9ebf742dd24a5b0fcc8155bb5_1527.ko"
in 4890usr/860sys/5840real ms.
Pass 4: compilation failed.  [man error::pass4]
======================================================

Version of the Linux kernel I'm using:
$ uname -a
Linux ubuntu-server 3.16.0-23-generic #31-Ubuntu SMP Tue Oct 21 17:56:17
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Linux-image and headers and debug symbols are installed.

Please, advise how to fix this problem and to make systemtap working
properly. Thanks!
---
Br, Andriy.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]