You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@agentzh hello, very glad to see your project openresty-systemtap-toolkit. Recently I use sample-bt-off-cpu to analyze the off-CPU time. sample-bt-off-cpu returns normally if no benchmark. However, sample-bt-off-cpu returns "/usr/local/bin/staprun exited with status: 1" and failed if I do benchmark with ab. Such as:
WARNING: Tracing 33201 (/home/fee/dm0/gas-issue#26552-v3.10.2.6177-nolog)...
WARNING: Missing unwind data for a module, rerun with 'stap -d (unknown; retry with -DDEBUG_UNWIND)'
WARNING: too many pending (warning) messages
WARNING: Missing unwind data for a module, rerun with 'stap -d kernel'
ERROR: too many pending (error) messages
WARNING: Number of errors: 0, skipped probes: 101
WARNING: /usr/local/bin/staprun exited with status: 1
Pass 5: run failed. [man error::pass5]
Can you help me to find the reason? Thanks!!
The text was updated successfully, but these errors were encountered:
@agentzh hello, very glad to see your project openresty-systemtap-toolkit. Recently I use sample-bt-off-cpu to analyze the off-CPU time. sample-bt-off-cpu returns normally if no benchmark. However, sample-bt-off-cpu returns "/usr/local/bin/staprun exited with status: 1" and failed if I do benchmark with ab. Such as:
./sample-bt-off-cpu -t 20 -p
ps aux|grep gas-|grep -v grep|awk '{print $2}'
-u > cache.stapWARNING: Tracing 33201 (/home/fee/dm0/gas-issue#26552-v3.10.2.6177-nolog)...
WARNING: Missing unwind data for a module, rerun with 'stap -d (unknown; retry with -DDEBUG_UNWIND)'
WARNING: too many pending (warning) messages
WARNING: Missing unwind data for a module, rerun with 'stap -d kernel'
ERROR: too many pending (error) messages
WARNING: Number of errors: 0, skipped probes: 101
WARNING: /usr/local/bin/staprun exited with status: 1
Pass 5: run failed. [man error::pass5]
Can you help me to find the reason? Thanks!!
The text was updated successfully, but these errors were encountered: