[Bug 1237390] Re: stap fails with 3.8 kernel in precise

2013-10-09 Thread Chris J Arges
So this actually requires three patches to be backported to fix all issues: e14ac0e2 /usr/share/systemtap/runtime/stat.c:213:2: error: ‘cpu_possible_map’ undeclared (first use in this function) /usr/share/systemtap/runtime/stat.c:248:2: error: ‘cpu_possible_map’ undeclared (first use in this fun

[Bug 1237390] Re: stap fails with 3.8 kernel in precise

2013-10-09 Thread Frank Ch. Eigler
This problem was fixed in upstream systemtap in commit e14ac0e274c back in Apr. 2012, and included in subsequent releases 1.8, 2.0, 2.1, 2.2, and 2.3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1237

[Bug 1237390] Re: stap fails with 3.8 kernel in precise

2013-10-09 Thread Chris J Arges
** Description changed: [ Test Case ] - # echo 'probe timer.s(1) {printf("!")}' | stap - + # echo 'probe timer.s(1) {exit();}' | stap - [ Expected Result ] - script compiles and starts running. + script compiles and starts running. exits with 0. [ Actual Result ] In file inc

[Bug 1237390] Re: stap fails with 3.8 kernel in precise

2013-10-09 Thread Chris J Arges
** Description changed: [ Test Case ] - # echo "probe timer.s(1) {exit()}" | stap - + # echo 'probe timer.s(1) {printf("!")}' | stap - [ Expected Result ] script compiles and starts running. [ Actual Result ] In file included from /usr/share/systemtap/runtime/transport/tra