ywsample你好!
这个问题解决了么,我现在配置如下
[root@ngcc nginx-systemtap-toolkit]# uname -r
2.6.18-164.el5
[root@ngcc nginx-systemtap-toolkit]# grep CONFIG_UTRACE /boot/config-`uname -r`
CONFIG_UTRACE=y
[root@ngcc sbin]# ./nginx -V
nginx version: ngx_openresty/1.4.3.6
built by gcc 4.1.2 20080704 (Red Hat 4.1.2-46)
TLS SNI support disabled
configure arguments: --prefix=/root/openresty//nginx --with-debug --add-module=../ngx_devel_kit-0.2.19 --add-module=../echo-nginx-module-0.49 --add-module=../xss-nginx-module-0.04 --add-module=../ngx_coolkit-0.2rc1 --add-module=../set-misc-nginx-module-0.22 --add-module=../form-input-nginx-module-0.07 --add-module=../encrypted-session-nginx-module-0.03 --add-module=../srcache-nginx-module-0.24 --add-module=../ngx_lua-0.9.2 --add-module=../headers-more-nginx-module-0.23 --add-module=../array-var-nginx-module-0.03rc1 --add-module=../memc-nginx-module-0.13 --add-module=../redis2-nginx-module-0.10 --add-module=../redis-nginx-module-0.3.6 --add-module=../auth-request-nginx-module-0.2 --add-module=../rds-json-nginx-module-0.12 --add-module=../rds-csv-nginx-module-0.05 --with-ld-opt=-Wl,-rpath,/root/openresty//luajit/lib --with-http_ssl_module
运行 ./ngx-active-reqs -p
卡在
staprun:insert_module:105 module path canonicalized to '/tmp/stapxqgHLV/stap_16335cf83930c19ea05c223ef5c01453_33179.ko'
staprun:check_signature:418 checking signature for /tmp/stapxqgHLV/stap_16335cf83930c19ea05c223ef5c01453_33179.ko
Signature file /tmp/stapxqgHLV/stap_16335cf83930c19ea05c223ef5c01453_33179.ko.sgn not found
不动了,请春哥也帮忙看看为啥,不会是要换系统吧,服务器换系统很麻烦的呀。
以上谢谢!
在 2013-11-22 13:23:06,ywsample <yws...@gmail.com> 写道: hi
谢谢,应该是内核或utrace导致的,发现systemtap对用户程序的调试都会出现同样的情况,不知道有没有什么办法能知道内核所使用的utrace补丁的版本
--