Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such process #99

Open
sushengbuhuo opened this issue Jan 31, 2019 · 2 comments
Open

No such process #99

sushengbuhuo opened this issue Jan 31, 2019 · 2 comments

Comments

@sushengbuhuo
Copy link

[root@VM_0_14_centos extension]# php -r 'for ($i = 0; $i < 20; $i++) usleep(50000);' &
[2] 19248
[root@VM_0_14_centos extension]# /usr/local/php/bin/phptrace -p $!
ERROR: Process 19248 not exists "No such process(3)"
[2]+  Done                    php -r 'for ($i = 0; $i < 20; $i++) usleep(50000);'
[root@VM_0_14_centos extension]# /usr/local/php/bin/phptrace -p 19248
ERROR: Process 19248 not exists "No such process(3)"
@rahmatrh199
Copy link

@sushengbuhuo .Dear run like this

[root@VM_0_14_centos extension]# php -r 'for ($i = 0; $i < 20; $i++) usleep(50000);' &amp; phptrace -p $!

@rahmatrh199
Copy link

@sushengbuhuo
Please help me out that . Are you able to trace the application that are running on server like apache2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants