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]

semantic error


Hi,

I am trying to build and run systemtap 2.0 on SLES 11 SP1. The build was successful but 'stap' gives semantic error while running though SYSTEMTAP_RUNTIME and SYSTEMTAP_TAPSET is set. Please check http://pastebin.com/iAdNsg9C

Everything runs fine with default stap:

sles11sp1:~/systemtap-2.0-11151/bin # /usr/bin/stap -v -e 'probe vfs.read {printf("read performed\n"); exit()}'
Pass 1: parsed user script and 59 library script(s) in 100usr/0sys/104real ms.
Pass 2: analyzed script: 1 probe(s), 11 function(s), 2 embed(s), 1 global(s) in 270usr/260sys/2587real ms.
Pass 3: translated to C into "/tmp/stapo8i6Ve/stap_a661581e288025046b111a4956a536fa_4978.c" in 210usr/130sys/428real ms.
Pass 4: compiled C into "stap_a661581e288025046b111a4956a536fa_4978.ko" in 1380usr/240sys/9987real ms.
Pass 5: starting run.
read performed
Pass 5: run completed in 10usr/40sys/304real ms.

Please advice what wrong am doing here.



Thanks,
Mehul


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