[Touch-packages] [Bug 1537125] Re: ubuntu-14.04.04: fail to run systemtap test suites

2016-08-03 Thread Tom Jakubowski
That's on xenial, 16.04, systemtap 2.9-2ubuntu2 and uname -a: Linux mysecrethost 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to elfu

[Touch-packages] [Bug 1537125] Re: ubuntu-14.04.04: fail to run systemtap test suites

2016-08-03 Thread Tom Jakubowski
I see that symtab compile error when building a systemtap module which uses userspace stack traces. A minimal example: probe process.syscall { print_usyms(ubacktrace()); } Yields the following results when building: username@mysecrethost:~/stap$ sudo stap -v -c /bin/ls clock.stp P